[minpack] 06/09: 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
Mon Nov 20 12:51:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository minpack.
commit 4c6b0cf1696f5685c6c362fe88b430f76ec0db17
Author: Sébastien Villemot <sebastien at debian.org>
Date: Fri May 16 18:05:35 2014 +0000
Use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el.
Thanks to Logan Rosen for the patch. (Closes: #744058)
---
debian/changelog | 7 +++++++
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d0ee8ba..28f1652 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/debian/control b/debian/control
index 1f2f838..4421390 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
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/
diff --git a/debian/rules b/debian/rules
index 7301c82..aedbc33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
endif
%:
- dh $@ --with=autotools_dev
+ dh $@ --with=autoreconf
override_dh_auto_configure:
chmod +x configure # was added by Debian patch, so had wrong permissions
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/minpack.git
More information about the debian-science-commits
mailing list