Control: tags 964423 + patch
Control: tags 964423 + pending

Dear maintainer,

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

cu
Adrian
diff -Nru dspdfviewer-1.15.1/debian/changelog dspdfviewer-1.15.1/debian/changelog
--- dspdfviewer-1.15.1/debian/changelog	2016-11-04 00:34:42.000000000 +0200
+++ dspdfviewer-1.15.1/debian/changelog	2021-02-05 22:16:29.000000000 +0200
@@ -1,3 +1,10 @@
+dspdfviewer (1.15.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Don't build with -Werror. (Closes: #964423)
+
+ -- Adrian Bunk <b...@debian.org>  Fri, 05 Feb 2021 22:16:29 +0200
+
 dspdfviewer (1.15.1-1) unstable; urgency=medium
 
   * New upstream point release
diff -Nru dspdfviewer-1.15.1/debian/patches/no-Werror.patch dspdfviewer-1.15.1/debian/patches/no-Werror.patch
--- dspdfviewer-1.15.1/debian/patches/no-Werror.patch	1970-01-01 02:00:00.000000000 +0200
+++ dspdfviewer-1.15.1/debian/patches/no-Werror.patch	2021-02-05 22:16:29.000000000 +0200
@@ -0,0 +1,15 @@
+Description: Don't build with -Werror
+Author: Adrian Bunk <b...@debian.org>
+Bug-Debian: https://bugs.debian.org/964423
+
+--- dspdfviewer-1.15.1.orig/cmake/compiler_gnu_gcc.cmake
++++ dspdfviewer-1.15.1/cmake/compiler_gnu_gcc.cmake
+@@ -30,7 +30,7 @@ add_definitions(
+ )
+ 
+ # Turn all warnings into errors
+-add_definitions(-Werror -pedantic-errors)
++#add_definitions(-Werror -pedantic-errors)
+ 
+ # These warnings produce false positives on some older qt4 libraries
+ # (this failed debian s390x compilation), therefore tune them back
diff -Nru dspdfviewer-1.15.1/debian/patches/series dspdfviewer-1.15.1/debian/patches/series
--- dspdfviewer-1.15.1/debian/patches/series	2016-11-04 00:33:43.000000000 +0200
+++ dspdfviewer-1.15.1/debian/patches/series	2021-02-05 22:16:29.000000000 +0200
@@ -1 +1,2 @@
 0001-fix-ftbfs-with-plus-in-version-number.patch
+no-Werror.patch

Reply via email to