uncommitted - gxneur

Ready changes

Summary

Import uploads missing from VCS:

Diff

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 845ca06..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-.pc
diff --git a/debian/changelog b/debian/changelog
index 8699c5d..6c274f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gxneur (0.20.0-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build without -Werror. (Closes: #951971)
+
+ -- Adrian Bunk <bunk@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 --git a/debian/patches/04-no-werror.patch b/debian/patches/04-no-werror.patch
new file mode 100644
index 0000000..58b1228
--- /dev/null
+++ b/debian/patches/04-no-werror.patch
@@ -0,0 +1,15 @@
+Description: Build without -Werror
+Author: Adrian Bunk <bunk@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 --git a/debian/patches/series b/debian/patches/series
index 1d0eab9..7d789b1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 01-gconf.patch
 02-gconf.patch
 03-glib-deprecated.patch
+04-no-werror.patch

Run locally

More details

Full run details