Package: release.debian.org Severity: normal Tags: bullseye User: release.debian....@packages.debian.org Usertags: pu X-Debbugs-Cc: Peter S Galbraith <p...@debian.org>
* Use ps2pdf instead of convert for converting from ps to pdf. (Closes: #991057) See #987504 for background of the imagemagick change that caused the FTBFS.
diff -Nru gri-2.12.27/debian/changelog gri-2.12.27/debian/changelog --- gri-2.12.27/debian/changelog 2020-06-26 03:41:17.000000000 +0300 +++ gri-2.12.27/debian/changelog 2022-08-27 15:14:06.000000000 +0300 @@ -1,3 +1,18 @@ +gri (2.12.27-1.1~deb11u1) bullseye; urgency=medium + + * Non-maintainer upload. + * Rebuild for bullseye. + + -- Adrian Bunk <b...@debian.org> Sat, 27 Aug 2022 15:14:06 +0300 + +gri (2.12.27-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Use ps2pdf instead of convert for converting from ps to pdf. + (Closes: #991057) + + -- Adrian Bunk <b...@debian.org> Thu, 25 Aug 2022 19:33:47 +0300 + gri (2.12.27-1) unstable; urgency=medium * New upstream release. diff -Nru gri-2.12.27/debian/patches/imagemagick.patch gri-2.12.27/debian/patches/imagemagick.patch --- gri-2.12.27/debian/patches/imagemagick.patch 1970-01-01 02:00:00.000000000 +0200 +++ gri-2.12.27/debian/patches/imagemagick.patch 2022-08-25 19:33:47.000000000 +0300 @@ -0,0 +1,30 @@ +Description: Use ps2pdf instead of convert for converting from ps to pdf +Author: Adrian Bunk <b...@debian.org> +Bug-Debian: https://bugs.debian.org/991057 + +--- gri-2.12.27.orig/doc/examples/Makefile.am ++++ gri-2.12.27/doc/examples/Makefile.am +@@ -78,8 +78,8 @@ DISTCLEANFILES = $(png_files) $(eps_file + %-tiny.png : %.png + -convert -strip -background white -geometry 90x999 $< $@ + %.pdf : %.ps +- convert $< $@ +-# ps2pdf $< $@ ++# convert $< $@ ++ ps2pdf $< $@ + %.html : %.gri + perl $(srcdir)/../gri2html $< $@ + all: html png eps txt +--- gri-2.12.27.orig/doc/screenshots/Makefile.am ++++ gri-2.12.27/doc/screenshots/Makefile.am +@@ -26,8 +26,8 @@ pdf: $(the_pdf_files) + -convert $< $@ + + %.pdf : %.eps +- convert $< $@ +-# ps2pdf $< $@ ++# convert $< $@ ++ ps2pdf $< $@ + + # This was good for color; + # now let's put them in grayscale for the PostScript manual diff -Nru gri-2.12.27/debian/patches/series gri-2.12.27/debian/patches/series --- gri-2.12.27/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ gri-2.12.27/debian/patches/series 2022-08-25 19:33:47.000000000 +0300 @@ -0,0 +1 @@ +imagemagick.patch