Codebase list tuxfootball / 904d773
Imported Debian patch 0.3.0-1 TANIGUCHI Takaki authored 13 years ago TANIGUCHI Takaki committed 13 years ago
10 changed file(s) with 98 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 tuxfootball (0.3.0-1) unstable; urgency=low
1
2 * Initial release (Closes: #610284:)
3
4 -- TANIGUCHI Takaki <takaki@debian.org> Mon, 17 Jan 2011 10:24:28 +0900
0 Source: tuxfootball
1 Maintainer: TANIGUCHI Takaki <takaki@debian.org>
2 Section: games
3 Priority: extra
4 Build-Depends: debhelper (>= 7.0.50~),
5 autotools-dev,
6 intltool,
7 libsdl-image1.2-dev,
8 libsdl-mixer1.2-dev,
9 libsdl1.2-dev,
10 Standards-Version: 3.9.1
11 Homepage: http://tuxfootball.sourceforge.net/
12
13 Package: tuxfootball
14 Architecture: any
15 Depends: ${shlibs:Depends},
16 ${misc:Depends}
17 Description: great 2D soccer (sometimes called football) game
18 It's bringing old style gameplay from DOS times back to the desktop with up
19 to date graphics! It's gameplay is similar to old classics such as Amco's
20 Kick Off and Sensible Software's Sensible Soccer.
21 .
22 The gameplay is designed to be quick, responsive and fun. You are always
23 in control of the player closest to the ball. The ball is controled via
24 two differentn kick buttons - one for pass, and one for shoot. Aftertouch
25 can be applied to shots by quickly pressing and holding the direction you
26 want the ball to bend towards. Pushing in the opposite direction to what
27 you kicked the ball makes it raise into the air, pushing in the same
28 direction as the ball makes it dip towards the ground.
0 Format: http://dep.debian.net/deps/dep5/
1 Upstream-Name: Tux Football
2 Upstream-Contact: Jason Wood <jasonwood@blueyonder.co.uk>
3 Christoph Brill <egore@users.sourceforge.net>
4 Source: http://tuxfootball.sourceforge.net/
5
6 Files: *
7 Copyright:
8 copyright : (C) 2003, 2007 by Jason Wood
9 copyright : (C) 2010 by Christoph Brill
10 License: GPL-2+
11
12 Files: debian/*
13 Copyright: Copyright (C) 2011 TANIGUCHI Takaki <takaki@debian.org>
14 License: GPL-2+
15
16 License: GPL-2+
17 This package is free software; you can redistribute it and/or modify
18 it under the terms of the GNU General Public License as published by
19 the Free Software Foundation; either version 2 of the License, or
20 (at your option) any later version.
21 .
22 On Debian systems, the complete text of the GNU General
23 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
0 [Desktop Entry]
1 Encoding=UTF-8
2 Type=Application
3 Name=Tuxfootball
4 Comment=2D Football Game
5 Exec=tuxfootball
6 # Icon=grisbi.png
7 Terminal=false
8 Categories=Application;Game;
9
0 debian/desktop/* /usr/share/applications
0 ?package(tuxfootball):needs="x11" section="Games/Action" title="tuxfootball" longtitle="Tux Football" description="great 2D soccer (sometimes called football) game" command="/usr/games/tuxfootball"
0 #!/usr/bin/make -f
1 # -*- makefile -*-
2 # Sample debian/rules that uses debhelper.
3 # This file was originally written by Joey Hess and Craig Small.
4 # As a special exception, when this file is copied by dh-make into a
5 # dh-make output file, you may use that output file without restriction.
6 # This special exception was added by Craig Small in version 0.37 of dh-make.
7
8 # Uncomment this to turn on verbose mode.
9 #export DH_VERBOSE=1
10
11 %:
12 dh $@
13
14 override_dh_auto_configure:
15 dh_auto_configure -- --prefix=/usr/share \
16 --datadir=/usr/share/games \
17 --bindir=/usr/games \
18 --docdir=/usr/share/doc
19
20 override_dh_auto_install:
21 dh_auto_install
22 rm $(CURDIR)/debian/tuxfootball/usr/share/doc/tuxfootball/INSTALL
23 rm $(CURDIR)/debian/tuxfootball/usr/share/doc/tuxfootball/COPYING
0 3.0 (quilt)
0 version=3
1 http://sf.net/tuxfootball/tuxfootball-(.*)\.tar\.gz