r14622 - packages/trunk/fretsonfire-songs-sectoid/debian

Jackson Doak noskcaj-guest at alioth.debian.org
Sat Sep 28 01:10:33 UTC 2013


Author: noskcaj-guest
Date: 2013-09-28 01:10:32 +0000 (Sat, 28 Sep 2013)
New Revision: 14622

Modified:
   packages/trunk/fretsonfire-songs-sectoid/debian/changelog
   packages/trunk/fretsonfire-songs-sectoid/debian/control
   packages/trunk/fretsonfire-songs-sectoid/debian/rules
Log:
switch to dh

Modified: packages/trunk/fretsonfire-songs-sectoid/debian/changelog
===================================================================
--- packages/trunk/fretsonfire-songs-sectoid/debian/changelog	2013-09-28 00:58:00 UTC (rev 14621)
+++ packages/trunk/fretsonfire-songs-sectoid/debian/changelog	2013-09-28 01:10:32 UTC (rev 14622)
@@ -5,7 +5,10 @@
   * debian/control: 
     - Depend on fretsonfire-game | performous. Closes: 608212
     - Bump debhelper to 9
+    - Enhances: fretsonfire-game, performous
+    - Add misc:depends
   * debian/compat: set as 9
+  * debian/rules: convert to dh
 
  -- Jackson Doak <noskcaj at ubuntu.com>  Sat, 28 Sep 2013 10:30:25 +1000
 

Modified: packages/trunk/fretsonfire-songs-sectoid/debian/control
===================================================================
--- packages/trunk/fretsonfire-songs-sectoid/debian/control	2013-09-28 00:58:00 UTC (rev 14621)
+++ packages/trunk/fretsonfire-songs-sectoid/debian/control	2013-09-28 01:10:32 UTC (rev 14622)
@@ -8,7 +8,8 @@
 
 Package: fretsonfire-songs-sectoid
 Architecture: all
-Depends: fretsonfire-game | performous
+Depends: fretsonfire-game | performous, ${misc:Depends}
+Enhances: fretsonfire-game, performous
 Description: game of musical skill and fast fingers - Songs Package
  Frets on Fire is a game of musical skill and fast fingers. The aim of
  the game is to play guitar with the keyboard as accurately as possible.

Modified: packages/trunk/fretsonfire-songs-sectoid/debian/rules
===================================================================
--- packages/trunk/fretsonfire-songs-sectoid/debian/rules	2013-09-28 00:58:00 UTC (rev 14621)
+++ packages/trunk/fretsonfire-songs-sectoid/debian/rules	2013-09-28 01:10:32 UTC (rev 14622)
@@ -3,43 +3,16 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-build: build-stamp
-build-stamp: 
-	dh_testdir
-	touch $@
+%:
+	dh $@
 
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean 
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-
-# Build architecture-independent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs 
-	dh_installdocs
-	dh_installdirs
-	dh_install
-	# Remove extra licence files:
-	find $(CURDIR)/debian/fretsonfire-songs-sectoid -name License.txt -exec rm {} \;
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
+#someone please find how to make this work
+# Remove extra licence files:
+#find $(CURDIR)/debian/fretsonfire-songs-sectoid -name License.txt -exec rm {} \;
+	
+override_dh_builddeb:
 	dh_builddeb -- -Zbzip2
 
-# Build architecture-dependent files here.
-binary-arch: build install
-
-binary: binary-indep binary-arch
-
 ORIG_VERSION=$(shell head -n1 debian/changelog  | sed 's/[a-zA-Z0-9-]* (\(.*\)-\([^-]\)*) .*/\1/')
 
 ../Sectoid_Frets_on_Fire_Song_Pack.zip:
@@ -54,5 +27,3 @@
 	mv -f "Escape from chaosland" "Feelings" "Metal madness" "War of freedom" "Moonlight" "The Game" "The Other Side" "Xtreme Table Soccer" "Blood Beast" fretsonfire-songs-sectoid-$(ORIG_VERSION)
 	tar zcvf ../fretsonfire-songs-sectoid_$(ORIG_VERSION).orig.tar.gz fretsonfire-songs-sectoid-$(ORIG_VERSION)
 	rm -rf fretsonfire-songs-sectoid-$(ORIG_VERSION) "Ryu's theme" 
-
-.PHONY: build clean binary-indep binary-arch binary install configure




More information about the Pkg-games-commits mailing list