[gmp-ecm] 74/77: Apply patch by Logan Rosen to fix FTBFS on ppc64el.

Jerome Benoit calculus-guest at moszumanska.debian.org
Sat Jun 6 12:33:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

calculus-guest pushed a commit to branch master
in repository gmp-ecm.

commit 279c7797d0663182e11ab143fd7f80905be4d833
Author: Laurent Fousse <laurent at komite.net>
Date:   Sun Feb 9 13:17:53 2014 -0800

    Apply patch by Logan Rosen to fix FTBFS on ppc64el.
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 9f2a589..6e33387 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: math
 Priority: optional
 Homepage: http://ecm.gforge.inria.fr/
 Maintainer: Laurent Fousse <lfousse at debian.org>
-Build-Depends: debhelper (>= 7.0.50) , libgmp10-dev, m4 [amd64 kfreebsd-amd64]
+Build-Depends: debhelper (>= 7.0.50) , libgmp10-dev, m4 [amd64 kfreebsd-amd64], dh-autoreconf
 Standards-Version: 3.9.1
 
 Package: gmp-ecm
diff --git a/debian/rules b/debian/rules
index c84988b..270a79b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -a -- --enable-shared

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gmp-ecm.git



More information about the debian-science-commits mailing list