diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..8704b2d --- /dev/null +++ b/debian/changelog @@ -0,0 +1,11 @@ +sdlbomber (1.0.4-1) unstable; urgency=low + + * Initial release + + -- Stefan Bühler Fri, 07 Aug 2009 14:25:41 +0200 + +sdlbomber (1.0.4-0) unstable; urgency=low + + * Initial release + + -- Stefan Bühler Fri, 07 Aug 2009 14:18:36 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..933a321 --- /dev/null +++ b/debian/control @@ -0,0 +1,44 @@ +Source: sdlbomber +Section: games +Priority: extra +Maintainer: Stefan Bühler +Build-Depends: debhelper (>= 7), libsdl1.2-dev, libavahi-client-dev +Standards-Version: 3.8.2 + +Package: sdlbomber +Architecture: any +Depends: sdlbomber-data (=${source:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: Atomic Bomberman clon + Atomic Bomberman was a DOS/win95 game. + . + You've got to blow up other players to win. Spacebar drops a bomb. Get away + and hope your enemy gets hit by the flame. The 'b' key is a 2nd control + for when you are lucky enough to pick up the bomb control--looks like a + bomb with a timer on it. When you have that the bomb won't go off until + detonated by another bomb, you are killed, or you press 'b'. + . + Blowing up bricks might result in prizes, most of which are good. + Skates = speed up + Bomb = allow you to have one more active bomb + flame = Increase bomb strength + turtle = makes you move very slowly + bomb with timer = controlled bomb detonation with 'b' key. + gold flame = Set flame strength to max + . + There isn't much point in playing the game alone (single player). In that + case the only thing to avoid is accidentally killing yourself. Big deal... + It's really a multiplayer game. + +Package: sdlbomber-dbg +Architecture: any +Section: debug +Priority: extra +Depends: sdlbomber (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: Atomic Bomberman clon - debug symbols + Atomic Bomberman was a DOS/win95 game. + +Package: sdlbomber-data +Architecture: all +Depends: ${misc:Depends} +Description: Atomic Bomberman clon - data + Atomic Bomberman was a DOS/win95 game. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..c73bb04 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,41 @@ +This package was debianized by: + + Stefan Bühler on Fri, 07 Aug 2009 14:18:36 +0200 + +It was downloaded from: + + http://www.linuxmotors.com/SDL_bomber/ + +Upstream Authors: + David Ashley + Stefan Bühler + +Copyright: + + + + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. + + 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 St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is: + + Copyright (C) 2009 Stefan Bühler + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..a108206 --- /dev/null +++ b/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +CFLAGS="-DDATADIR=\"/usr/share/sdlbomber\"" + +%: + dh $@ + +binary: + dh binary --before dh_strip + dh_strip -a --dbg-package=sdlbomber-dbg + dh binary --remaining diff --git a/debian/sdlbomber-data.install b/debian/sdlbomber-data.install new file mode 100644 index 0000000..2094722 --- /dev/null +++ b/debian/sdlbomber-data.install @@ -0,0 +1 @@ +/usr/share/sdlbomber diff --git a/debian/sdlbomber.install b/debian/sdlbomber.install new file mode 100644 index 0000000..7b6d0ce --- /dev/null +++ b/debian/sdlbomber.install @@ -0,0 +1 @@ +usr/bin/sdlbomber /usr/games/