Package: xbubble
Version: 0.5.11.2-3.3
Severity: normal
Tags: patch pending
Dear maintainer,
I've prepared an NMU for xbubble (versioned as 0.5.11.2-3.4) and
uploaded it to DELAYED/15. Please feel free to tell me if I should
cancel it.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
diff -Nru xbubble-0.5.11.2/debian/changelog xbubble-0.5.11.2/debian/changelog
--- xbubble-0.5.11.2/debian/changelog 2016-01-08 00:19:40.000000000 +0200
+++ xbubble-0.5.11.2/debian/changelog 2017-11-18 23:25:03.000000000 +0200
@@ -1,3 +1,10 @@
+xbubble (0.5.11.2-3.4) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Don't build with -Werror to workaround #853709 in gcc.
+
+ -- Adrian Bunk <[email protected]> Sat, 18 Nov 2017 23:25:03 +0200
+
xbubble (0.5.11.2-3.3) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru xbubble-0.5.11.2/debian/patches/no-werror.patch xbubble-0.5.11.2/debian/patches/no-werror.patch
--- xbubble-0.5.11.2/debian/patches/no-werror.patch 1970-01-01 02:00:00.000000000 +0200
+++ xbubble-0.5.11.2/debian/patches/no-werror.patch 2017-11-18 23:24:57.000000000 +0200
@@ -0,0 +1,24 @@
+Description: Don't build with -Werror
+ This works around #853709 in gcc.
+Author: Adrian Bunk <[email protected]>
+
+--- xbubble-0.5.11.2.orig/configure
++++ xbubble-0.5.11.2/configure
+@@ -6649,7 +6649,6 @@ echo $ECHO_N "checking the warning flags
+ warnCFLAGS=`echo $warnCFLAGS -Wmissing-prototypes -Wmissing-declarations \
+ -Wshadow -Wpointer-arith -Wchar-subscripts -Wcomment -Wformat -Wwrite-strings \
+ -Wno-unused-variable -Wno-unused-function -Wno-unused-label \
+- -Werror \
+ | sed 's/ +/ /g'`
+ fi
+ fi
+--- xbubble-0.5.11.2.orig/m4/compiler-flags.m4
++++ xbubble-0.5.11.2/m4/compiler-flags.m4
+@@ -47,7 +47,6 @@ AC_DEFUN([SG_COMPILE_FLAGS],[
+ warnCFLAGS=`echo $warnCFLAGS -Wmissing-prototypes -Wmissing-declarations \
+ -Wshadow -Wpointer-arith -Wchar-subscripts -Wcomment -Wformat -Wwrite-strings \
+ -Wno-unused-variable -Wno-unused-function -Wno-unused-label \
+- -Werror \
+ | sed 's/ +/ /g'`
+ fi
+ fi
diff -Nru xbubble-0.5.11.2/debian/patches/series xbubble-0.5.11.2/debian/patches/series
--- xbubble-0.5.11.2/debian/patches/series 2016-01-08 00:14:16.000000000 +0200
+++ xbubble-0.5.11.2/debian/patches/series 2017-11-18 23:23:47.000000000 +0200
@@ -2,3 +2,4 @@
Fixes-FTBFS-with-loadpng.c-ignoring-return-value-of-fread
Check-returns-from-the-realpath-function-in-data_file-function
libpng15.patch
+no-werror.patch