diff -Nru xdemorse-2.9/debian/changelog xdemorse-2.9/debian/changelog --- xdemorse-2.9/debian/changelog 2015-05-06 13:46:17.000000000 +0000 +++ xdemorse-2.9/debian/changelog 2015-07-18 14:50:58.000000000 +0000 @@ -1,3 +1,10 @@ +xdemorse (2.9-3) unstable; urgency=medium + + * QA upload. + * Check for unversioned automake binary, too. (Closes: #792048) + + -- Andreas Beckmann Sat, 18 Jul 2015 16:50:58 +0200 + xdemorse (2.9-2) unstable; urgency=medium * QA upload. diff -Nru xdemorse-2.9/debian/patches/series xdemorse-2.9/debian/patches/series --- xdemorse-2.9/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ xdemorse-2.9/debian/patches/series 2015-07-18 14:43:30.000000000 +0000 @@ -0,0 +1 @@ +unversioned-automake.patch diff -Nru xdemorse-2.9/debian/patches/unversioned-automake.patch xdemorse-2.9/debian/patches/unversioned-automake.patch --- xdemorse-2.9/debian/patches/unversioned-automake.patch 1970-01-01 00:00:00.000000000 +0000 +++ xdemorse-2.9/debian/patches/unversioned-automake.patch 2015-07-18 14:50:50.000000000 +0000 @@ -0,0 +1,15 @@ +Author: Andreas Beckmann +Description: check for unversioned automake binary, too +Bug-Debian: #792048 + +--- a/autogen.sh ++++ b/autogen.sh +@@ -349,7 +349,7 @@ case $REQUIRED_AUTOMAKE_VERSION in + 1.6*) automake_progs="automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;; + 1.7*) automake_progs="automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;; + 1.8*) automake_progs="automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8" ;; +- 1.9*) automake_progs="automake-1.14 automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9" ;; ++ 1.9*) automake_progs="automake automake-1.14 automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9" ;; + 1.10*) automake_progs="automake-1.14 automake-1.13 automake-1.12 automake-1.11 automake-1.10" ;; + 1.11*) automake_progs="automake-1.14 automake-1.13 automake-1.12 automake-1.11" ;; + 1.12*) automake_progs="automake-1.14 automake-1.13 automake-1.12" ;;