Control: tags 991057 + pending

Dear maintainer,

I've prepared an NMU for gri (versioned as 2.12.27-1.1) and
uploaded it to DELAYED/1. Please feel free to tell me if I
should cancel it.

cu
Adrian
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-25 19:33:47.000000000 +0300
@@ -1,3 +1,11 @@
+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

Reply via email to