[mpfi] 36/39: Apply patch by Logan Rosen to fix FTBFS on ppc64el.

Jerome Benoit calculus-guest at moszumanska.debian.org
Sat May 23 02:12:13 UTC 2015


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

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

commit 0726bb9c65103a45cbfd9855d6ad9f524b415002
Author: Laurent Fousse <laurent at komite.net>
Date:   Sun Feb 9 13:53:14 2014 -0800

    Apply patch by Logan Rosen to fix FTBFS on ppc64el.
---
 debian/control                      |  2 +-
 debian/patches/disable-Werror.patch | 11 +++++++++++
 debian/patches/series               |  1 +
 debian/rules                        |  2 +-
 4 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 85e3a76..fd0ac21 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: mpfi
 Priority: optional
 Maintainer: Laurent Fousse <lfousse at debian.org>
-Build-Depends: debhelper (>= 7.0.0), autotools-dev, libmpfr-dev (>= 2.2.0.dfsg.1), libgmp-dev, texinfo
+Build-Depends: debhelper (>= 7.0.0), dh-autoreconf, libmpfr-dev (>= 2.2.0.dfsg.1), libgmp-dev, texinfo
 Standards-Version: 3.9.0
 Section: math
 Homepage: http://mpfi.gforge.inria.fr/
diff --git a/debian/patches/disable-Werror.patch b/debian/patches/disable-Werror.patch
new file mode 100644
index 0000000..5c31f88
--- /dev/null
+++ b/debian/patches/disable-Werror.patch
@@ -0,0 +1,11 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -7,7 +7,7 @@
+ AC_CONFIG_HEADERS([mpfi_config.h])
+ 
+ AC_CONFIG_MACRO_DIR([m4])
+-AM_INIT_AUTOMAKE([1.9 -Wall -Werror dist-bzip2 dist-zip])
++AM_INIT_AUTOMAKE([1.9 -Wall dist-bzip2 dist-zip])
+ 
+ dnl Extra arguments to configure
+ AC_ARG_WITH([mpfr_include],
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..48f9398
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+disable-Werror.patch
diff --git a/debian/rules b/debian/rules
index 84935af..464f5d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,4 @@ ifeq ($(DEB_BUILD_GNU_CPU),sh4)
 endif
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autoreconf

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



More information about the debian-science-commits mailing list