r7606 - packages/trunk/game-package/lib

Jon Dowland jmtd-guest at alioth.debian.org
Mon Jun 30 09:41:35 UTC 2008


Author: jmtd-guest
Date: 2008-06-30 09:41:35 +0000 (Mon, 30 Jun 2008)
New Revision: 7606

Modified:
   packages/trunk/game-package/lib/game-package-shared
Log:
note a problem with running the package if it isn't installed

Modified: packages/trunk/game-package/lib/game-package-shared
===================================================================
--- packages/trunk/game-package/lib/game-package-shared	2008-06-30 09:39:25 UTC (rev 7605)
+++ packages/trunk/game-package/lib/game-package-shared	2008-06-30 09:41:35 UTC (rev 7606)
@@ -135,5 +135,7 @@
 	echo $FILE
 }
 
+# XXX: this won't work if the package is not installed (I.e. if we're
+# running it from the build dir)
 GAME_PACKAGE_VERSION=`dpkg-query --showformat='${Version}\n' \
 	--show game-package`




More information about the Pkg-games-commits mailing list