Control: tags 957157 + pending

Dear maintainer,

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

cu
Adrian
diff -Nru dvi2ps-5.1j/debian/changelog dvi2ps-5.1j/debian/changelog
--- dvi2ps-5.1j/debian/changelog	2019-02-17 14:29:43.000000000 +0200
+++ dvi2ps-5.1j/debian/changelog	2021-02-05 17:21:48.000000000 +0200
@@ -1,3 +1,10 @@
+dvi2ps (5.1j-1.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with gcc 10. (Closes: #957157)
+
+ -- Adrian Bunk <b...@debian.org>  Fri, 05 Feb 2021 17:21:48 +0200
+
 dvi2ps (5.1j-1.3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru dvi2ps-5.1j/debian/patches/gcc-10.patch dvi2ps-5.1j/debian/patches/gcc-10.patch
--- dvi2ps-5.1j/debian/patches/gcc-10.patch	1970-01-01 02:00:00.000000000 +0200
+++ dvi2ps-5.1j/debian/patches/gcc-10.patch	2021-02-05 17:21:48.000000000 +0200
@@ -0,0 +1,15 @@
+Description: Fix FTBFS with gcc 10
+Author: Adrian Bunk <b...@debian.org>
+Bug-Debian: https://bugs.debian.org/957157
+
+--- dvi2ps-5.1j.orig/global.h
++++ dvi2ps-5.1j/global.h
+@@ -126,7 +126,7 @@ extern char *version;
+  * Interface with device driver
+  */
+ /* ps.c */
+-BOOLEAN landscape;
++extern BOOLEAN landscape;
+ float dev_fontmag();
+ 
+ /* psspecial.c */
diff -Nru dvi2ps-5.1j/debian/patches/series dvi2ps-5.1j/debian/patches/series
--- dvi2ps-5.1j/debian/patches/series	2019-02-17 14:29:43.000000000 +0200
+++ dvi2ps-5.1j/debian/patches/series	2021-02-05 17:21:48.000000000 +0200
@@ -5,3 +5,4 @@
 08_kpse_set_program_name.patch
 09_freetype_header.patch
 freetype2_pkg-config.patch
+gcc-10.patch

Reply via email to