Author: j-jorge-guest Date: 2011-08-22 20:36:52 +0000 (Mon, 22 Aug 2011) New Revision: 12636
Added: packages/trunk/plee-the-bear/debian/patches/use-findpackage-for-libclaw.diff Modified: packages/trunk/plee-the-bear/debian/changelog packages/trunk/plee-the-bear/debian/patches/series Log: Use the findpackage command to find libclaw, according to the new installation path of the CMake module of the library. Modified: packages/trunk/plee-the-bear/debian/changelog =================================================================== --- packages/trunk/plee-the-bear/debian/changelog 2011-08-22 20:18:53 UTC (rev 12635) +++ packages/trunk/plee-the-bear/debian/changelog 2011-08-22 20:36:52 UTC (rev 12636) @@ -1,3 +1,11 @@ +plee-the-bear (0.5.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Use the findpackage command to find libclaw, according to the new + installation path of the CMake module of the library. + + -- Julien Jorge <[email protected]> Sun, 21 Aug 2011 16:59:22 +0200 + plee-the-bear (0.5.1-1) unstable; urgency=low [ Julien Jorge ] Modified: packages/trunk/plee-the-bear/debian/patches/series =================================================================== --- packages/trunk/plee-the-bear/debian/patches/series 2011-08-22 20:18:53 UTC (rev 12635) +++ packages/trunk/plee-the-bear/debian/patches/series 2011-08-22 20:36:52 UTC (rev 12636) @@ -1,2 +1,3 @@ +use-findpackage-for-libclaw.diff do-not-install-authors-files.diff editors-default-dir.diff Added: packages/trunk/plee-the-bear/debian/patches/use-findpackage-for-libclaw.diff =================================================================== --- packages/trunk/plee-the-bear/debian/patches/use-findpackage-for-libclaw.diff (rev 0) +++ packages/trunk/plee-the-bear/debian/patches/use-findpackage-for-libclaw.diff 2011-08-22 20:36:52 UTC (rev 12636) @@ -0,0 +1,39 @@ +Index: plee-the-bear-0.5.1/bear-engine/CMakeLists.txt +=================================================================== +--- plee-the-bear-0.5.1.orig/bear-engine/CMakeLists.txt 2011-08-21 16:45:11.000000000 +0200 ++++ plee-the-bear-0.5.1/bear-engine/CMakeLists.txt 2011-08-21 16:47:17.000000000 +0200 +@@ -32,7 +32,7 @@ + + # Not really optional, but we want to display a custom message if we do not find + # the module +-include(FindCLAW OPTIONAL) ++find_package(libclaw) + + if( CLAW_FOUND ) + VERSION_GREATER_EQUAL( ${CLAW_VERSION} "1.6.0" CLAW_VERSION_OK ) +Index: plee-the-bear-0.5.1/bear-factory/CMakeLists.txt +=================================================================== +--- plee-the-bear-0.5.1.orig/bear-factory/CMakeLists.txt 2011-08-21 16:45:32.000000000 +0200 ++++ plee-the-bear-0.5.1/bear-factory/CMakeLists.txt 2011-08-21 16:47:36.000000000 +0200 +@@ -33,7 +33,7 @@ + + # Not really optional, but we want to display a custom message if we do not find + # the module +-include(FindCLAW OPTIONAL) ++find_package(libclaw) + + if( CLAW_FOUND ) + VERSION_GREATER_EQUAL( ${CLAW_VERSION} "1.6.0" CLAW_VERSION_OK ) +Index: plee-the-bear-0.5.1/plee-the-bear/CMakeLists.txt +=================================================================== +--- plee-the-bear-0.5.1.orig/plee-the-bear/CMakeLists.txt 2011-08-21 16:45:41.000000000 +0200 ++++ plee-the-bear-0.5.1/plee-the-bear/CMakeLists.txt 2011-08-21 16:46:47.000000000 +0200 +@@ -71,7 +71,7 @@ + + # Not really optional, but we want to display a custom message if we do not find + # the module +-include(FindCLAW OPTIONAL) ++find_package(libclaw) + + if( CLAW_FOUND ) + VERSION_GREATER_EQUAL( ${CLAW_VERSION} "1.6.0" CLAW_VERSION_OK ) _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

