r1736 - in packages/trunk/transcend/debian: . patches
Miriam Ruiz
baby-guest at costa.debian.org
Fri Sep 29 23:45:53 UTC 2006
Author: baby-guest
Date: 2006-09-29 23:45:53 +0000 (Fri, 29 Sep 2006)
New Revision: 1736
Modified:
packages/trunk/transcend/debian/changelog
packages/trunk/transcend/debian/control
packages/trunk/transcend/debian/dirs
packages/trunk/transcend/debian/patches/01_makefile.patch
packages/trunk/transcend/debian/rules
Log:
Readded ${misc:Depends} to debian/control.
Moved game data to /usr/share/games/transcend/
Modified: packages/trunk/transcend/debian/changelog
===================================================================
--- packages/trunk/transcend/debian/changelog 2006-09-29 23:20:45 UTC (rev 1735)
+++ packages/trunk/transcend/debian/changelog 2006-09-29 23:45:53 UTC (rev 1736)
@@ -1,3 +1,10 @@
+transcend (0.3-2) UNRELEASED; urgency=low
+
+ * Readded ${misc:Depends} to debian/control.
+ * Moved game data to /usr/share/games/transcend/
+
+ -- Miriam Ruiz <little_miry at yahoo.es> Sat, 30 Sep 2006 01:24:20 +0200
+
transcend (0.3-1) unstable; urgency=low
* Initial release. Closes: #334429
Modified: packages/trunk/transcend/debian/control
===================================================================
--- packages/trunk/transcend/debian/control 2006-09-29 23:20:45 UTC (rev 1735)
+++ packages/trunk/transcend/debian/control 2006-09-29 23:45:53 UTC (rev 1736)
@@ -8,7 +8,7 @@
Package: transcend
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: retro-style, abstract, 2D shooter
Transcend can best be described as retro-style, abstract, 2-D shooter. The
graphics are geometrical, and the pace is sometimes frenzied.
Modified: packages/trunk/transcend/debian/dirs
===================================================================
--- packages/trunk/transcend/debian/dirs 2006-09-29 23:20:45 UTC (rev 1735)
+++ packages/trunk/transcend/debian/dirs 2006-09-29 23:45:53 UTC (rev 1736)
@@ -1,2 +1,2 @@
usr/games
-usr/share/transcend
+usr/share/games/transcend
Modified: packages/trunk/transcend/debian/patches/01_makefile.patch
===================================================================
--- packages/trunk/transcend/debian/patches/01_makefile.patch 2006-09-29 23:20:45 UTC (rev 1735)
+++ packages/trunk/transcend/debian/patches/01_makefile.patch 2006-09-29 23:45:53 UTC (rev 1736)
@@ -6,7 +6,7 @@
-COMPILE_FLAGS = -Wall ${DEBUG_FLAG} ${PLATFORM_COMPILE_FLAGS} ${PROFILE_FLAG} ${OPTIMIZE_FLAG} -I${ROOT_PATH} -I${ROOT_PATH}/Transcend/portaudio/pa_common
-+COMPILE_FLAGS = -Wall ${DEBUG_FLAG} ${PLATFORM_COMPILE_FLAGS} ${PROFILE_FLAG} ${OPTIMIZE_FLAG} -DLEVELS_DIR=\"/usr/share/transcend/levels\" -I${ROOT_PATH} -I${ROOT_PATH}/Transcend/portaudio/pa_common
++COMPILE_FLAGS = -Wall ${DEBUG_FLAG} ${PLATFORM_COMPILE_FLAGS} ${PROFILE_FLAG} ${OPTIMIZE_FLAG} -DLEVELS_DIR=\"/usr/share/games/transcend/levels\" -I${ROOT_PATH} -I${ROOT_PATH}/Transcend/portaudio/pa_common
COMPILE = ${GXX} ${COMPILE_FLAGS} -c
Modified: packages/trunk/transcend/debian/rules
===================================================================
--- packages/trunk/transcend/debian/rules 2006-09-29 23:20:45 UTC (rev 1735)
+++ packages/trunk/transcend/debian/rules 2006-09-29 23:45:53 UTC (rev 1736)
@@ -68,7 +68,7 @@
dh_installdirs
dh_install Transcend/game/Transcend usr/games
mv $(CURDIR)/debian/transcend/usr/games/Transcend $(CURDIR)/debian/transcend/usr/games/transcend
- cp -r Transcend/levels $(CURDIR)/debian/transcend/usr/share/transcend
+ cp -r Transcend/levels $(CURDIR)/debian/transcend/usr/share/games/transcend
# Build architecture-independent files here.
binary-indep: build install
More information about the Pkg-games-commits
mailing list