r7277 - packages/trunk/plee-the-bear/debian/patches
Julien Jorge
j-jorge-guest at alioth.debian.org
Sun Jun 8 09:44:11 UTC 2008
Author: j-jorge-guest
Date: 2008-06-08 09:44:11 +0000 (Sun, 08 Jun 2008)
New Revision: 7277
Added:
packages/trunk/plee-the-bear/debian/patches/cmake-version.diff
Modified:
packages/trunk/plee-the-bear/debian/patches/series
Log:
Fix cmake warnings.
Added: packages/trunk/plee-the-bear/debian/patches/cmake-version.diff
===================================================================
--- packages/trunk/plee-the-bear/debian/patches/cmake-version.diff (rev 0)
+++ packages/trunk/plee-the-bear/debian/patches/cmake-version.diff 2008-06-08 09:44:11 UTC (rev 7277)
@@ -0,0 +1,308 @@
+Index: plee-the-bear-0.2.1/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/CMakeLists.txt 2008-06-08 11:30:55.000000000 +0200
++++ plee-the-bear-0.2.1/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ PROJECT(plee-the-bear)
+
+ SET( GAME_ROOT_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" )
+Index: plee-the-bear-0.2.1/data/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/data/CMakeLists.txt 2008-06-08 11:30:55.000000000 +0200
++++ plee-the-bear-0.2.1/data/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ PROJECT(ressource-archive)
+
+ #-------------------------------------------------------------------------------
+Index: plee-the-bear-0.2.1/desktop/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/desktop/CMakeLists.txt 2008-06-08 11:30:55.000000000 +0200
++++ plee-the-bear-0.2.1/desktop/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ INSTALL( DIRECTORY "applications" "icons" "menu" "pixmaps"
+ DESTINATION "${CMAKE_INSTALL_PREFIX}/share/"
+ FILE_PERMISSIONS
+Index: plee-the-bear-0.2.1/dev/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/CMakeLists.txt 2008-06-08 11:31:00.000000000 +0200
++++ plee-the-bear-0.2.1/dev/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ SET( DIR_COMMON "${CMAKE_CURRENT_SOURCE_DIR}/common/" )
+ SET(
+ BEAR_ENGINE_INCLUDE_DIRECTORY
+Index: plee-the-bear-0.2.1/dev/bear_engine/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/bear_engine/CMakeLists.txt 2008-06-08 11:30:59.000000000 +0200
++++ plee-the-bear-0.2.1/dev/bear_engine/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1 +1,3 @@
++cmake_minimum_required(VERSION 2.4)
++
+ SUBDIRS(src)
+Index: plee-the-bear-0.2.1/dev/bear_engine/src/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/bear_engine/src/CMakeLists.txt 2008-06-08 11:30:59.000000000 +0200
++++ plee-the-bear-0.2.1/dev/bear_engine/src/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ SUBDIRS(
+ core
+ generic_items
+Index: plee-the-bear-0.2.1/dev/bear_engine/src/core/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/bear_engine/src/core/CMakeLists.txt 2008-06-08 11:30:59.000000000 +0200
++++ plee-the-bear-0.2.1/dev/bear_engine/src/core/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ PROJECT( bear_engine )
+
+ INCLUDE_DIRECTORIES( ${BEAR_ENGINE_INCLUDE_DIRECTORY} )
+Index: plee-the-bear-0.2.1/dev/bear_engine/src/core/audio/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/bear_engine/src/core/audio/CMakeLists.txt 2008-06-08 11:30:58.000000000 +0200
++++ plee-the-bear-0.2.1/dev/bear_engine/src/core/audio/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ PROJECT(audio)
+ SET( AUDIO_TARGET_NAME bear_audio )
+
+Index: plee-the-bear-0.2.1/dev/bear_engine/src/core/communication/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/bear_engine/src/core/communication/CMakeLists.txt 2008-06-08 11:30:58.000000000 +0200
++++ plee-the-bear-0.2.1/dev/bear_engine/src/core/communication/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ PROJECT(communication)
+ SET( COMMUNICATION_TARGET_NAME bear_communication )
+
+Index: plee-the-bear-0.2.1/dev/bear_engine/src/core/engine/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/bear_engine/src/core/engine/CMakeLists.txt 2008-06-08 11:30:58.000000000 +0200
++++ plee-the-bear-0.2.1/dev/bear_engine/src/core/engine/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ PROJECT(engine)
+ SET( ENGINE_TARGET_NAME bear_engine )
+
+Index: plee-the-bear-0.2.1/dev/bear_engine/src/core/gui/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/bear_engine/src/core/gui/CMakeLists.txt 2008-06-08 11:30:58.000000000 +0200
++++ plee-the-bear-0.2.1/dev/bear_engine/src/core/gui/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ PROJECT(gui)
+ SET( GUI_TARGET_NAME bear_gui )
+
+Index: plee-the-bear-0.2.1/dev/bear_engine/src/core/input/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/bear_engine/src/core/input/CMakeLists.txt 2008-06-08 11:30:57.000000000 +0200
++++ plee-the-bear-0.2.1/dev/bear_engine/src/core/input/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ PROJECT(input)
+ SET( INPUT_TARGET_NAME bear_input )
+
+Index: plee-the-bear-0.2.1/dev/bear_engine/src/core/text/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/bear_engine/src/core/text/CMakeLists.txt 2008-06-08 11:30:58.000000000 +0200
++++ plee-the-bear-0.2.1/dev/bear_engine/src/core/text/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ PROJECT(text)
+ SET( TEXT_TARGET_NAME bear_text )
+
+Index: plee-the-bear-0.2.1/dev/bear_engine/src/core/time/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/bear_engine/src/core/time/CMakeLists.txt 2008-06-08 11:30:58.000000000 +0200
++++ plee-the-bear-0.2.1/dev/bear_engine/src/core/time/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ PROJECT(time)
+ SET( TIME_TARGET_NAME bear_time )
+
+Index: plee-the-bear-0.2.1/dev/bear_engine/src/core/universe/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/bear_engine/src/core/universe/CMakeLists.txt 2008-06-08 11:30:57.000000000 +0200
++++ plee-the-bear-0.2.1/dev/bear_engine/src/core/universe/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ PROJECT(universe)
+ SET( UNIVERSE_TARGET_NAME bear_universe )
+
+Index: plee-the-bear-0.2.1/dev/bear_engine/src/core/visual/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/bear_engine/src/core/visual/CMakeLists.txt 2008-06-08 11:30:58.000000000 +0200
++++ plee-the-bear-0.2.1/dev/bear_engine/src/core/visual/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ PROJECT(visual)
+ SET( VISUAL_TARGET_NAME bear_visual )
+
+Index: plee-the-bear-0.2.1/dev/bear_engine/src/generic_items/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/bear_engine/src/generic_items/CMakeLists.txt 2008-06-08 11:30:59.000000000 +0200
++++ plee-the-bear-0.2.1/dev/bear_engine/src/generic_items/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ PROJECT(bear_generic_items)
+ SET( GENERIC_ITEM_TARGET_NAME bear_generic_items )
+
+Index: plee-the-bear-0.2.1/dev/bear_engine/src/running_bear/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/bear_engine/src/running_bear/CMakeLists.txt 2008-06-08 11:30:59.000000000 +0200
++++ plee-the-bear-0.2.1/dev/bear_engine/src/running_bear/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ PROJECT(running-bear)
+ SET( RUNNING_BEAR_TARGET_NAME running-bear )
+
+Index: plee-the-bear-0.2.1/dev/image-cutter/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/image-cutter/CMakeLists.txt 2008-06-08 11:30:56.000000000 +0200
++++ plee-the-bear-0.2.1/dev/image-cutter/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1 +1,3 @@
++cmake_minimum_required(VERSION 2.4)
++
+ SUBDIRS(src)
+Index: plee-the-bear-0.2.1/dev/image-cutter/src/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/image-cutter/src/CMakeLists.txt 2008-06-08 11:30:56.000000000 +0200
++++ plee-the-bear-0.2.1/dev/image-cutter/src/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1 +1,3 @@
++cmake_minimum_required(VERSION 2.4)
++
+ SUBDIRS(ic)
+Index: plee-the-bear-0.2.1/dev/image-cutter/src/ic/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/image-cutter/src/ic/CMakeLists.txt 2008-06-08 11:30:56.000000000 +0200
++++ plee-the-bear-0.2.1/dev/image-cutter/src/ic/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ PROJECT(image-cutter)
+ INCLUDE_DIRECTORIES(.)
+
+Index: plee-the-bear-0.2.1/dev/level-editor/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/level-editor/CMakeLists.txt 2008-06-08 11:30:57.000000000 +0200
++++ plee-the-bear-0.2.1/dev/level-editor/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1 +1,3 @@
++cmake_minimum_required(VERSION 2.4)
++
+ SUBDIRS(src)
+Index: plee-the-bear-0.2.1/dev/level-editor/src/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/level-editor/src/CMakeLists.txt 2008-06-08 11:30:57.000000000 +0200
++++ plee-the-bear-0.2.1/dev/level-editor/src/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1 +1,3 @@
++cmake_minimum_required(VERSION 2.4)
++
+ SUBDIRS(bf)
+Index: plee-the-bear-0.2.1/dev/level-editor/src/bf/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/level-editor/src/bf/CMakeLists.txt 2008-06-08 11:30:57.000000000 +0200
++++ plee-the-bear-0.2.1/dev/level-editor/src/bf/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ PROJECT(bear-factory)
+ SET( BF_TARGET_NAME bear-factory )
+
+Index: plee-the-bear-0.2.1/dev/model-compiler/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/model-compiler/CMakeLists.txt 2008-06-08 11:30:56.000000000 +0200
++++ plee-the-bear-0.2.1/dev/model-compiler/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1 +1,3 @@
++cmake_minimum_required(VERSION 2.4)
++
+ SUBDIRS(src)
+Index: plee-the-bear-0.2.1/dev/model-compiler/src/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/model-compiler/src/CMakeLists.txt 2008-06-08 11:30:56.000000000 +0200
++++ plee-the-bear-0.2.1/dev/model-compiler/src/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1 +1,3 @@
++cmake_minimum_required(VERSION 2.4)
++
+ SUBDIRS(mc)
+Index: plee-the-bear-0.2.1/dev/model-compiler/src/mc/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/model-compiler/src/mc/CMakeLists.txt 2008-06-08 11:30:56.000000000 +0200
++++ plee-the-bear-0.2.1/dev/model-compiler/src/mc/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ PROJECT(model-compiler)
+ SET( MC_TARGET_NAME mc )
+
+Index: plee-the-bear-0.2.1/dev/plee-the-bear/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/plee-the-bear/CMakeLists.txt 2008-06-08 11:30:57.000000000 +0200
++++ plee-the-bear-0.2.1/dev/plee-the-bear/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1 +1,3 @@
++cmake_minimum_required(VERSION 2.4)
++
+ SUBDIRS(src)
+Index: plee-the-bear-0.2.1/dev/plee-the-bear/src/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/plee-the-bear/src/CMakeLists.txt 2008-06-08 11:30:57.000000000 +0200
++++ plee-the-bear-0.2.1/dev/plee-the-bear/src/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1 +1,3 @@
++cmake_minimum_required(VERSION 2.4)
++
+ SUBDIRS( ptb )
+Index: plee-the-bear-0.2.1/dev/plee-the-bear/src/ptb/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/plee-the-bear/src/ptb/CMakeLists.txt 2008-06-08 11:30:56.000000000 +0200
++++ plee-the-bear-0.2.1/dev/plee-the-bear/src/ptb/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ PROJECT(plee-the-bear-library)
+ SET( LIBPTB_TARGET_NAME plee_the_bear )
+
+Index: plee-the-bear-0.2.1/dev/texture-tools/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/texture-tools/CMakeLists.txt 2008-06-08 11:31:00.000000000 +0200
++++ plee-the-bear-0.2.1/dev/texture-tools/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1 +1,3 @@
++cmake_minimum_required(VERSION 2.4)
++
+ SUBDIRS(big-to-texture)
+Index: plee-the-bear-0.2.1/dev/texture-tools/big-to-texture/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/texture-tools/big-to-texture/CMakeLists.txt 2008-06-08 11:30:59.000000000 +0200
++++ plee-the-bear-0.2.1/dev/texture-tools/big-to-texture/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1 +1,3 @@
++cmake_minimum_required(VERSION 2.4)
++
+ SUBDIRS(src)
+Index: plee-the-bear-0.2.1/dev/texture-tools/big-to-texture/src/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/dev/texture-tools/big-to-texture/src/CMakeLists.txt 2008-06-08 11:30:59.000000000 +0200
++++ plee-the-bear-0.2.1/dev/texture-tools/big-to-texture/src/CMakeLists.txt 2008-06-08 11:32:35.000000000 +0200
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ PROJECT(big-to-texture)
+ INCLUDE_DIRECTORIES(.)
+
Modified: packages/trunk/plee-the-bear/debian/patches/series
===================================================================
--- packages/trunk/plee-the-bear/debian/patches/series 2008-06-08 09:28:01 UTC (rev 7276)
+++ packages/trunk/plee-the-bear/debian/patches/series 2008-06-08 09:44:11 UTC (rev 7277)
@@ -2,3 +2,4 @@
dont-compile-extra-stuff.diff
fix-menu-section.diff
install-author-files.diff
+cmake-version.diff
More information about the Pkg-games-commits
mailing list