r7289 - packages/trunk/plee-the-bear/debian

Gonéri Le Bouder goneri at alioth.debian.org
Sun Jun 8 15:23:53 UTC 2008


Author: goneri
Date: 2008-06-08 15:23:53 +0000 (Sun, 08 Jun 2008)
New Revision: 7289

Modified:
   packages/trunk/plee-the-bear/debian/rules
Log:
fix the binary-indep target

Modified: packages/trunk/plee-the-bear/debian/rules
===================================================================
--- packages/trunk/plee-the-bear/debian/rules	2008-06-08 14:59:26 UTC (rev 7288)
+++ packages/trunk/plee-the-bear/debian/rules	2008-06-08 15:23:53 UTC (rev 7289)
@@ -71,30 +71,41 @@
 
 # Build architecture independant packages using the common target.
 binary-indep: build install
-# We have nothing to do by default.
+	dh_testdir -i
+	dh_testroot -i
+	dh_installchangelogs Changelog -i
+	dh_installdocs -i
+	dh_install -i
+	dh_link -i
+	dh_compress  -i
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
 
 # Build architecture dependant packages using the common target.
 binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs Changelog
-	dh_installdocs
-	dh_installmenu -pplee-the-bear
-	dh_installman -pplee-the-bear debian/plee-the-bear.6 \
-	              debian/running-bear.6
-	dh_install
-	dh_desktop -pplee-the-bear
-	dh_icons -pplee-the-bear
-	dh_link
-	dh_strip
-	dh_compress 
-	dh_fixperms
-	dh_makeshlibs
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+	dh_testdir -a
+	dh_testroot -a
+	dh_installchangelogs Changelog -a
+	dh_installdocs -a
+	dh_installmenu -pplee-the-bear -a
+	dh_installman -pplee-the-bear debian/plee-the-bear.6 \ -a
+	              debian/running-bear.6 -a
+	dh_install -a
+	dh_desktop -pplee-the-bear -a
+	dh_icons -pplee-the-bear -a
+	dh_link -a
+	dh_strip -a
+	dh_compress  -a
+	dh_fixperms -a
+	dh_makeshlibs -a
+	dh_installdeb -a
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
 
 binary: binary-arch binary-indep
 .PHONY: build clean binary-indep binary-arch binary install configure




More information about the Pkg-games-commits mailing list