r52004 - in /desktop/unstable/gtk+3.0/debian: changelog patches/071_fix-installation-of-HTML-images.patch patches/series rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Feb 15 06:42:23 UTC 2017


Author: biebl
Date: Wed Feb 15 06:42:23 2017
New Revision: 52004

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52004
Log:
Stop patching gtk-doc.make and instead run gtkdocize via the upstream
provided autogen.sh on autoreconf. The gtk-doc-tools version in Debian has
been fixed to properly handle the installation of HTML images for
out-of-tree builds.

Removed:
    desktop/unstable/gtk+3.0/debian/patches/071_fix-installation-of-HTML-images.patch
Modified:
    desktop/unstable/gtk+3.0/debian/changelog
    desktop/unstable/gtk+3.0/debian/patches/series
    desktop/unstable/gtk+3.0/debian/rules

Modified: desktop/unstable/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/changelog?rev=52004&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/changelog	[utf-8] Wed Feb 15 06:42:23 2017
@@ -1,3 +1,12 @@
+gtk+3.0 (3.22.7-3) UNRELEASED; urgency=medium
+
+  * Stop patching gtk-doc.make and instead run gtkdocize via the upstream
+    provided autogen.sh on autoreconf. The gtk-doc-tools version in Debian has
+    been fixed to properly handle the installation of HTML images for
+    out-of-tree builds.
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 15 Feb 2017 07:38:54 +0100
+
 gtk+3.0 (3.22.7-2) unstable; urgency=medium
 
   * Team upload

Modified: desktop/unstable/gtk+3.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/patches/series?rev=52004&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/patches/series	[utf-8] Wed Feb 15 06:42:23 2017
@@ -4,7 +4,6 @@
 022_disable-viqr-im-for-vi-locale.patch
 032_mips_treeview_row_separator_height.patch
 060_ignore-random-icons.patch
-071_fix-installation-of-HTML-images.patch
 no-accessibility-dump.patch
 reftest-known-fail.patch
 gdk-x11-Check-if-we-have-access-to-GL-before-using-G.patch

Modified: desktop/unstable/gtk+3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/rules?rev=52004&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/rules	[utf-8] Wed Feb 15 06:42:23 2017
@@ -64,6 +64,8 @@
 
 DEB_DH_INSTALL_ARGS += --sourcedir=debian/install/shared $(FAIL_MISSING) -X.la
 DEB_DH_INSTALL_ARGS_$(UDEB_PKG) += --sourcedir=debian/install/shared_udeb
+
+DEB_DH_AUTORECONF_ARGS = "NOCONFIGURE=true ./autogen.sh"
 
 DEB_CONFIGURE_EXTRA_FLAGS = \
 			--libdir=/$(LIBDIR) \




More information about the pkg-gnome-commits mailing list