[SCM] crtmpserver/master: Drop patch that removes -Werror from flags

jet-guest at users.alioth.debian.org jet-guest at users.alioth.debian.org
Sat Jun 1 19:24:08 UTC 2013


The following commit has been merged in the master branch:
commit 7e8b2cf725e9c7835137d763734fd97917d33ecc
Author: Andriy Beregovenko <jet at jet.kiev.ua>
Date:   Sat Jun 1 21:30:11 2013 +0300

    Drop patch that removes -Werror from flags
    
    Now software could be successfully built with -Werror
    
    Signed-off-by: Andriy Beregovenko <jet at jet.kiev.ua>

diff --git a/debian/patches/05_dont_Werror.diff b/debian/patches/05_dont_Werror.diff
deleted file mode 100644
index f6b0296..0000000
--- a/debian/patches/05_dont_Werror.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-From: Reinhard Tartler <siretart at tauware.de>
-Subject: Don't set -Werror
-Bug-Debian: http://bugs.debian.org/625316
-
-This package builds with -Werror, and GCC 4.6 triggers new warnings
-which will make the package fail to build.  Currently a Debian patch
-just passes
-    -Wno-error=unused-but-set-variable and
-    -Wno-error=unused-but-set-parameter
-to avoid build failures, but this patch will be reverted with the
-GCC 4.6.1 release, and the severity of the report will be raised.
-
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -123,7 +123,7 @@ ADD_DEFINITIONS(-DHAS_LUA)
- #ADD_DEFINITIONS(-DUSE_MEM_POOL)
- #ADD_DEFINITIONS(-DDEBUG_MEM_POOL)
- 
--SET(GENERIC_FLAGS "-Wall -Werror")
-+SET(GENERIC_FLAGS "-Wall")
- 
- #add 64 bit support for 32 but platforms
- ADD_DEFINITIONS(-D__USE_FILE_OFFSET64)
diff --git a/debian/patches/series b/debian/patches/series
index 21cbca9..b0c8e5e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-05_dont_Werror.diff
 10-Do-not-build-tests.patch
 13_disable_lua_config_install.diff
 15_use_system_lua.diff

-- 
crtmpserver packaging



More information about the pkg-multimedia-commits mailing list