Author: francois Date: 2008-06-03 02:25:50 +0000 (Tue, 03 Jun 2008) New Revision: 7219
Modified: packages/trunk/jumpnbump/debian/changelog packages/trunk/jumpnbump/debian/dirs packages/trunk/jumpnbump/debian/jumpnbump.6 Log: Fix hyphens in manpage and remove empty /usr/bin Modified: packages/trunk/jumpnbump/debian/changelog =================================================================== --- packages/trunk/jumpnbump/debian/changelog 2008-06-03 02:20:25 UTC (rev 7218) +++ packages/trunk/jumpnbump/debian/changelog 2008-06-03 02:25:50 UTC (rev 7219) @@ -4,8 +4,9 @@ * Bump debhelper compatibility to 6 * Removed the watch file * Move utilities to /usr/lib/jumpnbump and update manpage + * Fix hyphens in manpage - -- Francois Marier <[EMAIL PROTECTED]> Tue, 03 Jun 2008 14:25:36 +1200 + -- Francois Marier <[EMAIL PROTECTED]> Tue, 03 Jun 2008 14:31:04 +1200 jumpnbump (1.50-11) unstable; urgency=low Modified: packages/trunk/jumpnbump/debian/dirs =================================================================== --- packages/trunk/jumpnbump/debian/dirs 2008-06-03 02:20:25 UTC (rev 7218) +++ packages/trunk/jumpnbump/debian/dirs 2008-06-03 02:25:50 UTC (rev 7219) @@ -3,4 +3,3 @@ usr/share/applications usr/share/games/jumpnbump usr/share/pixmaps -usr/bin Modified: packages/trunk/jumpnbump/debian/jumpnbump.6 =================================================================== --- packages/trunk/jumpnbump/debian/jumpnbump.6 2008-06-03 02:20:25 UTC (rev 7218) +++ packages/trunk/jumpnbump/debian/jumpnbump.6 2008-06-03 02:25:50 UTC (rev 7219) @@ -26,7 +26,7 @@ .IP "-player \fInum\fR" Set main player to num (0-3). Needed for networking. .IP "-fireworks" -Run the program in "screensaver" mode. This is useful with -fullscreen. +Run the program in "screensaver" mode. This is useful with \-fullscreen. .IP "-fullscreen" Run jump'n'bump in fullscreen mode. .IP "-nosound" @@ -89,16 +89,16 @@ your own levels: pack and unpack. .IP pack .br -/usr/lib/jumpnbump/pack -o /tmp/newlevel.dat <file1> <file2> <file3> ... +/usr/lib/jumpnbump/pack \-o /tmp/newlevel.dat <file1> <file2> <file3> ... .br or you can just put all the files in a dir, cd to that dir and do .br -/usr/lib/jumpnbump/pack -o /tmp/newlevel.dat * +/usr/lib/jumpnbump/pack \-o /tmp/newlevel.dat * .br and it will put all the files in the current dir inside the packfile. Don't try things like -pack -o stuff.dat ../file.c because it will add ../file.c as the filename in the packfile, which won't work. +pack \-o stuff.dat ../file.c because it will add ../file.c as the filename in the packfile, which won't work. .br .IP unpack .br @@ -112,7 +112,7 @@ which you can edit with The Gimp for example, then convert back to a .gob and use it in your own level. .br -/usr/lib/jumpnbump/gobpack -u font menu.pcx +/usr/lib/jumpnbump/gobpack \-u font menu.pcx .br will unpack font.gob using the color palette from menu.pcx and write the files font.pcx font.txt. The other gob files should _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

