Control: tags 951971 + patch
Control: tags 951971 + pending

Dear maintainer,

I've prepared an NMU for gxneur (versioned as 0.20.0-2.1) and
uploaded it to DELAYED/14. Please feel free to tell me if I
should cancel it.

cu
Adrian
diff -Nru gxneur-0.20.0/debian/changelog gxneur-0.20.0/debian/changelog
--- gxneur-0.20.0/debian/changelog	2018-09-12 01:14:50.000000000 +0300
+++ gxneur-0.20.0/debian/changelog	2020-04-06 12:45:46.000000000 +0300
@@ -1,3 +1,10 @@
+gxneur (0.20.0-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build without -Werror. (Closes: #951971)
+
+ -- Adrian Bunk <b...@debian.org>  Mon, 06 Apr 2020 12:45:46 +0300
+
 gxneur (0.20.0-2) unstable; urgency=medium
 
   * d/control: Move Vcs-* to salsa.
diff -Nru gxneur-0.20.0/debian/patches/04-no-werror.patch gxneur-0.20.0/debian/patches/04-no-werror.patch
--- gxneur-0.20.0/debian/patches/04-no-werror.patch	1970-01-01 02:00:00.000000000 +0200
+++ gxneur-0.20.0/debian/patches/04-no-werror.patch	2020-04-06 12:45:46.000000000 +0300
@@ -0,0 +1,15 @@
+Description: Build without -Werror
+Author: Adrian Bunk <b...@debian.org>
+Bug-Debian: https://bugs.debian.org/951971
+
+--- gxneur-0.20.0.orig/configure.ac
++++ gxneur-0.20.0/configure.ac
+@@ -85,7 +85,7 @@ AC_DEFINE(PACKAGE_GSETTINGS_DIR, "com."
+ 
+ AC_DEFINE(KB_PROP_COMMAND, "/usr/bin/gnome-control-center region layouts", [Define keyboard properties command])
+ 
+-DEFAULT_CFLAGS="-Wall -Wextra -Werror -g0 -fPIC -std=gnu99"
++DEFAULT_CFLAGS="-Wall -Wextra -g0 -fPIC -std=gnu99"
+ AC_SUBST(DEFAULT_CFLAGS)
+ 
+ AC_OUTPUT([Makefile gxneur.desktop data/Makefile src/Makefile pixmaps/Makefile ui/Makefile po/Makefile.in])
diff -Nru gxneur-0.20.0/debian/patches/series gxneur-0.20.0/debian/patches/series
--- gxneur-0.20.0/debian/patches/series	2018-09-12 00:50:49.000000000 +0300
+++ gxneur-0.20.0/debian/patches/series	2020-04-06 12:45:46.000000000 +0300
@@ -1,3 +1,4 @@
 01-gconf.patch
 02-gconf.patch
 03-glib-deprecated.patch
+04-no-werror.patch

Reply via email to