r2691 - packages/trunk/fretsonfire-data-sectoid/debian

Matthew Johnson mjj29-guest at alioth.debian.org
Mon May 21 22:56:01 UTC 2007


Author: mjj29-guest
Date: 2007-05-21 22:56:00 +0000 (Mon, 21 May 2007)
New Revision: 2691

Modified:
   packages/trunk/fretsonfire-data-sectoid/debian/changelog
   packages/trunk/fretsonfire-data-sectoid/debian/control
   packages/trunk/fretsonfire-data-sectoid/debian/rules
Log:
rename package


Modified: packages/trunk/fretsonfire-data-sectoid/debian/changelog
===================================================================
--- packages/trunk/fretsonfire-data-sectoid/debian/changelog	2007-05-20 00:10:10 UTC (rev 2690)
+++ packages/trunk/fretsonfire-data-sectoid/debian/changelog	2007-05-21 22:56:00 UTC (rev 2691)
@@ -1,5 +1,5 @@
-fretsonfire-data-sectoid (1-1) unstable; urgency=low
+fretsonfire-songs-sectoid (1-1) unstable; urgency=low
 
    * Initial Packaging
 
- -- Matthew Johnson <debian at matthew.ath.cx>  Fri, 11 May 2007 14:57:39 +0100
+ -- Matthew Johnson <debian at matthew.ath.cx>  Mon, 21 May 2007 23:58:05 +0100

Modified: packages/trunk/fretsonfire-data-sectoid/debian/control
===================================================================
--- packages/trunk/fretsonfire-data-sectoid/debian/control	2007-05-20 00:10:10 UTC (rev 2690)
+++ packages/trunk/fretsonfire-data-sectoid/debian/control	2007-05-21 22:56:00 UTC (rev 2691)
@@ -1,4 +1,4 @@
-Source: fretsonfire-data-sectoid
+Source: fretsonfire-songs-sectoid
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org> 
@@ -6,10 +6,10 @@
 Build-Depends: debhelper (>= 5)
 Standards-Version: 3.7.2
 
-Package: fretsonfire-data-sectoid
+Package: fretsonfire-songs-sectoid
 Architecture: all
-Depends: fretsonfire
-Description: game of musical skill and fast fingers - Data Package
+Depends: fretsonfire-bin
+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-data-sectoid/debian/rules
===================================================================
--- packages/trunk/fretsonfire-data-sectoid/debian/rules	2007-05-20 00:10:10 UTC (rev 2690)
+++ packages/trunk/fretsonfire-data-sectoid/debian/rules	2007-05-21 22:56:00 UTC (rev 2691)
@@ -27,12 +27,12 @@
 	dh_testroot
 	dh_clean -k 
 	
-	mkdir -p debian/fretsonfire-data-sectoid/usr/share/games/fretsonfire/data/songs/sectoid
+	mkdir -p debian/fretsonfire-songs-sectoid/usr/share/games/fretsonfire/data/songs/sectoid
 	for i in "Escape from chaosland" "Feelings" "Metal madness" "War of freedom"; do \
-		cp -r "$$i" debian/fretsonfire-data-sectoid/usr/share/games/fretsonfire/data/songs/sectoid; \
+		cp -r "$$i" debian/fretsonfire-songs-sectoid/usr/share/games/fretsonfire/data/songs/sectoid; \
 	done
 	
-	install -m644 debian/library.ini debian/fretsonfire-data-sectoid/usr/share/games/fretsonfire/data/songs/sectoid
+	install -m644 debian/library.ini debian/fretsonfire-songs-sectoid/usr/share/games/fretsonfire/data/songs/sectoid
 	
 	dh_installdirs
 
@@ -63,11 +63,11 @@
 	wget -O $@ http://www.nivel21.net/personal/sectoid/fretsonfire/Sectoid_Frets_on_Fire_Song_Pack.zip
 
 get-orig-source: ../Sectoid_Frets_on_Fire_Song_Pack.zip
-	rm -rf fretsonfire-data-sectoid-$(ORIG_VERSION) "Escape from chaosland" "Feelings" "Metal madness" "Ryu's theme" "War of freedom"
+	rm -rf fretsonfire-songs-sectoid-$(ORIG_VERSION) "Escape from chaosland" "Feelings" "Metal madness" "Ryu's theme" "War of freedom"
 	for i in $^; do unzip -o $$i; done
-	mkdir -p fretsonfire-data-sectoid-$(ORIG_VERSION)
-	mv -f "Escape from chaosland" "Feelings" "Metal madness" "War of freedom" fretsonfire-data-sectoid-$(ORIG_VERSION)
-	tar zcvf ../fretsonfire-data-sectoid_$(ORIG_VERSION).orig.tar.gz fretsonfire-data-sectoid-$(ORIG_VERSION)
-	rm -rf fretsonfire-data-sectoid-$(ORIG_VERSION) "Ryu's theme" 
+	mkdir -p fretsonfire-songs-sectoid-$(ORIG_VERSION)
+	mv -f "Escape from chaosland" "Feelings" "Metal madness" "War of freedom" 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