--- abuse-sfx-2.00.orig/debian/README.packager +++ abuse-sfx-2.00/debian/README.packager @@ -0,0 +1,29 @@ +Unpacking the upstream "source" requires access to dos or a dos emulator, +and so cannot be automated in debian/rules. Here is the procedure to follow: + + + + + mkdir tmp + mkdir unpacked + cd tmp + unzip ../abuse200.zip + mv disk1.dat disk1.exe + mv disk2.dat disk2.exe + mv disk3.dat disk3.exe + + + ..\tmp\disk1.exe + ..\tmp\disk2.exe + ..\tmp\disk3.exe + exitemu + + + rm -rf tmp + rm -f abuse200.zip + mv unpacked/sfx . + rm -rf unpacked + +Sorry for the trouble. + +-- Joey Hess --- abuse-sfx-2.00.orig/debian/control +++ abuse-sfx-2.00/debian/control @@ -0,0 +1,15 @@ +Source: abuse-sfx +Section: non-free/games +Priority: optional +Maintainer: Sam Hocevar (Debian packages) +Standards-Version: 3.6.1.1 +Build-Depends-Indep: debhelper + +Package: abuse-sfx +Architecture: all +Depends: abuse-sdl | abuse +Description: sound effects for Abuse + This package contains sound effects for the Abuse game. The sound effects + are not required to play Abuse, but they do contribute to the mood of the + game, and give you the advantage of being able to hear the nasty creature + that's lurking around the next corner. --- abuse-sfx-2.00.orig/debian/changelog +++ abuse-sfx-2.00/debian/changelog @@ -0,0 +1,72 @@ +abuse-sfx (2.00-9) unstable; urgency=low + + * New maintainer (Closes: #199544). + * debian/control: + + Set policy to 3.6.1.1. + + Rebuilt package with a newer debhelper (Closes: #237966). + + Depend on the Abuse programs, not the Abuse levels. + * debian/copyright: + + Added Bobby Prince's permission to redistribute the sound files, until + he hopefully changes it to a fully free license (Closes: #248782). + + -- Sam Hocevar (Debian packages) Fri, 9 Jul 2004 11:28:08 +0200 + +abuse-sfx (2.00-8) unstable; urgency=low + + * Changed depends to abuse-frabs | abuse-lib (>= 2.00-12) + * Added Build-Depends-Indep: debhelper + + -- Arto Jantunen Fri, 20 Apr 2001 16:07:11 +0300 + +abuse-sfx (2.00-7) unstable; urgency=low + + * New maintainer + * Changed to Depend: abuse-lib instead of abuse. + + -- Arto Jantunen Mon, 19 Feb 2001 17:34:34 +0200 + +abuse-sfx (2.00-6) unstable; urgency=low + + * No, I don't maintain this package! Someone please take it! + (You can have the rest of abuse as a special bonus gift!) + * Moved to FHS /var/games, at the cost of considerable pain and + suffering, and versioned conflicts and dependancies. + + -- Joey Hess Sun, 5 Nov 2000 16:04:57 -0800 + +abuse-sfx (2.00-5) unstable; urgency=low + + * Orphaned the package, I'm not maintaining non-free things anymore. + + -- Joey Hess Thu, 18 Mar 1999 14:47:29 -0800 + +abuse-sfx (2.00-4) unstable; urgency=low + + * Simply rebuilt with an updated debhelper to fix a number of lintain + warnings. + + -- Joey Hess Tue, 10 Mar 1998 17:37:37 -0800 + +abuse-sfx (2.00-3) unstable; urgency=low + + * Updated standards version. + + -- Joey Hess Mon, 9 Feb 1998 16:52:41 -0800 + +abuse-sfx (2.00-2) unstable; urgency=low + + * Arch: all, not any! + * Use debhelper. This fixes #14368, as debhelper does not compress + copyright files. + + -- Joey Hess Tue, 4 Nov 1997 15:26:14 -0500 + +abuse-sfx (2.00-1) unstable; urgency=low + + * Split out of the abuse-lib package. + + -- Joey Hess Sun, 27 Jul 1997 09:12:44 -0400 + +Local variables: +mode: debian-changelog +End: --- abuse-sfx-2.00.orig/debian/copyright +++ abuse-sfx-2.00/debian/copyright @@ -0,0 +1,37 @@ +This is a Debian prepackaged version of the shareware abuse sound effects. + +This package was put together by Joey Hess , using +sources from: + ftp://ftp.cdrom.com/pub/abuse/abuse200.zip + +Author: Bobby Prince + + +I contacted the author in May 2004 about the licensing: + +> Hello, I am a member of the Debian project (http://www.debian.org/) +> which aims to build a free, full-featured operating system. By +> "free", we basically mean that the user gets a right to use, +> modify and redistribute (even resell) the software at will +> (http://www.debian.org/social_contract#guidelines). +> +> The old Abuse game, for which you created the sound effects, +> was released to the public domain by Crack.com, which means we can +> distribute it with Debian. However we cannot distribute the sound files +> because they still have your exclusive copyright with no redistribution +> clause. Would you be favourable to relicensing these sound effects so +> that we can distribute Abuse? If you have special requirements and are +> not fond of public domain, we can discuss a license that will please +> you while being free for Debian. + +This is the answer I got on May 16th 2004: + +> While the sfx are not in the public domain, you have my permission to use +> them for your purposes below. I'll check your operating system out -- it +> sounds interesting :-) + +Though the meaning of "your purposes below" is not entirely clear, this +clearly gives permission to redistribute the files. I asked the author for +clarification (and proposed to use a BSD-like license) but have not got an +answer so far. + --- abuse-sfx-2.00.orig/debian/rules +++ abuse-sfx-2.00/debian/rules @@ -0,0 +1,49 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: +# Nothing to do. + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + dh_clean + +# Build architecture-dependent files here. +binary-arch: build +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: build + dh_testdir + dh_testroot + dh_clean + dh_installdirs var/games/abuse usr/lib/games/abuse-sfx + cp -r sfx/* debian/tmp/usr/lib/games/abuse-sfx/ + dh_link usr/lib/games/abuse-sfx var/games/abuse/sfx + dh_installdocs + dh_installexamples + dh_installmenu + dh_installcron + dh_installmanpages +# dh_undocumented + dh_installchangelogs + dh_strip + dh_compress + dh_fixperms + # abuse savegame directory is sgid games. + chown root.games debian/tmp/var/games/abuse + chmod g+rws debian/tmp/var/games/abuse +# dh_suidregister + dh_installdeb + dh_gencontrol +# dh_makeshlibs + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary