Control: tags 906358 + pending Dear maintainer,
I've prepared an NMU for gimp-help (versioned as 2.8.2-0.2) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
diff -Nru gimp-help-2.8.2/debian/changelog gimp-help-2.8.2/debian/changelog --- gimp-help-2.8.2/debian/changelog 2015-09-01 01:30:38.000000000 +0300 +++ gimp-help-2.8.2/debian/changelog 2018-09-19 21:21:52.000000000 +0300 @@ -1,3 +1,11 @@ +gimp-help (2.8.2-0.2) unstable; urgency=medium + + * Non-maintainer upload. + * Add upstream fix for FTBFS with automake 1.16, + thanks to Juhani Numminen. (Closes: #906358) + + -- Adrian Bunk <b...@debian.org> Wed, 19 Sep 2018 21:21:52 +0300 + gimp-help (2.8.2-0.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru gimp-help-2.8.2/debian/patches/autogen-automake-1.16.patch gimp-help-2.8.2/debian/patches/autogen-automake-1.16.patch --- gimp-help-2.8.2/debian/patches/autogen-automake-1.16.patch 1970-01-01 02:00:00.000000000 +0200 +++ gimp-help-2.8.2/debian/patches/autogen-automake-1.16.patch 2018-09-19 21:21:52.000000000 +0300 @@ -0,0 +1,17 @@ +Description: autogen.sh - allow automake-1.16. +Origin: https://gitlab.gnome.org/GNOME/gimp-help/commit/6b6238801f86136f711b15c867b80fbcef8b7b01 +Bug: https://bugzilla.gnome.org/794819 +Bug-Debian: https://bugs.debian.org/906358 +Last-Update: 2018-08-31 + +--- a/autogen.sh ++++ b/autogen.sh +@@ -21,7 +21,7 @@ + + echo -n "Looking for latest automake version ... " + required_automake_minor=10 +-minor=15 ++minor=16 + while [ $minor -ge $required_automake_minor ]; do + ver=1.$minor + if (automake-$ver --version) < /dev/null > /dev/null 2>&1; then