------------------------------------------------------------ revno: 72 tags: 2.9.1-2 fixes bug: http://bugs.debian.org/667113 committer: Dmitrijs Ledkovs <[email protected]> branch nick: bibletime timestamp: Tue 2012-04-17 22:42:20 +0100 message: Disable -Werror to work-around FTBFS with gcc-4.7 (Closes: #667113) added: debian/patches/gcc4.7-ftbfs.patch debian/patches/series modified: debian/changelog
-- lp:bibletime/debian https://code.launchpad.net/~pkgcrosswire/bibletime/main Your team CrossWire Packaging Team is subscribed to branch lp:bibletime/debian. To unsubscribe from this branch go to https://code.launchpad.net/~pkgcrosswire/bibletime/main/+edit-subscription
=== modified file 'debian/changelog' --- debian/changelog 2012-04-14 17:23:21 +0000 +++ debian/changelog 2012-04-17 21:42:20 +0000 @@ -1,3 +1,9 @@ +bibletime (2.9.1-2) unstable; urgency=low + + * Disable -Werror to work-around FTBFS with gcc-4.7 (Closes: #667113) + + -- Dmitrijs Ledkovs <[email protected]> Tue, 17 Apr 2012 22:40:49 +0100 + bibletime (2.9.1-1) unstable; urgency=low [ Jonathan Marsden ] === added file 'debian/patches/gcc4.7-ftbfs.patch' --- debian/patches/gcc4.7-ftbfs.patch 1970-01-01 00:00:00 +0000 +++ debian/patches/gcc4.7-ftbfs.patch 2012-04-17 21:42:20 +0000 @@ -0,0 +1,16 @@ +Description: Work-around FTBFS with gcc4.7 by disabling -Werror +Author: Dmitrijs Ledkovs <[email protected]> + +Index: bibletime/CMakeLists.txt +=================================================================== +--- bibletime.orig/CMakeLists.txt 2012-04-14 17:26:58.958854000 +0100 ++++ bibletime/CMakeLists.txt 2012-04-17 22:38:01.936487437 +0100 +@@ -194,7 +194,7 @@ + SET(CMAKE_CXX_FLAGS_DEBUG "-DNO_DBUS -DSWUSINGDLL /MDd /Zc:wchar_t- /W1 /D_UNICODE /DUNICODE /ZI") + ELSE (MSVC) + SET(CMAKE_CXX_FLAGS_RELEASE "-Wall -O2 -fexceptions") +- SET(CMAKE_CXX_FLAGS_DEBUG "-Wall -Werror -O2 -ggdb -fexceptions") ++ SET(CMAKE_CXX_FLAGS_DEBUG "-Wall -O2 -ggdb -fexceptions") + ENDIF (MSVC) + + === added file 'debian/patches/series' --- debian/patches/series 1970-01-01 00:00:00 +0000 +++ debian/patches/series 2012-04-17 21:42:20 +0000 @@ -0,0 +1,1 @@ +gcc4.7-ftbfs.patch
_______________________________________________ Pkg-crosswire-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-crosswire-devel
