[med-svn] [probabel] 04/04: Add patch that fixes compilation after running autoconf (problem was caused by the fact that automake v1.13 now uses parallel tests by default).

Lennart Karssen lckarssen-guest at moszumanska.debian.org
Fri Dec 13 00:38:11 UTC 2013


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

lckarssen-guest pushed a commit to branch master
in repository probabel.

commit b66f4d35bdf6fa82346537e1ba97ac04416aa6ec
Author: L.C. Karssen <lennart at karssen.org>
Date:   Fri Dec 13 01:38:04 2013 +0100

    Add patch that fixes compilation after running autoconf (problem was caused by the fact that automake v1.13 now uses parallel tests by default).
---
 debian/patches/fix_checks.patch | 29 +++++++++++++++++++++++++++++
 debian/patches/series           |  2 ++
 2 files changed, 31 insertions(+)

diff --git a/debian/patches/fix_checks.patch b/debian/patches/fix_checks.patch
new file mode 100644
index 0000000..1b9ebfc
--- /dev/null
+++ b/debian/patches/fix_checks.patch
@@ -0,0 +1,29 @@
+Description: Fix the checks, which failed after running dh_autoreconf
+ Automake v1.13 uses parallel test by default, unlike previous
+ versions. This patch runs tests the old serial way.
+ No need to forward upstream, upstream fixed this differently in SVN r1464.
+Author: L.C. Karssen <lennart at karssen.org>
+Last-Update: 2013-12-12
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/checks/Makefile.am
++++ b/checks/Makefile.am
+@@ -41,7 +41,6 @@
+ check_SCRIPTS =
+ 
+ 
+-TESTS_ENVIRONMENT = bash
+ if BUILD_palinear
+ check_SCRIPTS += check_probabel.pl_chunk.sh check_dose_input.sh
+ check_SCRIPTS += test_qt.sh test_mms.sh
+--- a/configure.ac
++++ b/configure.ac
+@@ -3,7 +3,7 @@
+ 
+ AC_PREREQ([2.67])
+ AC_INIT(ProbABEL, 0.4.1, genabel-devel at r-forge.wu-wien.ac.at)
+-AM_INIT_AUTOMAKE([silent-rules])
++AM_INIT_AUTOMAKE([silent-rules serial-tests])
+ AM_SILENT_RULES
+ AC_CONFIG_SRCDIR([src/data.h])
+ AC_CONFIG_HEADERS([src/config.h])
diff --git a/debian/patches/series b/debian/patches/series
index 97779a8..c2a56bb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,3 @@
 fix-extIDS.pl.patch
+man-page-probabel.pl
+fix_checks.patch

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/probabel.git



More information about the debian-med-commit mailing list