--- heroes-sound-tracks-1.0.orig/debian/docs +++ heroes-sound-tracks-1.0/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- heroes-sound-tracks-1.0.orig/debian/control +++ heroes-sound-tracks-1.0/debian/control @@ -0,0 +1,22 @@ +Source: heroes-sound-tracks +Section: games +Priority: optional +Build-Depends-Indep: debhelper +Maintainer: Daniel Burrows +Standards-Version: 3.0.1 + +Package: heroes-sound-tracks +Architecture: all +Recommends: heroes +Conflicts: heroes (<< 0.6-0pre3) +Replaces: heroes (<< 0.6-0pre3) +Description: Optional sound files for heroes + Heroes is similar to the "Tron" and "Nibbles" games of yore, but includes + many graphical improvements and new game features. In it, you must maneuver + a small vehicle around a world and collect powerups while avoiding obstacles, + your opponents' trails, and even your own trail. + . + This package contains optional background music for Heroes. Install this + if you want to listen to music while playing the game, or if you just happen + to like the tunes. Be warned that this package is quite large and will take + a long time to download over a modem or other slow link! --- heroes-sound-tracks-1.0.orig/debian/rules +++ heroes-sound-tracks-1.0/debian/rules @@ -0,0 +1,38 @@ +#!/usr/bin/make -f + +export DH_COMPAT=1 + +build-stamp: + ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --datadir=\$${prefix}/share/games --bindir=\$${prefix}/games + touch build-stamp + +build: build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + -$(MAKE) distclean + dh_clean + +binary-arch: + +binary-indep: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) install prefix=`pwd`/debian/tmp/usr + + dh_installdocs + dh_installchangelogs ChangeLog + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep +.PHONY: build clean binary-arch binary-indep binary --- heroes-sound-tracks-1.0.orig/debian/watch +++ heroes-sound-tracks-1.0/debian/watch @@ -0,0 +1 @@ +http://prdownloads.sourceforge.net /heroes/ heroes-sound-tracks-([0-9.]*)\.tar\.gz debian --- heroes-sound-tracks-1.0.orig/debian/changelog +++ heroes-sound-tracks-1.0/debian/changelog @@ -0,0 +1,33 @@ +heroes-sound-tracks (1.0-4) unstable; urgency=low + + * Changed email address to @debian.org. + + -- Daniel Burrows Fri, 22 Nov 2002 09:33:04 -0500 + +heroes-sound-tracks (1.0-3) unstable; urgency=low + + * Weakened Depends: heroes to Recommends: heroes. (fix for the testing + scripts) + + -- Daniel Burrows Fri, 23 Nov 2001 13:11:47 -0500 + +heroes-sound-tracks (1.0-2) unstable; urgency=low + + * Changed "required data files" to "optional sound files" in description. + Oops. + + -- Daniel Burrows Tue, 20 Nov 2001 13:00:14 -0500 + +heroes-sound-tracks (1.0-1) unstable; urgency=low + + * Final upstream 1.0 release + + -- Daniel Burrows Sat, 2 Sep 2000 15:32:25 -0400 + +heroes-sound-tracks (1.0-0pre1) unstable; urgency=low + + * Initial release (strange version number to work around dpkg problems) + + -- Daniel Burrows Mon, 28 Aug 2000 09:17:12 -0400 + + --- heroes-sound-tracks-1.0.orig/debian/copyright +++ heroes-sound-tracks-1.0/debian/copyright @@ -0,0 +1,44 @@ +This package was debianized by Daniel Burrows on +Tue, 18 Jul 2000 09:30:22 -0400. + +It was downloaded from http://sourceforge.net/projects/heroes + +Upstream Authors (from AUTHORS): +* Romuald Genevois (Guen) + http://www.realtech.scene.org/romualdgenevois + + Had the idea of that game, designed most of it, + drew the graphics, created most of the levels. + + +* Alexandre Liverneaux (Alexel) + http://alexel.planet-d.net/ + + Composed the soundtracks. + + +* Philippe Meisburger (Tnk) + http://perso.club-internet.fr/philmeis/ + + Composed the soundtracks and created a few levels. + + +* Alexandre Duret-Lutz (Pollux) + http://www.epita.fr/~duret_g/ + + Wrote the original source code, ported it to Linux + and created a few levels. + + +Copyright and license: + + Copyright (c) 1997,1998,2000 Alexandre Duret-Lutz, Romuald Genevois, + Alexandre Liverneaux and Philippe Meisburger. + + Heroes 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 of the License, or (at your + option) any later version. + +On any Debian system, you can find the complete text of the GNU GPL +(GNU General Public License) in the file /usr/share/common-licenses/GPL