[Pkg-allegro-commits] r15 - unstable/overgod/debian

Samuel Hocevar sho at costa.debian.org
Sun May 21 04:45:08 UTC 2006


Author: sho
Date: 2006-05-21 04:45:08 +0000 (Sun, 21 May 2006)
New Revision: 15

Modified:
   unstable/overgod/debian/rules
Log:
  * Minor enhancements in the rules file.


Modified: unstable/overgod/debian/rules
===================================================================
--- unstable/overgod/debian/rules	2006-05-21 04:41:32 UTC (rev 14)
+++ unstable/overgod/debian/rules	2006-05-21 04:45:08 UTC (rev 15)
@@ -21,49 +21,51 @@
 	dh_clean
 
 install: build
-	dh_testdir -povergod
-	dh_testroot -povergod
-	dh_clean -k -povergod
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	
 	dh_installdirs -povergod usr/share/games/overgod usr/share/doc
 	dh_installdirs -povergod usr/games usr/lib/games/overgod
 	ln -s overgod-data `pwd`/debian/overgod/usr/share/doc/overgod
 	cp debian/overgod.sh `pwd`/debian/overgod/usr/games/overgod
 	chmod +x debian/overgod/usr/games/overgod
 	dh_install -povergod overgod usr/lib/games/overgod
+	
 	dh_installdirs -povergod-data usr/share/games/overgod
 	dh_install -povergod-data gfx wavs usr/share/games/overgod
 	cp overgod.cfg debian/overgod-data/usr/share/games/overgod/default.cfg
 
 # Build architecture-independent files here.
 binary-indep: build install
-	dh_testdir -povergod-data
-	dh_testroot -povergod-data
-	dh_installdocs -povergod-data readme.txt
-	dh_installchangelogs -povergod-data
-	dh_compress -povergod-data
-	dh_fixperms -povergod-data
-	dh_installdeb -povergod-data
-	dh_gencontrol -povergod-data
-	dh_md5sums -povergod-data
-	dh_builddeb -povergod-data
+	dh_testdir
+	dh_testroot
+	dh_installdocs -i readme.txt
+	dh_installchangelogs -i
+	dh_compress -i
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
 
 # Build architecture-dependent files here.
 binary-arch: build install
-	dh_testdir -povergod
-	dh_testroot -povergod
+	dh_testdir
+	dh_testroot
 	cp debian/overgod.xpm debian/overgod/usr/share/games/overgod/
-	dh_installmenu -povergod
-	dh_installman -povergod debian/overgod.6
-	dh_installinfo -povergod
-	dh_installchangelogs -povergod
-	dh_strip -povergod
-	dh_compress -povergod
-	dh_fixperms -povergod
-	dh_installdeb -povergod
-	dh_shlibdeps -povergod
-	dh_gencontrol -povergod
-	dh_md5sums -povergod
-	dh_builddeb -povergod
+	dh_installmenu -a
+	dh_installman -a debian/overgod.6
+	dh_installinfo -a
+	dh_installchangelogs -a
+	dh_strip -a
+	dh_compress -a
+	dh_fixperms -a
+	dh_installdeb -a
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install




More information about the Pkg-allegro-commits mailing list