[tuxfootball] 01/02: Imported Debian patch 0.3.1-3

Markus Koschany apo-guest at moszumanska.debian.org
Fri Nov 20 22:56:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository tuxfootball.

commit 2b8229cc69ddef1f96ce63416451b94283ae3166
Author: TANIGUCHI Takaki <takaki at debian.org>
Date:   Thu May 9 11:45:34 2013 +0900

    Imported Debian patch 0.3.1-3
---
 .gitignore           |  1 -
 debian/changelog     |  7 +++++++
 debian/control       |  1 +
 debian/manpages      |  1 +
 debian/rules         |  3 +++
 debian/tuxfootball.6 | 30 ++++++++++++++++++++++++++++++
 6 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 845ca06..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-.pc
diff --git a/debian/changelog b/debian/changelog
index 71d35f6..764ca28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tuxfootball (0.3.1-3) unstable; urgency=low
+
+  * Add a manpage. (Closes: #692939)
+  * debian/rules, control: Add Hardening build option.
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Thu, 09 May 2013 11:45:34 +0900
+
 tuxfootball (0.3.1-2) unstable; urgency=low
 
   * debian/control: Add pkg-config to Build-Depends. (Closes: #672528)
diff --git a/debian/control b/debian/control
index ab81e19..139741e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Section: games
 Priority: extra
 Build-Depends: debhelper (>= 7.0.50~),
                autotools-dev,
+	dpkg-dev (>= 1.16.1~),
 	intltool,
 	libsdl-image1.2-dev,
 	libsdl-mixer1.2-dev,
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..f115656
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+debian/tuxfootball.6
diff --git a/debian/rules b/debian/rules
index 66d5da3..78cb8b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+
 %:
 	dh $@
 
diff --git a/debian/tuxfootball.6 b/debian/tuxfootball.6
new file mode 100644
index 0000000..e3b3900
--- /dev/null
+++ b/debian/tuxfootball.6
@@ -0,0 +1,30 @@
+.TH tuxfootball 6 "November 2012" "Tux Football" "Tux Football(6) manpage"
+.SH NAME
+tuxfootball \- great 2D soccer (sometimes called football) game 
+.SH SYNOPSIS
+.B tuxfootball
+[\fIOPTION...\fR]
+.SH DESCRIPTION
+.PP
+\fBTux Football\fP brings old style gameplay from DOS times back to the desktop
+with up to date graphics! Its gameplay is similar to old classics such as
+Amco's Kick Off and Sensible Software's Sensible Soccer. 
+
+The gameplay is designed to be quick, responsive and fun. You are always in
+control of the player closest to the ball. The ball is controlled via two
+different kick buttons - one for pass, and one for shoot.  Aftertouch can be
+applied to shots by quickly pressing and holding the direction you want the
+ball to bend towards. Pushing in the opposite direction to what you kicked the
+ball makes it raise into the air, pushing in the same direction as the ball
+makes it dip towards the ground.
+.PP
+.SH OPTIONS
+.TP
+\fB\-h\fR      print help
+.TP
+\fB\-w\fR      run Tux Football in windowed mode (default)
+.TP
+\fB\-w\fR      run Tux Football in fullscreen mode
+.TP
+\fB\-d\fR      Enable debug logging
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/tuxfootball.git



More information about the Pkg-games-commits mailing list