forcemerge 530477 53403 thanks Steve M. Robbins <[email protected]> (24/05/2009): > Due to the recently-introduced package boost-defaults [1], the > unversioned Boost -dev packages changed from Boost version 1.34.1 to > version 1.38.0.
No reaction, uploaded a fixed package. Many warnings about obsolete headers, but I didn't fix that, given it seems to build as-is for now. Mraw, KiBi.
diff -u plee-the-bear-0.2.1/debian/changelog plee-the-bear-0.2.1/debian/changelog --- plee-the-bear-0.2.1/debian/changelog +++ plee-the-bear-0.2.1/debian/changelog @@ -1,3 +1,16 @@ +plee-the-bear (0.2.1-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with new boost (>= 1.37.0) by using the “-mt” suffix for + boost libraries since starting with this version, only this variant + is available (Closes: #530477, #534039): + - Add patch: fix-ftbfs-with-new-boost.diff + * Not bumping urgency, the package isn't in testing yet. + * Get rid of -pN options in series file, -p1 is the default, and that + could lead to some troubles with the 3.0 format. + + -- Cyril Brulebois <[email protected]> Sat, 18 Jul 2009 13:46:25 +0200 + plee-the-bear (0.2.1-2) unstable; urgency=high [ Julien Jorge ] diff -u plee-the-bear-0.2.1/debian/patches/series plee-the-bear-0.2.1/debian/patches/series --- plee-the-bear-0.2.1/debian/patches/series +++ plee-the-bear-0.2.1/debian/patches/series @@ -1,7 +1,8 @@ -built-paths.diff -p1 -dont-compile-extra-stuff.diff -p1 -fix-menu-section.diff -p1 -install-author-files.diff -p1 -fix-create-file-in-current-dir.diff -p1 -cmake-version.diff -p1 -fix_.desktop.diff -p1 +built-paths.diff +dont-compile-extra-stuff.diff +fix-menu-section.diff +install-author-files.diff +fix-create-file-in-current-dir.diff +cmake-version.diff +fix_.desktop.diff +fix-ftbfs-with-new-boost.diff only in patch2: unchanged: --- plee-the-bear-0.2.1.orig/debian/patches/fix-ftbfs-with-new-boost.diff +++ plee-the-bear-0.2.1/debian/patches/fix-ftbfs-with-new-boost.diff @@ -0,0 +1,22 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -86,7 +86,7 @@ LINK_DIRECTORIES( + ) + + # check boost::filesystem +-FIND_LIBRARY( BOOST_FILESYSTEM boost_filesystem PATHS ${Boost_LIBRARY_DIRS} ) ++FIND_LIBRARY( BOOST_FILESYSTEM boost_filesystem-mt PATHS ${Boost_LIBRARY_DIRS} ) + + IF( NOT BOOST_FILESYSTEM ) + MESSAGE( FATAL_ERROR +--- a/dev/level-editor/src/bf/CMakeLists.txt ++++ b/dev/level-editor/src/bf/CMakeLists.txt +@@ -60,7 +60,7 @@ IF( wxWidgets_FOUND ) + ${CLAW_CONFIGURATION_FILE_LIBRARIES} + ${CLAW_LOGGER_LIBRARIES} + ${CLAW_GRAPHIC_LIBRARIES} +- boost_filesystem ++ boost_filesystem-mt + ) + ELSE( wxWidgets_FOUND ) + MESSAGE( "wxWidgets not found, the level editor will not be compiled." )
signature.asc
Description: Digital signature

