[SCM] toonloop/master: Add patch 0001 to avoid treating build warnings as errors. Closes: bug#666756. Thanks to Sjoerd Simons.

js at users.alioth.debian.org js at users.alioth.debian.org
Fri Apr 6 21:03:21 UTC 2012


The following commit has been merged in the master branch:
commit 292f9752f7f952ffc7853bf2cdfd690ebd7a71be
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Apr 6 19:23:02 2012 +0200

    Add patch 0001 to avoid treating build warnings as errors. Closes: bug#666756. Thanks to Sjoerd Simons.

diff --git a/debian/patches/0001_dont_use_werror.patch b/debian/patches/0001_dont_use_werror.patch
new file mode 100644
index 0000000..6931836
--- /dev/null
+++ b/debian/patches/0001_dont_use_werror.patch
@@ -0,0 +1,18 @@
+Description: Avoid treating build warnings as errors
+ Clutter triggers deprecation warnings which causes build to fail.
+Author: Sjoerd Simons <sjoerd at debian.org>
+Bug-Debian: http://bugs.debian.org/666756
+Forwarded: no
+Last-Update: 2012-04-06
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -157,7 +157,7 @@
+ AC_DEFINE_UNQUOTED([DATADIR], "${DATADIR}", "Data dir")
+ AC_DEFINE_UNQUOTED([PIXMAPS_DIR], "${PIXMAPS_DIR}", "Pixmaps dir")
+ 
+-AC_SUBST(CXXFLAGS, " -O2 -Wall -Wextra -Werror -Wno-unused-result -Wfatal-errors") 
++AC_SUBST(CXXFLAGS, " -O2 -Wall -Wextra -Wno-unused-result -Wfatal-errors")
+ AC_CONFIG_FILES([
+     Makefile
+     src/Makefile
diff --git a/debian/patches/series b/debian/patches/series
index 96fcd0a..e6a6df9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+0001_dont_use_werror.patch
 0002-help2man.patch
 0003-rtmidi.patch
 0004-fix_arm.patch

-- 
toonloop packaging



More information about the pkg-multimedia-commits mailing list