r46658 - in /packages/minpack/trunk/debian: changelog control rules

sebastien at users.alioth.debian.org sebastien at users.alioth.debian.org
Fri May 16 18:05:35 UTC 2014


Author: sebastien
Date: Fri May 16 18:05:35 2014
New Revision: 46658

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46658
Log:
Use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el.
Thanks to Logan Rosen for the patch. (Closes: #744058)


Modified:
    packages/minpack/trunk/debian/changelog
    packages/minpack/trunk/debian/control
    packages/minpack/trunk/debian/rules

Modified: packages/minpack/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/minpack/trunk/debian/changelog?rev=46658&op=diff
==============================================================================
--- packages/minpack/trunk/debian/changelog	(original)
+++ packages/minpack/trunk/debian/changelog	Fri May 16 18:05:35 2014
@@ -1,3 +1,10 @@
+minpack (19961126+dfsg1-3) unstable; urgency=medium
+
+  * Use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el.
+    Thanks to Logan Rosen for the patch. (Closes: #744058)
+
+ -- Sébastien Villemot <sebastien at debian.org>  Fri, 16 May 2014 20:04:18 +0200
+
 minpack (19961126+dfsg1-2) unstable; urgency=medium
 
   * Rewrite debian/rules using dh.

Modified: packages/minpack/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/minpack/trunk/debian/control?rev=46658&op=diff
==============================================================================
--- packages/minpack/trunk/debian/control	(original)
+++ packages/minpack/trunk/debian/control	Fri May 16 18:05:35 2014
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Sébastien Villemot <sebastien at debian.org>
-Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), autotools-dev, gfortran,
+Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), dh-autoreconf, gfortran,
                libtool
 Standards-Version: 3.9.5
 Homepage: http://www.netlib.org/minpack/

Modified: packages/minpack/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/minpack/trunk/debian/rules?rev=46658&op=diff
==============================================================================
--- packages/minpack/trunk/debian/rules	(original)
+++ packages/minpack/trunk/debian/rules	Fri May 16 18:05:35 2014
@@ -11,7 +11,7 @@
 endif
 
 %:
-	dh $@ --with=autotools_dev
+	dh $@ --with=autoreconf
 
 override_dh_auto_configure:
 	chmod +x configure	# was added by Debian patch, so had wrong permissions




More information about the debian-science-commits mailing list