r8390 - packages/trunk/performous/debian

Miriam Ruiz miriam at alioth.debian.org
Wed Nov 12 01:06:47 UTC 2008


Author: miriam
Date: 2008-11-12 01:06:46 +0000 (Wed, 12 Nov 2008)
New Revision: 8390

Modified:
   packages/trunk/performous/debian/control
   packages/trunk/performous/debian/docs
   packages/trunk/performous/debian/rules
Log:
Package builds now



Modified: packages/trunk/performous/debian/control
===================================================================
--- packages/trunk/performous/debian/control	2008-11-12 00:47:39 UTC (rev 8389)
+++ packages/trunk/performous/debian/control	2008-11-12 01:06:46 UTC (rev 8390)
@@ -17,7 +17,7 @@
 Homepage: http://performous.org/
 
 Package: performous
-Architecture: all
+Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: karaoke game that allows user supplied songs
  Karaoke program which is based off and looks similar to the Singstar game

Modified: packages/trunk/performous/debian/docs
===================================================================
--- packages/trunk/performous/debian/docs	2008-11-12 00:47:39 UTC (rev 8389)
+++ packages/trunk/performous/debian/docs	2008-11-12 01:06:46 UTC (rev 8390)
@@ -1,2 +1,2 @@
-../docs/Authors.txt
-../docs/TODO.txt
+docs/Authors.txt
+docs/TODO.txt

Modified: packages/trunk/performous/debian/rules
===================================================================
--- packages/trunk/performous/debian/rules	2008-11-12 00:47:39 UTC (rev 8389)
+++ packages/trunk/performous/debian/rules	2008-11-12 01:06:46 UTC (rev 8390)
@@ -51,25 +51,25 @@
 
 # Build architecture dependant packages using the common target.
 binary-arch: build install
-	dh_testdir -a
-	dh_testroot -a
-	dh_installchangelogs -a
-	dh_installdocs -a
-	dh_installmenu -a
-	dh_installman -a
-	dh_install -a
-	dh_desktop -a
-	dh_icons -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
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+	dh_installmenu
+	dh_installman
+	dh_install
+	dh_desktop
+	dh_icons
+	dh_link
+	dh_strip
+	dh_compress 
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
 
 binary: binary-arch binary-indep
 .PHONY: build clean binary-indep binary-arch binary install configure




More information about the Pkg-games-commits mailing list