--- xblast-tnt-musics-20050106.orig/debian/changelog +++ xblast-tnt-musics-20050106/debian/changelog @@ -0,0 +1,16 @@ +xblast-tnt-musics (20050106-2) unstable; urgency=low + + * The "once every two releases" release. + * Updated FSF address in copyright file. + * Fixed watch file. + * Bumped Standards-Version to 3.7.2, no changes needed. + * Added Enhances: xblast-tnt to control file. + * Generate md5sum file. + + -- Gerfried Fuchs Tue, 21 Aug 2007 18:14:19 +0200 + +xblast-tnt-musics (20050106-1) unstable; urgency=low + + * Initial Release. + + -- Gerfried Fuchs Fri, 20 Aug 2004 22:21:07 +0200 --- xblast-tnt-musics-20050106.orig/debian/rules +++ xblast-tnt-musics-20050106/debian/rules @@ -0,0 +1,70 @@ +#!/usr/bin/make -f +# debian/rules for xblast-tnt-musics +# (c) 2005-2007 by Gerfried Fuchs +# Licenced the same way as xblast-tnt-musics itself + +PKG = xblast-tnt-musics +TMP = $(CURDIR)/debian/$(PKG) + +INSTALL = install +INSTALL_FILE = $(INSTALL) -p -oroot -groot -m644 +INSTALL_PROGRAM = $(INSTALL) -p -oroot -groot -m755 +INSTALL_SCRIPT = $(INSTALL) -p -oroot -groot -m755 +INSTALL_DIR = $(INSTALL) -p -d -oroot -groot -m755 + + +clean: + $(checkdir) + $(checkroot) + -rm -rf $(TMP) debian/files install-stamp + + +build: + # nothing to build + + +install: install-stamp +install-stamp: + $(checkdir) + $(checkroot) + -rm -rf $(TMP) + $(INSTALL_DIR) $(TMP)/usr/share + cd $(TMP)/usr/share && $(INSTALL_DIR) doc/$(PKG) \ + games/xblast-tnt/sounds + $(INSTALL_FILE) *.raw \ + $(TMP)/usr/share/games/xblast-tnt/sounds + touch install-stamp + + +# Build architecture-independent files here. +binary-indep: install + $(checkdir) + $(checkroot) + $(INSTALL_DIR) $(TMP)/DEBIAN $(TMP)/usr/share/doc/$(PKG) + $(INSTALL_FILE) debian/changelog \ + $(TMP)/usr/share/doc/$(PKG)/changelog.Debian + $(INSTALL_FILE) debian/copyright \ + $(TMP)/usr/share/doc/$(PKG) + gzip -9 $(TMP)/usr/share/doc/$(PKG)/changelog.Debian + dpkg-gencontrol -isp -p$(PKG) -P$(TMP) + cd $(TMP) && find * -type f ! -regex '^DEBIAN/.*' -print0 | \ + xargs -r0 md5sum > DEBIAN/md5sums + dpkg --build $(TMP) .. + + +# Build architecture-dependent files here. +binary-arch: + # We have nothing to do here + + +binary: binary-indep + +define checkdir + test -f debian/rules +endef + +define checkroot + test root = "`whoami`" +endef + +.PHONY: clean build install binary-indep binary-arch binary --- xblast-tnt-musics-20050106.orig/debian/control +++ xblast-tnt-musics-20050106/debian/control @@ -0,0 +1,13 @@ +Source: xblast-tnt-musics +Section: games +Priority: optional +Maintainer: Gerfried Fuchs +Standards-Version: 3.7.2 + +Package: xblast-tnt-musics +Enhances: xblast-tnt +Architecture: all +Description: music files for xblast-tnt + XBlast is a multi-player arcade game inspired by the video/computer game + Bomberman (Dynablaster). This package contains the music files. You only + need them if you want to listen to background musics during the game. --- xblast-tnt-musics-20050106.orig/debian/copyright +++ xblast-tnt-musics-20050106/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Gerfried Fuchs on +Fri, 7 Jan 2005 12:38:22 +0100. + +It was downloaded from + +Upstream Authors: +================= +Current maintainers: + Fernando Benites + Gerfried Fuchs +Original author: + Oliver Vogel + + +Copyright: +========== + This package 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; version 2 dated June, 1991. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301 USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in "/usr/share/common-licenses/GPL-2". --- xblast-tnt-musics-20050106.orig/debian/watch +++ xblast-tnt-musics-20050106/debian/watch @@ -0,0 +1,4 @@ +version=3 +opts="uversionmangle=s/-//g" \ +http://heanet.dl.sourceforge.net/sourceforge/xblast/ musics-([\d-]+)\.tar\.gz debian uupdate +# Site/Directory Pattern Version Script