--- xblast-tnt-sounds-20040429.orig/debian/changelog +++ xblast-tnt-sounds-20040429/debian/changelog @@ -0,0 +1,5 @@ +xblast-tnt-sounds (20040429-1) unstable; urgency=low + + * Initial Release. + + -- Gerfried Fuchs Fri, 20 Aug 2004 22:21:07 +0200 --- xblast-tnt-sounds-20040429.orig/debian/rules +++ xblast-tnt-sounds-20040429/debian/rules @@ -0,0 +1,65 @@ +#!/usr/bin/make -f +# debian/rules for xblast-tnt-sounds +PKG = xblast-tnt-sounds +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) + 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-sounds-20040429.orig/debian/watch.ex +++ xblast-tnt-sounds-20040429/debian/watch.ex @@ -0,0 +1,6 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# Site Directory Pattern Version Script +#version=2 +#sunsite.unc.edu /pub/Linux/Incoming sounds-(.*)\.tar\.gz debian uupdate --- xblast-tnt-sounds-20040429.orig/debian/control +++ xblast-tnt-sounds-20040429/debian/control @@ -0,0 +1,12 @@ +Source: xblast-tnt-sounds +Section: games +Priority: optional +Maintainer: Gerfried Fuchs +Standards-Version: 3.6.1 + +Package: xblast-tnt-sounds +Architecture: all +Description: sound files for xblast-tnt + XBlast is a multi-player arcade game inspired by the video/computer game + Bomberman (Dynablaster). This package contains the sound files. You only + need them if you want to listen to sound effects during the game. --- xblast-tnt-sounds-20040429.orig/debian/copyright +++ xblast-tnt-sounds-20040429/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Gerfried Fuchs on +Fri, 20 Aug 2004 18:40:32 +0200. + +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., 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in "/usr/share/common-licenses/GPL".