r4902 - packages/trunk/boswars/debian

Cyril Brulebois kibi-guest at alioth.debian.org
Wed Dec 12 00:58:40 UTC 2007


Author: kibi-guest
Date: 2007-12-12 00:58:39 +0000 (Wed, 12 Dec 2007)
New Revision: 4902

Modified:
   packages/trunk/boswars/debian/control
   packages/trunk/boswars/debian/rules
Log:
Strip trailing spaces possibly everywhere in boswars

Modified: packages/trunk/boswars/debian/control
===================================================================
--- packages/trunk/boswars/debian/control	2007-12-11 20:30:07 UTC (rev 4901)
+++ packages/trunk/boswars/debian/control	2007-12-12 00:58:39 UTC (rev 4902)
@@ -23,5 +23,5 @@
 Architecture: all
 Suggests: python
 Description: Images, data, and music files for Bos Wars
- This package includes the images, data files, and music for the Bos Wars 
+ This package includes the images, data files, and music for the Bos Wars
  real-time-strategy game.

Modified: packages/trunk/boswars/debian/rules
===================================================================
--- packages/trunk/boswars/debian/rules	2007-12-11 20:30:07 UTC (rev 4901)
+++ packages/trunk/boswars/debian/rules	2007-12-12 00:58:39 UTC (rev 4902)
@@ -24,33 +24,33 @@
 configure-stamp: patch
 	dh_testdir
 	# Add here commands to configure the package.
-	
+
 	touch configure-stamp
 
 
-#Architecture 
+#Architecture
 build: build-arch build-indep
 
 build-arch: build-arch-stamp
-build-arch-stamp: configure-stamp 
-	
+build-arch-stamp: configure-stamp
+
 	scons CCFLAGS=$(CCFLAGS)
-	
+
 	touch $@
 
 build-indep: build-indep-stamp
-build-indep-stamp: configure-stamp 
-	
+build-indep-stamp: configure-stamp
+
 	# Adjust the permissions
 	chmod +x languages/makesame.py
-	
+
 	touch $@
 
 clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-arch-stamp build-indep-stamp configure-stamp
-	
+
 	# Add here commands to clean up after the build process.
 	-scons -c
 	-rm build_conf_cache.py
@@ -58,26 +58,26 @@
 	-rm .sconsign.dblite
 	-rm -rf .sconf_temp
 	-rm config.log
-	
-	dh_clean 
 
+	dh_clean
+
 install: install-indep install-arch
 install-indep:
 	dh_testdir
 	dh_testroot
-	dh_clean -k -i 
+	dh_clean -k -i
 	dh_installdirs -i
-	
+
 	# Add a shebang
 	find debian/boswars-data -name genpot.sh \
 		-exec sed -i '1{s/^/#!\/bin\/sh\n\n/}' {} ';'
-	
+
 	dh_install -i
 
 install-arch:
 	dh_testdir
 	dh_testroot
-	dh_clean -k -s 
+	dh_clean -k -s
 	dh_installdirs -s
 	dh_installman -pboswars debian/boswars.6
 	dh_install -s
@@ -94,7 +94,7 @@
 	dh_desktop
 	dh_link
 	dh_strip
-	dh_compress 
+	dh_compress
 	dh_fixperms
 	dh_makeshlibs
 	dh_installdeb




More information about the Pkg-games-commits mailing list