Control: tags -1 pending patch

Dear maintainer,

I've uploaded a new revision of gltron versioned as 0.70final-12.2. I
think it is best to remove the -Werror flag which treats warnings as
errors and causes a FTBFS whenever GCC becomes more strict. Unless there
is someone who fixes those warnings, it is simpler to ignore them for
now. Please find attached the debdiff.

Regards,

Markus
diff -Nru gltron-0.70final/debian/changelog gltron-0.70final/debian/changelog
--- gltron-0.70final/debian/changelog   2015-07-09 13:53:25.000000000 +0200
+++ gltron-0.70final/debian/changelog   2018-12-09 14:32:28.000000000 +0100
@@ -1,3 +1,11 @@
+gltron (0.70final-12.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add no-Werror.patch and do not treat warnings as errors anymore.
+    (Closes: #897760)
+
+ -- Markus Koschany <a...@debian.org>  Sun, 09 Dec 2018 14:32:28 +0100
+
 gltron (0.70final-12.1) unstable; urgency=medium
 
   * Non maintainer upload.
diff -Nru gltron-0.70final/debian/patches/no-Werror.patch 
gltron-0.70final/debian/patches/no-Werror.patch
--- gltron-0.70final/debian/patches/no-Werror.patch     1970-01-01 
01:00:00.000000000 +0100
+++ gltron-0.70final/debian/patches/no-Werror.patch     2018-12-09 
14:32:28.000000000 +0100
@@ -0,0 +1,27 @@
+From: Markus Koschany <a...@debian.org>
+Date: Sun, 9 Dec 2018 14:30:34 +0100
+Subject: no Werror
+
+Remove -Werror flag and do not treat warnings as errors anymore. This is a
+useful development flag but will cause a FTBFS whenever GCC becomes more
+strict.
+
+Bug-Debian: https://bugs.debian.org/897760
+Forwarded: no
+---
+ configure.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.in b/configure.in
+index 86af0cb..82e5a4e 100644
+--- a/configure.in
++++ b/configure.in
+@@ -23,7 +23,7 @@ AC_ARG_ENABLE(warn,
+ AC_HELP_STRING([--enable-warn],[Enable compiler warnings @<:@default=on@:>@]),
+       enable_warn=$enableval, enable_warn=yes)
+ if test "x$enable_warn" = xyes; then
+-      CFLAGS="$CFLAGS -Wall -Werror"
++      CFLAGS="$CFLAGS -Wall"
+ fi
+ 
+ AC_ARG_ENABLE(debug,
diff -Nru gltron-0.70final/debian/patches/series 
gltron-0.70final/debian/patches/series
--- gltron-0.70final/debian/patches/series      2015-07-09 13:44:40.000000000 
+0200
+++ gltron-0.70final/debian/patches/series      2018-12-09 14:32:28.000000000 
+0100
@@ -9,3 +9,4 @@
 fix-prototypes.patch
 automake-error.patch
 gcc5.diff
+no-Werror.patch

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to