--- asc-music-1.3.orig/debian/control +++ asc-music-1.3/debian/control @@ -0,0 +1,20 @@ +Source: asc-music +Section: games +Priority: optional +Maintainer: Debian Games Team +Uploaders: Sam Hocevar (Debian packages) , Bartosz Fenski , Alexander Reichle-Schmehl +Build-Depends: debhelper (>= 5) +Standards-Version: 3.8.3 +Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/asc-music/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/asc-music/?op=log +Homepage: http://www.asc-hq.de/ + +Package: asc-music +Architecture: all +Depends: asc, ${misc:Depends} +Enhances: asc +Description: music pack for ASC + This is a music pack for the Advanced Strategic Command game. + If ASC detects the presence of these tracks it plays them during game. + . + Composed by Michael Kievernagel. --- asc-music-1.3.orig/debian/rules +++ asc-music-1.3/debian/rules @@ -0,0 +1,43 @@ +#!/usr/bin/make -f +# rules file for asc-music (Aug 2004) + +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + dh_clean + touch build-stamp + +clean: + dh_testdir + dh_testroot + -rm -f build-stamp install-stamp + dh_clean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + dh_install + touch install-stamp + +binary-indep: build install + dh_testdir -i + dh_testroot -i + dh_installdocs -i + dh_installchangelogs -i + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_shlibdeps -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: binary clean binary-indep binary-arch binary install --- asc-music-1.3.orig/debian/watch +++ asc-music-1.3/debian/watch @@ -0,0 +1,8 @@ +# The package consists of three mp3 files which aren't distributed with +# the game but are available from upstream: +# +# https://sourceforge.net/project/showfiles.php?group_id=5005&package_id=41054 +# http://www.asc-hq.org/frontiers.mp3 +# http://www.asc-hq.org/time_to_strike.mp3 +# http://www.asc-hq.org/machine_wars.mp3 + --- asc-music-1.3.orig/debian/compat +++ asc-music-1.3/debian/compat @@ -0,0 +1 @@ +5 --- asc-music-1.3.orig/debian/install +++ asc-music-1.3/debian/install @@ -0,0 +1 @@ +*.mp3 /usr/share/games/asc/music --- asc-music-1.3.orig/debian/changelog +++ asc-music-1.3/debian/changelog @@ -0,0 +1,60 @@ +asc-music (1.3-2) unstable; urgency=low + + [ Eddy Petrișor ] + * fix Homepage semifield + + [ Cyril Brulebois ] + * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file. + + [ Jon Dowland ] + * Add Homepage: field to source control stanza + + [ Ansgar Burchardt ] + * debian/control: Change XS-Vcs-* to Vcs-* + * remove Homepage semi-field from description + + [ Paul Wise ] + * Add a watch file explaining the upstream status + + [ Alexander Reichle-Schmehl ] + * Adopt debian/control to my new name + * Add depends on ${misc:Depends} + * Add debian/compat and don't set DH_COMPAT in rules; adjust debhelper + build-depends + * Bump standards to 3.8.3 (no further changes needed) + + -- Alexander Reichle-Schmehl Sun, 24 Jan 2010 01:03:17 +0100 + +asc-music (1.3-1) unstable; urgency=low + + * Adopted package and moved it to the Debian Games Team repository. + * Set Bartosz Fenski, Alexander Schmehl and myself as uploaders. + * Switched original tarball to non-native. + + * debian/control: + + Set policy to 3.7.2. + + Put debhelper in the Build-Depends rule instead of Build-Depends-Indep + because we call it in our clean rule. + * debian/install: + + Added a final newline. + + -- Sam Hocevar (Debian packages) Thu, 15 Jun 2006 18:07:21 +0200 + +asc-music (1.2) unstable; urgency=low + + * Orphanage upload. + * Bumped Standards-Version to 3.6.2 (no changes needed). + + -- Bartosz Fenski Fri, 17 Mar 2006 17:05:58 +0100 + +asc-music (1.1) unstable; urgency=low + + * s/fenio@o2.pl/fenio@debian.org/ ;) + + -- Bartosz Fenski Sat, 1 Jan 2005 22:02:35 +0200 + +asc-music (1.0) unstable; urgency=low + + * Initial release (closes: #263007) + + -- Bartosz Fenski Mon, 1 Aug 2004 18:22:34 +0200 --- asc-music-1.3.orig/debian/copyright +++ asc-music-1.3/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Bartosz Fenski on +Mon, 1 Aug 2004 19:02:50 +0200. + +It was downloaded from http://www.asc-hq.de/ + +The package consists of three mp3 files which aren't distributed with +the game but are available on the upstream web page. + +These files are: +http://www.asc-hq.org/frontiers.mp3 +http://www.asc-hq.org/time_to_strike.mp3 +http://www.asc-hq.org/machine_wars.mp3 + +Everything else is just Debian packaging infrastructure. + +Copyright: + +Copyright 2002 Michael Kievernagel + +License: + +This program is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2, or (at your option) any +later version. + +On Debian systems, the complete text of the GNU General Public License +can be found in the file `/usr/share/common-licenses/GPL'. +