[SCM] 2D platformer game starring a quixotic frog branch, master, updated. debian/1.0+dfsg1-4-1-g60e005a

Dmitry E. Oboukhov unera at debian.org
Wed Jul 21 14:01:56 UTC 2010


The following commit has been merged in the master branch:
commit 60e005a968ea77e7ab68cd899da6a4ed2d9e452f
Author: Dmitry E. Oboukhov <unera at debian.org>
Date:   Wed Jul 21 18:00:53 2010 +0400

    updated manpage

diff --git a/debian/changelog b/debian/changelog
index 28b7795..83fc70c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+frogatto (1.0+dfsg1-5) unstable; urgency=low
+
+  * Updated manpage.
+
+ -- Dmitry E. Oboukhov <unera at debian.org>  Wed, 21 Jul 2010 18:00:40 +0400
+
 frogatto (1.0+dfsg1-4) unstable; urgency=low
 
   * removed ccache from b-d, closes FTBFS with our buildds.
diff --git a/debian/frogatto-start/frogatto b/debian/frogatto-start/frogatto
index 3188074..5369352 100644
--- a/debian/frogatto-start/frogatto
+++ b/debian/frogatto-start/frogatto
@@ -4,4 +4,4 @@ DATA_DIRECTORY=/usr/share/frogatto
 BINARY_FILE=/usr/lib/frogatto/game
 
 cd $DATA_DIRECTORY
-exec $BINARY_FILE
+exec $BINARY_FILE "$@"
diff --git a/debian/frogatto.pod b/debian/frogatto.pod
index 312d9a1..6404a13 100644
--- a/debian/frogatto.pod
+++ b/debian/frogatto.pod
@@ -6,7 +6,7 @@ frogatto - 2D platformer game starring a quixotic frog
 
 =head1 SYNOPSIS
 
- frogatto
+ frogatto [ OPTIONS ]
 
 =head1 DESCRIPTION
 
@@ -15,6 +15,43 @@ Nintendo games. The world is viewed as a cross-section seen from the
 side, and your character walks and jumps between solid platforms
 whilst fighting monsters.
 
+=head1 OPTIONS
+
+=head2 --fullscreen
+
+starts B<frogatto> in fullscreen mode.
+
+=head2 --widescreen
+
+uses widescreen mode.
+
+=head2 --no-sound
+
+turns off sound.
+
+=head2 --no-music
+
+turns off music.
+
+=head2 --fps
+
+shows FPS.
+
+=head2 --no-fps
+
+doesn't show FPS.
+
+=head2 --debug
+
+prints debug informations.
+
+=head2 --no-debug
+
+doesn't print debug informations.
+
+=head2 --textures16, --textures32
+
+uses 16 or 32 bits per pixes textures.
 =head1 HOMEPAGE
 
 http://www.frogatto.com/

-- 
2D platformer game starring a quixotic frog



More information about the Pkg-games-commits mailing list