Refresh debian/patches/071_fix-installation-of-HTML-images.patch.

This commit is contained in:
Michael Biebl 2015-12-08 14:11:20 +00:00
parent 6089896458
commit 974faf8103
3 changed files with 6 additions and 5 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
gtk+3.0 (3.18.6-1) UNRELEASED; urgency=medium
* New upstream release.
* Refresh debian/patches/071_fix-installation-of-HTML-images.patch.
-- Michael Biebl <biebl@debian.org> Tue, 08 Dec 2015 14:40:19 +0100

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: gtk+3.0
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Henriksson <andreas@fatal.se>, Michael Biebl <biebl@debian.org>
Uploaders: Andreas Henriksson <andreas@fatal.se>, Iain Lane <laney@debian.org>, Michael Biebl <biebl@debian.org>
Build-Depends: debhelper (>= 8.1.3),
cdbs (>= 0.4.93),
gnome-pkg-tools (>= 0.11),

View File

@ -11,11 +11,11 @@ Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656803
gtk-doc.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: gtk+-3.18.1/gtk-doc.make
Index: gtk+-3.18.6/gtk-doc.make
===================================================================
--- gtk+-3.18.1.orig/gtk-doc.make 2015-10-08 00:19:40.398171340 +0200
+++ gtk+-3.18.1/gtk-doc.make 2015-10-08 00:19:40.394171284 +0200
@@ -193,8 +193,8 @@
--- gtk+-3.18.6.orig/gtk-doc.make 2015-12-08 14:42:10.833024635 +0100
+++ gtk+-3.18.6/gtk-doc.make 2015-12-08 14:42:10.833024635 +0100
@@ -182,8 +182,8 @@
if test -f $(abs_srcdir)/$$file ; then \
cp $(abs_srcdir)/$$file $(abs_builddir)/html; \
fi; \