[med-svn] r16925 - trunk/packages/rostlab/librostlab/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Tue May 13 13:11:45 UTC 2014


Author: tille
Date: 2014-05-13 13:11:45 +0000 (Tue, 13 May 2014)
New Revision: 16925

Modified:
   trunk/packages/rostlab/librostlab/trunk/debian/changelog
   trunk/packages/rostlab/librostlab/trunk/debian/control
   trunk/packages/rostlab/librostlab/trunk/debian/rules
Log:
use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el


Modified: trunk/packages/rostlab/librostlab/trunk/debian/changelog
===================================================================
--- trunk/packages/rostlab/librostlab/trunk/debian/changelog	2014-05-13 12:38:01 UTC (rev 16924)
+++ trunk/packages/rostlab/librostlab/trunk/debian/changelog	2014-05-13 13:11:45 UTC (rev 16925)
@@ -1,3 +1,11 @@
+librostlab (1.0.20-4) UNRELEASED; urgency=medium
+
+  * use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el
+    (thanks for the patch to Logan Rosen <logan at ubuntu.com>)
+    Closes: #735956
+
+ -- Andreas Tille <tille at debian.org>  Tue, 13 May 2014 15:10:15 +0200
+
 librostlab (1.0.20-3) unstable; urgency=low
 
   * debian/control:

Modified: trunk/packages/rostlab/librostlab/trunk/debian/control
===================================================================
--- trunk/packages/rostlab/librostlab/trunk/debian/control	2014-05-13 12:38:01 UTC (rev 16924)
+++ trunk/packages/rostlab/librostlab/trunk/debian/control	2014-05-13 13:11:45 UTC (rev 16925)
@@ -5,7 +5,7 @@
 Section: libs
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               autotools-dev,
+               dh-autoreconf,
                doxygen,
                graphviz,
                latex-xcolor,

Modified: trunk/packages/rostlab/librostlab/trunk/debian/rules
===================================================================
--- trunk/packages/rostlab/librostlab/trunk/debian/rules	2014-05-13 12:38:01 UTC (rev 16924)
+++ trunk/packages/rostlab/librostlab/trunk/debian/rules	2014-05-13 13:11:45 UTC (rev 16925)
@@ -8,7 +8,7 @@
 export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
 
 %:
-	dh $@ --with autotools_dev --parallel
+	dh $@ --with autoreconf --parallel
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:




More information about the debian-med-commit mailing list