[med-svn] r15395 - trunk/packages/libg2/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Mon Dec 2 17:09:33 UTC 2013


Author: tille
Date: 2013-12-02 17:09:33 +0000 (Mon, 02 Dec 2013)
New Revision: 15395

Modified:
   trunk/packages/libg2/trunk/debian/changelog
   trunk/packages/libg2/trunk/debian/control
   trunk/packages/libg2/trunk/debian/rules
Log:
Make use of dh-autoreconf


Modified: trunk/packages/libg2/trunk/debian/changelog
===================================================================
--- trunk/packages/libg2/trunk/debian/changelog	2013-12-02 16:41:44 UTC (rev 15394)
+++ trunk/packages/libg2/trunk/debian/changelog	2013-12-02 17:09:33 UTC (rev 15395)
@@ -1,3 +1,11 @@
+g2 (0.72-4) UNRELEASED; urgency=low
+
+  * Make use of dh-autoreconf (thanks again to Samuel Thibault for
+    the patch)
+    Closes: #729290
+
+ -- Andreas Tille <tille at debian.org>  Mon, 02 Dec 2013 18:13:22 +0100
+
 g2 (0.72-3) unstable; urgency=low
 
   * debian/control:

Modified: trunk/packages/libg2/trunk/debian/control
===================================================================
--- trunk/packages/libg2/trunk/debian/control	2013-12-02 16:41:44 UTC (rev 15394)
+++ trunk/packages/libg2/trunk/debian/control	2013-12-02 17:09:33 UTC (rev 15395)
@@ -6,6 +6,7 @@
 Build-Depends: debhelper (>= 9),
                autotools-dev,
                autoconf,
+               dh-autoreconf,
                libtool,
                libx11-dev,
                chrpath,

Modified: trunk/packages/libg2/trunk/debian/rules
===================================================================
--- trunk/packages/libg2/trunk/debian/rules	2013-12-02 16:41:44 UTC (rev 15394)
+++ trunk/packages/libg2/trunk/debian/rules	2013-12-02 17:09:33 UTC (rev 15395)
@@ -10,7 +10,7 @@
 pkgdev=libg2-dev
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autotools_dev,autoreconf
 
 # Compile with -fPIC on all platforms
 #override_dh_auto_configure:




More information about the debian-med-commit mailing list