[SCM] Quadrature rules and numerical integration routines branch, master, updated. debian/0_20121001-1-1-ge21db19

Mike Neish neishm at atmosp.physics.utoronto.ca
Tue Jul 2 17:47:00 UTC 2013


The following commit has been merged in the master branch:
commit e21db19aaa777696bc183de5a862d6577e317f27
Author: Mike Neish <neishm at atmosp.physics.utoronto.ca>
Date:   Tue Jul 2 13:34:00 2013 -0400

    Patch to fix FTBFS caused by automake pedantry.

diff --git a/debian/changelog b/debian/changelog
index 93cfc09..1cdfc59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+quadrule (0~20121001-2) UNRELEASED; urgency=low
+
+  * Add AM_PROG_AR to configure.ac (Closes: #713337)
+
+ -- Mike Neish <neishm at atmosp.physics.utoronto.ca>  Tue, 02 Jul 2013 13:26:53 -0400
+
 quadrule (0~20121001-1) unstable; urgency=low
 
   * Initial release (Closes: #704151)
diff --git a/debian/patches/fix-automake-libtool-incompatibility.patch b/debian/patches/fix-automake-libtool-incompatibility.patch
new file mode 100644
index 0000000..63e7899
--- /dev/null
+++ b/debian/patches/fix-automake-libtool-incompatibility.patch
@@ -0,0 +1,22 @@
+Description: Invoke the AM_PROG_AR macro to silence an automake warning.
+ Starting in automake 1.12, using libtool causes a warning about a non-POSIX
+ archiver.  This is really libtool's problem, since the archiving step is
+ handled by them.  This patch is a workaround until the libtool and automake
+ guys talk to each other.
+ See also: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11401
+           http://lists.gnu.org/archive/html/automake/2012-05/msg00014.html
+Author: Mike Neish <neishm at atmosp.physics.utoronto.ca>
+Bug-Debian: http://bugs.debian.org/713337
+Last-Update: 2013-07-02
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -2,6 +2,8 @@
+ AC_CONFIG_AUX_DIR([build-aux])
+ AC_CONFIG_MACRO_DIR([m4])
+ AM_INIT_AUTOMAKE([foreign -Wall -Werror])
++# The following line is required for libtool to work with automake >= 1.12
++m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
+ LT_INIT
+ AC_PROG_CC
+ AC_CONFIG_HEADERS([config.h])
diff --git a/debian/patches/series b/debian/patches/series
index f0e9703..f8b1f17 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-man-hyphen-used-as-minus-sign
+fix-automake-libtool-incompatibility.patch

-- 
Quadrature rules and numerical integration routines



More information about the debian-science-commits mailing list