r2696 - in packages/trunk: ! dirs' list truncated !

Matthew Johnson mjj29-guest at alioth.debian.org
Mon May 21 23:57:23 UTC 2007


Author: mjj29-guest
Date: 2007-05-21 23:57:23 +0000 (Mon, 21 May 2007)
New Revision: 2696

Added:
   packages/trunk/fretsonfire-songs-inkila/
   packages/trunk/fretsonfire-songs-inkila/debian/
   packages/trunk/fretsonfire-songs-inkila/debian/changelog
   packages/trunk/fretsonfire-songs-inkila/debian/compat
   packages/trunk/fretsonfire-songs-inkila/debian/control
   packages/trunk/fretsonfire-songs-inkila/debian/copyright
   packages/trunk/fretsonfire-songs-inkila/debian/library.ini
   packages/trunk/fretsonfire-songs-inkila/debian/rules
Log:
import packaging for non-free fretsonfire songs from the authors of fretsonfire



Property changes on: packages/trunk/fretsonfire-songs-inkila/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/trunk/fretsonfire-songs-inkila/debian/changelog
===================================================================
--- packages/trunk/fretsonfire-songs-inkila/debian/changelog	                        (rev 0)
+++ packages/trunk/fretsonfire-songs-inkila/debian/changelog	2007-05-21 23:57:23 UTC (rev 2696)
@@ -0,0 +1,5 @@
+fretsonfire-songs-inkila (1.2.451-1) unstable; urgency=low
+
+  * Initial Packaging
+
+ -- Matthew Johnson <debian at matthew.ath.cx>  Tue, 22 May 2007 00:51:25 +0100

Added: packages/trunk/fretsonfire-songs-inkila/debian/compat
===================================================================
--- packages/trunk/fretsonfire-songs-inkila/debian/compat	                        (rev 0)
+++ packages/trunk/fretsonfire-songs-inkila/debian/compat	2007-05-21 23:57:23 UTC (rev 2696)
@@ -0,0 +1 @@
+5

Added: packages/trunk/fretsonfire-songs-inkila/debian/control
===================================================================
--- packages/trunk/fretsonfire-songs-inkila/debian/control	                        (rev 0)
+++ packages/trunk/fretsonfire-songs-inkila/debian/control	2007-05-21 23:57:23 UTC (rev 2696)
@@ -0,0 +1,16 @@
+Source: fretsonfire-songs-inkila
+Section: non-free/games
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org> 
+Uploaders: Matthew Johnson <debian at matthew.ath.cx>, Miriam Ruiz <little_miry at yahoo.es>
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.7.2
+
+Package: fretsonfire-songs-inkila
+Architecture: all
+Depends: fretsonfire-game
+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.
+ .
+ This is a data package of songs written by Tommi Inkila

Added: packages/trunk/fretsonfire-songs-inkila/debian/copyright
===================================================================
--- packages/trunk/fretsonfire-songs-inkila/debian/copyright	                        (rev 0)
+++ packages/trunk/fretsonfire-songs-inkila/debian/copyright	2007-05-21 23:57:23 UTC (rev 2696)
@@ -0,0 +1,19 @@
+This package was debianized by Matthew Johnson <debian at matthew.ath.cx> on
+Fri, 22 May 2007 00:56:26 +0100. 
+
+The songs were downloaded and repackaged from
+http://downloads.sourceforge.net/fretsonfire/FretsOnFire-1.2.451-linux.tar.gz?use_mirror=osdn
+
+Upstream Author Tommi Inkilä <tinkila at paju.oulu.fi>
+
+Copyright:
+
+<Put Copyright Statement Here>
+
+Packaging:
+
+The Debian packaging is (C) 2007, Matthew Johnson <debian at matthew.ath.cx>
+and is licensed under the GPL.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.

Added: packages/trunk/fretsonfire-songs-inkila/debian/library.ini
===================================================================
--- packages/trunk/fretsonfire-songs-inkila/debian/library.ini	                        (rev 0)
+++ packages/trunk/fretsonfire-songs-inkila/debian/library.ini	2007-05-21 23:57:23 UTC (rev 2696)
@@ -0,0 +1,3 @@
+[library]
+name=Songs by Tommi Inkila
+

Added: packages/trunk/fretsonfire-songs-inkila/debian/rules
===================================================================
--- packages/trunk/fretsonfire-songs-inkila/debian/rules	                        (rev 0)
+++ packages/trunk/fretsonfire-songs-inkila/debian/rules	2007-05-21 23:57:23 UTC (rev 2696)
@@ -0,0 +1,73 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+build: build-stamp
+build-stamp: 
+	dh_testdir
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	
+	mkdir -p debian/fretsonfire-songs-inkila/usr/share/games/fretsonfire/data/songs/inkila
+	for i in "bangbang" "twibmpg" "defy"; do \
+		cp -r "$$i" debian/fretsonfire-songs-inkila/usr/share/games/fretsonfire/data/songs/inkila; \
+	done
+	
+	install -m644 debian/library.ini debian/fretsonfire-songs-inkila/usr/share/games/fretsonfire/data/songs/inkila
+	
+	dh_installdirs
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# 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/')
+
+../FretsOnFire-$(ORIG_VERSION)-linux.tar.gz:
+	wget "http://downloads.sourceforge.net/fretsonfire/FretsOnFire-$(ORIG_VERSION)-linux.tar.gz?use_mirror=osdn" --directory-prefix=../
+
+get-orig-source: ../FretsOnFire-$(ORIG_VERSION)-linux.tar.gz
+	rm -rf fretsonfire-songs-inkila-$(ORIG_VERSION) FretsOnFire
+	tar zxvf ../FretsOnFire-$(ORIG_VERSION)-linux.tar.gz
+	mkdir -p fretsonfire-songs-inkila-$(ORIG_VERSION)
+	mv -f FretsOnFire/data/songs/twibmpg FretsOnFire/data/songs/defy FretsOnFire/data/songs/bangbang fretsonfire-songs-inkila-$(ORIG_VERSION)
+	tar zcvf ../fretsonfire-songs-inkila_$(ORIG_VERSION).orig.tar.gz fretsonfire-songs-inkila-$(ORIG_VERSION)
+	rm -rf fretsonfire-songs-inkila-$(ORIG_VERSION) FretsOnFire
+
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: packages/trunk/fretsonfire-songs-inkila/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-games-commits mailing list