diff -Nru tuxfootball-0.3.1/debian/changelog tuxfootball-0.3.1/debian/changelog --- tuxfootball-0.3.1/debian/changelog 2012-05-16 01:56:38.000000000 +0000 +++ tuxfootball-0.3.1/debian/changelog 2013-05-09 02:46:08.000000000 +0000 @@ -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 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 -Nru tuxfootball-0.3.1/debian/control tuxfootball-0.3.1/debian/control --- tuxfootball-0.3.1/debian/control 2012-05-16 01:56:38.000000000 +0000 +++ tuxfootball-0.3.1/debian/control 2013-05-09 02:46:08.000000000 +0000 @@ -5,6 +5,7 @@ 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 -Nru tuxfootball-0.3.1/debian/manpages tuxfootball-0.3.1/debian/manpages --- tuxfootball-0.3.1/debian/manpages 1970-01-01 00:00:00.000000000 +0000 +++ tuxfootball-0.3.1/debian/manpages 2013-05-09 02:46:08.000000000 +0000 @@ -0,0 +1 @@ +debian/tuxfootball.6 diff -Nru tuxfootball-0.3.1/debian/rules tuxfootball-0.3.1/debian/rules --- tuxfootball-0.3.1/debian/rules 2012-05-16 01:56:38.000000000 +0000 +++ tuxfootball-0.3.1/debian/rules 2013-05-09 02:46:08.000000000 +0000 @@ -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 -Nru tuxfootball-0.3.1/debian/tuxfootball.6 tuxfootball-0.3.1/debian/tuxfootball.6 --- tuxfootball-0.3.1/debian/tuxfootball.6 1970-01-01 00:00:00.000000000 +0000 +++ tuxfootball-0.3.1/debian/tuxfootball.6 2013-05-09 02:46:08.000000000 +0000 @@ -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 +