--- heroes-data-1.5.orig/watch +++ heroes-data-1.5/watch @@ -0,0 +1 @@ +http://prdownloads.sourceforge.net /heroes/ heroes-data-([0-9.]*)\.tar\.gz debian --- heroes-data-1.5.orig/debian/docs +++ heroes-data-1.5/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- heroes-data-1.5.orig/debian/control +++ heroes-data-1.5/debian/control @@ -0,0 +1,20 @@ +Source: heroes-data +Section: games +Priority: optional +Maintainer: Daniel Burrows +Build-Depends-Indep: debhelper +Standards-Version: 3.1.0 + +Package: heroes-data +Architecture: all +Recommends: heroes-common +Conflicts: heroes (<< 0.6-0pre3) +Replaces: heroes (<< 0.6-0pre3) +Description: Required data 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 required data files for heroes, including images, + level files, and tilesets. --- heroes-data-1.5.orig/debian/rules +++ heroes-data-1.5/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-data-1.5.orig/debian/watch +++ heroes-data-1.5/debian/watch @@ -0,0 +1 @@ +http://prdownloads.sourceforge.net /heroes/ heroes-data-([0-9.]*)\.tar\.gz debian --- heroes-data-1.5.orig/debian/changelog +++ heroes-data-1.5/debian/changelog @@ -0,0 +1,68 @@ +heroes-data (1.5-2) unstable; urgency=low + + * Change upstream address to @debian.org. + + -- Daniel Burrows Fri, 22 Nov 2002 09:30:03 -0500 + +heroes-data (1.5-1) unstable; urgency=low + + * New upstream release + + -- Daniel Burrows Mon, 11 Mar 2002 15:31:58 -0500 + +heroes-data (1.4-1) unstable; urgency=low + + * New upstream release + + -- Daniel Burrows Wed, 12 Dec 2001 15:51:00 -0500 + +heroes-data (1.3-2) unstable; urgency=low + + * Weakened Depends: heroes-common to Recommends: heroes-common. I think + perhaps the testing scripts were holding heroes up because of this loop. + + -- Daniel Burrows Sat, 17 Nov 2001 10:12:04 -0500 + +heroes-data (1.3-1) unstable; urgency=low + + * New upstream release. This fixes a rather nasty bug on level 70. + + -- Daniel Burrows Thu, 26 Jul 2001 09:10:38 -0400 + +heroes-data (1.2-1) unstable; urgency=medium + + * New upstream release + * Urgency medium because of the upcoming freeze (this release only has minor + changes for bugs, and I don't want heroes to be held up from entering + testing because of it) + + -- Daniel Burrows Wed, 25 Jul 2001 14:06:35 -0400 + +heroes-data (1.1-1) unstable; urgency=low + + * New upstream release + + -- Daniel Burrows Sun, 3 Jun 2001 23:41:54 -0400 + +heroes-data (1.0-2) unstable; urgency=low + + * "Round numbers" release. + + * Depend on heroes-common instead of heroes, to work around a dpkg limitation. + (Closes: #95000) + + -- Daniel Burrows Mon, 23 Apr 2001 14:21:42 -0400 + +heroes-data (1.0-1) unstable; urgency=low + + * Final upstream release + + -- Daniel Burrows Sat, 2 Sep 2000 15:02:46 -0400 + +heroes-data (1.0-0pre1) unstable; urgency=low + + * Initial release (strange version number to work around dpkg problems) + + -- Daniel Burrows Mon, 28 Aug 2000 08:58:48 -0400 + + --- heroes-data-1.5.orig/debian/copyright +++ heroes-data-1.5/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