tags 672070 + patch pending
thanks

add patch, uploaded to delayed/5
diff -Nru xneur-0.15.0/debian/changelog xneur-0.15.0/debian/changelog
--- xneur-0.15.0/debian/changelog       2011-11-14 20:36:22.000000000 +0100
+++ xneur-0.15.0/debian/changelog       2012-05-22 01:28:15.000000000 +0200
@@ -1,3 +1,10 @@
+xneur (0.15.0-1.1) unstable; urgency=low
+
+  * Non maintainer upload.
+  * Build with -Wno-error=deprecated-declarations. Closes: #672070.
+
+ -- Matthias Klose <[email protected]>  Mon, 21 May 2012 23:27:17 +0000
+
 xneur (0.15.0-1) unstable; urgency=low
 
   * Imported Upstream version 0.15.0
diff -Nru xneur-0.15.0/debian/patches/ftbfs-gcc-4.7.diff 
xneur-0.15.0/debian/patches/ftbfs-gcc-4.7.diff
--- xneur-0.15.0/debian/patches/ftbfs-gcc-4.7.diff      1970-01-01 
01:00:00.000000000 +0100
+++ xneur-0.15.0/debian/patches/ftbfs-gcc-4.7.diff      2012-05-22 
01:32:23.000000000 +0200
@@ -0,0 +1,22 @@
+--- xneur-0.15.0.orig/configure
++++ xneur-0.15.0/configure
+@@ -15337,7 +15337,7 @@ $as_echo "#define WITH_PLUGINS 1" >>conf
+ 
+ fi
+ 
+-DEFAULT_CFLAGS="-Wall -Wextra -Werror -g0 -std=gnu99 -fPIC"
++DEFAULT_CFLAGS="-Wall -Wextra -Werror -Wno-error=deprecated-declarations -g0 
-std=gnu99 -fPIC"
+ 
+ 
+ ac_config_files="$ac_config_files pixmaps/Makefile plugins/Makefile 
plugins/test/Makefile plugins/statistic/Makefile share/Makefile 
share/sounds/Makefile share/languages/Makefile share/languages/by/Makefile 
share/languages/bg/Makefile share/languages/cz/Makefile 
share/languages/de/Makefile share/languages/ge/Makefile 
share/languages/gr/Makefile share/languages/en/Makefile 
share/languages/es/Makefile share/languages/ee/Makefile 
share/languages/fr/Makefile share/languages/gb/Makefile 
share/languages/am/Makefile share/languages/kz/Makefile 
share/languages/lt/Makefile share/languages/lv/Makefile 
share/languages/pl/Makefile share/languages/ro/Makefile 
share/languages/ru/Makefile share/languages/ua/Makefile 
share/languages/us/Makefile share/languages/uz/Makefile etc/Makefile 
lib/Makefile lib/lib/Makefile lib/ai/Makefile lib/config/Makefile 
lib/misc/Makefile lib/notify/Makefile lib/main/Makefile src/Makefile 
po/Makefile.in Makefile xnconfig.pc xneur.pc"
+--- xneur-0.15.0.orig/configure.in
++++ xneur-0.15.0/configure.in
+@@ -209,7 +209,7 @@ if test "x$with_plugins" != "xno"; then
+       AC_DEFINE(WITH_PLUGINS, 1, [Define if you want plugins support])
+ fi
+ 
+-DEFAULT_CFLAGS="-Wall -Wextra -Werror -g0 -std=gnu99 -fPIC"
++DEFAULT_CFLAGS="-Wall -Wextra -Werror -Wno-error=deprecated-declarations -g0 
-std=gnu99 -fPIC"
+ AC_SUBST(DEFAULT_CFLAGS)
+ 
+ AC_OUTPUT([
diff -Nru xneur-0.15.0/debian/patches/series xneur-0.15.0/debian/patches/series
--- xneur-0.15.0/debian/patches/series  2011-10-09 22:36:33.000000000 +0200
+++ xneur-0.15.0/debian/patches/series  2012-05-22 01:32:33.000000000 +0200
@@ -1 +1,2 @@
 10_shmem_incorrect_usage.patch
+ftbfs-gcc-4.7.diff

Reply via email to