r7254 - in packages/trunk/plee-the-bear/debian: . patches

Julien Jorge j-jorge-guest at alioth.debian.org
Sat Jun 7 10:29:38 UTC 2008


Author: j-jorge-guest
Date: 2008-06-07 10:29:37 +0000 (Sat, 07 Jun 2008)
New Revision: 7254

Added:
   packages/trunk/plee-the-bear/debian/patches/fix-menu-section.diff
   packages/trunk/plee-the-bear/debian/patches/install-author-files.diff
Removed:
   packages/trunk/plee-the-bear/debian/plee-the-bear.menu
Modified:
   packages/trunk/plee-the-bear/debian/control
   packages/trunk/plee-the-bear/debian/patches/series
   packages/trunk/plee-the-bear/debian/rules
Log:
- Symlink to the upstream menu file.
- Install the AUTHORS files.

Modified: packages/trunk/plee-the-bear/debian/control
===================================================================
--- packages/trunk/plee-the-bear/debian/control	2008-06-07 09:59:33 UTC (rev 7253)
+++ packages/trunk/plee-the-bear/debian/control	2008-06-07 10:29:37 UTC (rev 7254)
@@ -12,7 +12,7 @@
 Package: plee-the-bear
 Section: games
 Architecture: any
-Depends: ${shlibs:Depends}, plee-the-bear-data (= ${binary:Version})
+Depends: ${shlibs:Depends}, plee-the-bear-data (= ${source:Version})
 Homepage: http://plee-the-bear.sourceforge.net/
 Description: A 2D platform game
  Plee the Bear will be a 2D platform game like those we found on consoles in

Added: packages/trunk/plee-the-bear/debian/patches/fix-menu-section.diff
===================================================================
--- packages/trunk/plee-the-bear/debian/patches/fix-menu-section.diff	                        (rev 0)
+++ packages/trunk/plee-the-bear/debian/patches/fix-menu-section.diff	2008-06-07 10:29:37 UTC (rev 7254)
@@ -0,0 +1,12 @@
+Index: plee-the-bear-0.2.1/desktop/menu/plee-the-bear
+===================================================================
+--- plee-the-bear-0.2.1.orig/desktop/menu/plee-the-bear	2008-06-07 12:14:47.000000000 +0200
++++ plee-the-bear-0.2.1/desktop/menu/plee-the-bear	2008-06-07 12:15:19.000000000 +0200
+@@ -1,5 +1,5 @@
+-?package(plee-the-bear):needs="X11" section="Games" \
+-  title="Plee The Bear" \
++?package(plee-the-bear):needs="X11" section="Games/Action" \
++  title="Plee the Bear" \
+   command="plee-the-bear" \
+   hints="Catch your son, he ate all your honey and ran away." \
+   icon="ptb.xpm"

Added: packages/trunk/plee-the-bear/debian/patches/install-author-files.diff
===================================================================
--- packages/trunk/plee-the-bear/debian/patches/install-author-files.diff	                        (rev 0)
+++ packages/trunk/plee-the-bear/debian/patches/install-author-files.diff	2008-06-07 10:29:37 UTC (rev 7254)
@@ -0,0 +1,12 @@
+Index: plee-the-bear-0.2.1/data/CMakeLists.txt
+===================================================================
+--- plee-the-bear-0.2.1.orig/data/CMakeLists.txt	2008-06-07 12:16:40.000000000 +0200
++++ plee-the-bear-0.2.1/data/CMakeLists.txt	2008-06-07 12:16:46.000000000 +0200
+@@ -66,6 +66,6 @@
+   PATTERN "*.mid" EXCLUDE
+   PATTERN "*.spritepos" EXCLUDE
+   PATTERN "*.scm" EXCLUDE
+-  PATTERN "AUTHORS" EXCLUDE
++#  PATTERN "AUTHORS" EXCLUDE
+   PATTERN "README" EXCLUDE
+ )

Modified: packages/trunk/plee-the-bear/debian/patches/series
===================================================================
--- packages/trunk/plee-the-bear/debian/patches/series	2008-06-07 09:59:33 UTC (rev 7253)
+++ packages/trunk/plee-the-bear/debian/patches/series	2008-06-07 10:29:37 UTC (rev 7254)
@@ -1,2 +1,4 @@
 built-paths.diff
 dont-compile-extra-stuff.diff
+fix-menu-section.diff
+install-author-files.diff

Deleted: packages/trunk/plee-the-bear/debian/plee-the-bear.menu
===================================================================
--- packages/trunk/plee-the-bear/debian/plee-the-bear.menu	2008-06-07 09:59:33 UTC (rev 7253)
+++ packages/trunk/plee-the-bear/debian/plee-the-bear.menu	2008-06-07 10:29:37 UTC (rev 7254)
@@ -1,5 +0,0 @@
-?package(plee-the-bear):needs="X11" section="Games/Action" \
-  title="Plee The Bear" \
-  command="plee-the-bear" \
-  hints="Catch your son, he ate all your honey and ran away." \
-  icon="ptb.xpm"

Modified: packages/trunk/plee-the-bear/debian/rules
===================================================================
--- packages/trunk/plee-the-bear/debian/rules	2008-06-07 09:59:33 UTC (rev 7253)
+++ packages/trunk/plee-the-bear/debian/rules	2008-06-07 10:29:37 UTC (rev 7254)
@@ -33,7 +33,7 @@
 		-DBEAR_INSTALL_EXECUTABLE_DIR:STRING="games" \
 		-DCMAKE_SHARED_LINKER_FLAGS:STRING="-Wl,--as-needed,-rpath,/usr/lib/plee-the-bear" \
 		-DCMAKE_EXE_LINKER_FLAGS:STRING="-Wl,--as-needed,-rpath,/usr/lib/plee-the-bear"
-
+	ln -s ../desktop/menu/plee-the-bear debian/plee-the-bear.menu
 	touch configure-stamp
 
 
@@ -55,6 +55,7 @@
 	rm -f debian/running-bear.6
 	rm -f debian/plee-the-bear.6
 	rm -fr .pc
+	if [ -L debian/plee-the-bear.menu ]; then unlink debian/plee-the-bear.menu; fi
 	dh_clean 
 
 install: build




More information about the Pkg-games-commits mailing list