r5675 - packages/trunk/oneisenough/debian

Paul Wise pabs at alioth.debian.org
Thu Feb 7 03:54:50 UTC 2008


Author: pabs
Date: 2008-02-07 03:54:50 +0000 (Thu, 07 Feb 2008)
New Revision: 5675

Modified:
   packages/trunk/oneisenough/debian/rules
Log:
fix another python file that needs chmod +x

Modified: packages/trunk/oneisenough/debian/rules
===================================================================
--- packages/trunk/oneisenough/debian/rules	2008-02-07 03:48:13 UTC (rev 5674)
+++ packages/trunk/oneisenough/debian/rules	2008-02-07 03:54:50 UTC (rev 5675)
@@ -21,6 +21,7 @@
 	dh_testroot
 	dh_clean -k
 	chmod +x run_game.py
+	chmod +x bin/mainmenu.py
 	chmod +x debian/game.sh
 	dh_installdirs
 




More information about the Pkg-games-commits mailing list