tags 665670 + pending
thanks

Dear maintainer,

I've prepared an NMU for gxneur (versioned as 0.15.0-2.1) and
will have it uploaded soon.

Cheers

Luk
diff -Nru gxneur-0.15.0/debian/changelog gxneur-0.15.0/debian/changelog
--- gxneur-0.15.0/debian/changelog	2011-11-21 12:10:02.000000000 +0100
+++ gxneur-0.15.0/debian/changelog	2012-07-05 22:06:49.000000000 +0200
@@ -1,3 +1,11 @@
+gxneur (0.15.0-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove -Werror so it does not complain about deprecated declarations
+    (Closes: #665670).
+
+ -- Luk Claes <l...@debian.org>  Thu, 05 Jul 2012 20:04:58 +0000
+
 gxneur (0.15.0-2) unstable; urgency=low
 
   [ Alexander GQ Gerasiov ]
diff -Nru gxneur-0.15.0/debian/patches/03_disable_werror.patch gxneur-0.15.0/debian/patches/03_disable_werror.patch
--- gxneur-0.15.0/debian/patches/03_disable_werror.patch	1970-01-01 01:00:00.000000000 +0100
+++ gxneur-0.15.0/debian/patches/03_disable_werror.patch	2012-07-05 22:03:56.000000000 +0200
@@ -0,0 +1,28 @@
+Description: remove -Werror
+ This package uses stuff that is now deprecated in gtk so it FTBF
+ If -Werror is enabled.
+Author: Peter Michael Green <plugw...@p10link.net>
+Bug-Debian: http://bugs.debian.org/665670
+
+--- gxneur-0.15.0.orig/configure.in
++++ gxneur-0.15.0/configure.in
+@@ -87,7 +87,7 @@ fi
+ AM_GNU_GETTEXT_VERSION([0.16.1])
+ AM_GNU_GETTEXT([external])
+ 
+-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 src/Makefile pixmaps/Makefile glade/Makefile po/Makefile.in])
+--- gxneur-0.15.0.orig/configure
++++ gxneur-0.15.0/configure
+@@ -14805,7 +14805,7 @@ $as_echo "#define HAVE_DCGETTEXT 1" >>co
+ 
+ 
+ 
+-DEFAULT_CFLAGS="-Wall -Wextra -Werror -g0 -fPIC -std=gnu99"
++DEFAULT_CFLAGS="-Wall -Wextra -g0 -fPIC -std=gnu99"
+ 
+ 
+ ac_config_files="$ac_config_files Makefile gxneur.desktop src/Makefile pixmaps/Makefile glade/Makefile po/Makefile.in"
diff -Nru gxneur-0.15.0/debian/patches/series gxneur-0.15.0/debian/patches/series
--- gxneur-0.15.0/debian/patches/series	2011-11-14 20:42:04.000000000 +0100
+++ gxneur-0.15.0/debian/patches/series	2012-07-05 22:04:49.000000000 +0200
@@ -1 +1,2 @@
 02_desktop_section.patch
+03_disable_werror.patch

Reply via email to