r47293 - in /packages/unstable/loudmouth/debian: changelog patches/series rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Jan 31 15:23:42 UTC 2016


Author: biebl
Date: Sun Jan 31 15:23:42 2016
New Revision: 47293

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47293
Log:
Use DEB_DH_AUTORECONF_ARGS += ./autogen.sh so gtkdocize is run as part of
autoreconf.

Modified:
    packages/unstable/loudmouth/debian/changelog
    packages/unstable/loudmouth/debian/patches/series
    packages/unstable/loudmouth/debian/rules

Modified: packages/unstable/loudmouth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/changelog?rev=47293&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/changelog	[utf-8] (original)
+++ packages/unstable/loudmouth/debian/changelog	[utf-8] Sun Jan 31 15:23:42 2016
@@ -1,6 +1,8 @@
 loudmouth (1.5.2-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Use DEB_DH_AUTORECONF_ARGS += ./autogen.sh so gtkdocize is run as part of
+    autoreconf.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 27 Jan 2016 17:50:55 +0100
 

Modified: packages/unstable/loudmouth/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/patches/series?rev=47293&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/patches/series	[utf-8] (original)
+++ packages/unstable/loudmouth/debian/patches/series	[utf-8] Sun Jan 31 15:23:42 2016
@@ -1 +0,0 @@
-06_-lasyncns.patch

Modified: packages/unstable/loudmouth/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/rules?rev=47293&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/rules	[utf-8] (original)
+++ packages/unstable/loudmouth/debian/rules	[utf-8] Sun Jan 31 15:23:42 2016
@@ -7,6 +7,7 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
+DEB_DH_AUTORECONF_ARGS += ./autogen.sh
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc \
                              --with-asyncns=yes \
                              --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)




More information about the pkg-gnome-commits mailing list