[med-svn] r15680 - trunk/packages/igraph/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Tue Dec 31 07:50:39 UTC 2013


Author: tille
Date: 2013-12-31 07:50:39 +0000 (Tue, 31 Dec 2013)
New Revision: 15680

Modified:
   trunk/packages/igraph/trunk/debian/changelog
   trunk/packages/igraph/trunk/debian/control
   trunk/packages/igraph/trunk/debian/rules
Log:
use dh-autoreconf instead of autotools-dev


Modified: trunk/packages/igraph/trunk/debian/changelog
===================================================================
--- trunk/packages/igraph/trunk/debian/changelog	2013-12-31 07:45:56 UTC (rev 15679)
+++ trunk/packages/igraph/trunk/debian/changelog	2013-12-31 07:50:39 UTC (rev 15680)
@@ -1,3 +1,11 @@
+igraph (0.6.5-5) unstable; urgency=medium
+
+  * use dh-autoreconf instead of autotools-dev (thanks to Logan Rosen
+    <logan at ubuntu.com> for the patch)
+    Closes: #733712
+
+ -- Andreas Tille <tille at debian.org>  Tue, 31 Dec 2013 08:37:18 +0100
+
 igraph (0.6.5-4) unstable; urgency=medium
 
   * cme fix dpkg-control

Modified: trunk/packages/igraph/trunk/debian/control
===================================================================
--- trunk/packages/igraph/trunk/debian/control	2013-12-31 07:45:56 UTC (rev 15679)
+++ trunk/packages/igraph/trunk/debian/control	2013-12-31 07:50:39 UTC (rev 15680)
@@ -12,7 +12,7 @@
                libblas-dev,
                liblapack-dev,
                automake,
-               autotools-dev,
+               dh-autoreconf,
                libglpk-dev,
                libf2c2-dev
 Standards-Version: 3.9.5

Modified: trunk/packages/igraph/trunk/debian/rules
===================================================================
--- trunk/packages/igraph/trunk/debian/rules	2013-12-31 07:45:56 UTC (rev 15679)
+++ trunk/packages/igraph/trunk/debian/rules	2013-12-31 07:50:39 UTC (rev 15680)
@@ -2,7 +2,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --parallel --with autotools_dev
+	dh $@ --parallel --with autoreconf
 
 #	--enable-debug
 




More information about the debian-med-commit mailing list