r11056 - packages/trunk/boswars/debian

Marc Dequènes duck at alioth.debian.org
Wed Jul 7 00:02:00 UTC 2010


Author: duck
Date: 2010-07-07 00:01:55 +0000 (Wed, 07 Jul 2010)
New Revision: 11056

Modified:
   packages/trunk/boswars/debian/changelog
   packages/trunk/boswars/debian/control
   packages/trunk/boswars/debian/rules
Log:
[fix] #568330

Modified: packages/trunk/boswars/debian/changelog
===================================================================
--- packages/trunk/boswars/debian/changelog	2010-07-06 23:58:19 UTC (rev 11055)
+++ packages/trunk/boswars/debian/changelog	2010-07-07 00:01:55 UTC (rev 11056)
@@ -4,8 +4,9 @@
   * Enforce building with Lua 5.1, as requested by buildsys (Closes:
     #585672).
   * Removed KiBi from uploaders (requested by himself).
+  * Stopped uselessly suggesting python (Closes: #568330).
 
- -- Marc Dequènes (Duck) <Duck at DuckCorp.org>  Wed, 07 Jul 2010 01:56:09 +0200
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org>  Wed, 07 Jul 2010 01:59:55 +0200
 
 boswars (2.6.1-1) unstable; urgency=low
 

Modified: packages/trunk/boswars/debian/control
===================================================================
--- packages/trunk/boswars/debian/control	2010-07-06 23:58:19 UTC (rev 11055)
+++ packages/trunk/boswars/debian/control	2010-07-07 00:01:55 UTC (rev 11056)
@@ -21,7 +21,6 @@
 
 Package: boswars-data
 Architecture: all
-Suggests: python
 Depends: ${misc:Depends}
 Description: Images, data, and music files for Bos Wars
  This package includes the images, data files, and music for the Bos Wars

Modified: packages/trunk/boswars/debian/rules
===================================================================
--- packages/trunk/boswars/debian/rules	2010-07-06 23:58:19 UTC (rev 11055)
+++ packages/trunk/boswars/debian/rules	2010-07-07 00:01:55 UTC (rev 11056)
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-#DATA_DIR=/usr/share/games/boswars
 CCFLAGS=-DSTRATAGUS_LIB_PATH=\\\"/usr/share/games/boswars\\\"
 
 %:
@@ -13,8 +12,6 @@
 override_dh_auto_install:
 
 override_dh_install:
-	# Adjust the permissions
-	#chmod +x languages/makesame.py
 	# Copy (and rename) an icon to be used as desktop file
 	cp units/tank/ico_tank.png debian/boswars.png
 	# Default action




More information about the Pkg-games-commits mailing list