[pkg-ggz-commits] r307 - in trunk/ggz-python/debian: . patches
petere at alioth.debian.org
petere at alioth.debian.org
Sat Feb 23 20:00:18 UTC 2008
Author: petere
Date: 2008-02-23 20:00:17 +0000 (Sat, 23 Feb 2008)
New Revision: 307
Added:
trunk/ggz-python/debian/patches/games-dir.patch
Modified:
trunk/ggz-python/debian/changelog
trunk/ggz-python/debian/ggz-python-games.install
trunk/ggz-python/debian/rules
Log:
* Moved game programs to /usr/games
Modified: trunk/ggz-python/debian/changelog
===================================================================
--- trunk/ggz-python/debian/changelog 2008-02-17 13:28:48 UTC (rev 306)
+++ trunk/ggz-python/debian/changelog 2008-02-23 20:00:17 UTC (rev 307)
@@ -20,6 +20,7 @@
* Use python-central
* Added Homepage control field
* Added patch to fix installation of .mo files (double-destdir.patch)
+ * Moved game programs to /usr/games
-- Peter Eisentraut <petere at debian.org> Sun, 17 Feb 2008 14:28:20 +0100
Modified: trunk/ggz-python/debian/ggz-python-games.install
===================================================================
--- trunk/ggz-python/debian/ggz-python-games.install 2008-02-17 13:28:48 UTC (rev 306)
+++ trunk/ggz-python/debian/ggz-python-games.install 2008-02-23 20:00:17 UTC (rev 307)
@@ -1,3 +1,3 @@
debian/tmp/usr/lib/ggz*
-debian/tmp/usr/bin
+debian/tmp/usr/games
debian/tmp/usr/share
Added: trunk/ggz-python/debian/patches/games-dir.patch
===================================================================
--- trunk/ggz-python/debian/patches/games-dir.patch (rev 0)
+++ trunk/ggz-python/debian/patches/games-dir.patch 2008-02-23 20:00:17 UTC (rev 307)
@@ -0,0 +1,48 @@
+diff -Nur ggz-python-0.0.14/escape-sdl/escape-sdl.desktop.in ggz-python-0.0.14.new/escape-sdl/escape-sdl.desktop.in
+--- ggz-python-0.0.14/escape-sdl/escape-sdl.desktop.in 2007-01-16 20:32:31.000000000 +0100
++++ ggz-python-0.0.14.new/escape-sdl/escape-sdl.desktop.in 2008-02-23 20:54:59.000000000 +0100
+@@ -8,7 +8,7 @@
+ Comment[de]=GGZ-Spiel
+
+ Type=Application
+-Exec=@prefix@/bin/escape-sdl
++Exec=@bindir@/escape-sdl
+ Icon=
+ Terminal=false
+ Categories=X-GGZ-Games;BoardGame;Game;
+diff -Nur ggz-python-0.0.14/ggzboard/ggzboard.desktop.in ggz-python-0.0.14.new/ggzboard/ggzboard.desktop.in
+--- ggz-python-0.0.14/ggzboard/ggzboard.desktop.in 2007-01-16 20:32:31.000000000 +0100
++++ ggz-python-0.0.14.new/ggzboard/ggzboard.desktop.in 2008-02-23 20:54:17.000000000 +0100
+@@ -10,7 +10,7 @@
+ Comment[fr]=Jeux GGZ: L'échecs, Dame, Go, ...
+
+ Type=Application
+-Exec=@prefix@/bin/ggzboard
++Exec=@bindir@/ggzboard
+ Icon=@prefix@/share/ggz/ggzboard/common/icon.png
+ Terminal=false
+ Categories=X-GGZ-Games;BoardGame;Game;
+diff -Nur ggz-python-0.0.14/vibora/vibora.desktop.in ggz-python-0.0.14.new/vibora/vibora.desktop.in
+--- ggz-python-0.0.14/vibora/vibora.desktop.in 2007-01-16 20:32:31.000000000 +0100
++++ ggz-python-0.0.14.new/vibora/vibora.desktop.in 2008-02-23 20:54:46.000000000 +0100
+@@ -8,7 +8,7 @@
+ Comment[de]=GGZ-Core-Client
+
+ Type=Application
+-Exec=@prefix@/bin/vibora
++Exec=@bindir@/vibora
+ Icon=
+ Terminal=false
+ Categories=X-GGZ;Network;
+diff -Nur ggz-python-0.0.14/xadrez-chines/xadrez-chines.desktop.in ggz-python-0.0.14.new/xadrez-chines/xadrez-chines.desktop.in
+--- ggz-python-0.0.14/xadrez-chines/xadrez-chines.desktop.in 2007-01-16 20:32:31.000000000 +0100
++++ ggz-python-0.0.14.new/xadrez-chines/xadrez-chines.desktop.in 2008-02-23 20:54:34.000000000 +0100
+@@ -8,7 +8,7 @@
+ Comment[de]=GGZ-Spiel
+
+ Type=Application
+-Exec=@prefix@/bin/xadrez-chines
++Exec=@bindir@/xadrez-chines
+ Icon=
+ Terminal=false
+ Categories=X-GGZ-Games;BoardGame;Game;
Modified: trunk/ggz-python/debian/rules
===================================================================
--- trunk/ggz-python/debian/rules 2008-02-17 13:28:48 UTC (rev 306)
+++ trunk/ggz-python/debian/rules 2008-02-23 20:00:17 UTC (rev 307)
@@ -4,7 +4,7 @@
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
-DEB_CONFIGURE_EXTRA_FLAGS = --enable-noregistry=/usr/share/ggz/modules/ggz-python-games
+DEB_CONFIGURE_EXTRA_FLAGS = --bindir=/usr/games --enable-noregistry=/usr/share/ggz/modules/ggz-python-games
$(patsubst %,binary-install/%,$(DEB_ALL_PACKAGES)) :: binary-install/%:
dh_pycentral -p$(cdbs_curpkg)
More information about the pkg-ggz-commits
mailing list