Package: release.debian.org Severity: normal Tags: buster User: release.debian....@packages.debian.org Usertags: pu X-Debbugs-Cc: Paul Wise <p...@debian.org>
* Add upstream fix for FTBFS with new imagemagick. (Closes: #991056)
diff -Nru foxtrotgps-1.2.1/debian/changelog foxtrotgps-1.2.1/debian/changelog --- foxtrotgps-1.2.1/debian/changelog 2018-04-10 05:39:03.000000000 +0300 +++ foxtrotgps-1.2.1/debian/changelog 2022-08-25 19:09:09.000000000 +0300 @@ -1,3 +1,10 @@ +foxtrotgps (1.2.1-1+deb10u1) buster; urgency=medium + + * Non-maintainer upload. + * Add upstream fix for FTBFS with new imagemagick. (Closes: #991056) + + -- Adrian Bunk <b...@debian.org> Thu, 25 Aug 2022 19:09:09 +0300 + foxtrotgps (1.2.1-1) unstable; urgency=medium * New upstream release diff -Nru foxtrotgps-1.2.1/debian/patches/imagemagick.patch foxtrotgps-1.2.1/debian/patches/imagemagick.patch --- foxtrotgps-1.2.1/debian/patches/imagemagick.patch 1970-01-01 02:00:00.000000000 +0200 +++ foxtrotgps-1.2.1/debian/patches/imagemagick.patch 2022-08-25 19:09:07.000000000 +0300 @@ -0,0 +1,14 @@ +=== modified file 'doc/Makefile.am' +--- a/doc/Makefile.am 2013-09-16 02:09:13 +0000 ++++ b/doc/Makefile.am 2021-04-26 04:33:42 +0000 +@@ -6,7 +6,8 @@ + + info_TEXINFOS = foxtrotgps.texi + +-foxtrotgps_TEXINFOS = $(images) $(images_eps) ++foxtrotgps_TEXINFOS = $(images) ++DVIS = $(images_eps) foxtrotgps.dvi + + images = \ + foxtrotgps-logo.png \ + diff -Nru foxtrotgps-1.2.1/debian/patches/series foxtrotgps-1.2.1/debian/patches/series --- foxtrotgps-1.2.1/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ foxtrotgps-1.2.1/debian/patches/series 2022-08-25 19:08:59.000000000 +0300 @@ -0,0 +1 @@ +imagemagick.patch