r47423 - in /packages/unstable/loudmouth/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Feb 28 15:08:39 UTC 2016


Author: biebl
Date: Sun Feb 28 15:08:38 2016
New Revision: 47423

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47423
Log:
The upstream tarball no longer includes autogen.sh, so run gtkdocize and
autoreconf directly via DEB_DH_AUTORECONF_ARGS.

Modified:
    packages/unstable/loudmouth/debian/changelog
    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=47423&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/changelog	[utf-8] (original)
+++ packages/unstable/loudmouth/debian/changelog	[utf-8] Sun Feb 28 15:08:38 2016
@@ -4,6 +4,8 @@
   * Drop libloudmouth1-0-dbg now that we have automatic dbgsym packages.
   * Bump Standards-Version to 3.9.7.
   * Bump Build-Depends on libgnutls28-dev to (>= 3.0.20) as per configure.ac.
+  * The upstream tarball no longer includes autogen.sh, so run gtkdocize and
+    autoreconf directly via DEB_DH_AUTORECONF_ARGS.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 28 Feb 2016 15:16:09 +0100
 

Modified: packages/unstable/loudmouth/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/rules?rev=47423&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/rules	[utf-8] (original)
+++ packages/unstable/loudmouth/debian/rules	[utf-8] Sun Feb 28 15:08:38 2016
@@ -7,7 +7,12 @@
 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_DH_AUTORECONF_ARGS += debian/rules -- autoreconf
+
+autoreconf:
+	gtkdocize --copy
+	autoreconf --force --install
+
 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