r8181 - in packages/trunk/gnujump: . debian debian/patches

Evgeni Golov sargentd-guest at alioth.debian.org
Sun Sep 21 17:24:20 UTC 2008


Author: sargentd-guest
Date: 2008-09-21 17:24:20 +0000 (Sun, 21 Sep 2008)
New Revision: 8181

Added:
   packages/trunk/gnujump/debian/gnujump.desktop
   packages/trunk/gnujump/debian/gnujump.dirs
   packages/trunk/gnujump/debian/patches/
   packages/trunk/gnujump/debian/patches/01_Makefile_am_datadir_fix.patch
   packages/trunk/gnujump/debian/patches/02_manpage_fixes.patch
   packages/trunk/gnujump/debian/patches/series
Removed:
   packages/trunk/gnujump/configure.in
   packages/trunk/gnujump/debian/sdljump.desktop
   packages/trunk/gnujump/sdljump.6
   packages/trunk/gnujump/src/
Modified:
   packages/trunk/gnujump/debian/changelog
   packages/trunk/gnujump/debian/control
   packages/trunk/gnujump/debian/copyright
   packages/trunk/gnujump/debian/gnujump-data.install
   packages/trunk/gnujump/debian/gnujump.install
   packages/trunk/gnujump/debian/gnujump.manpages
   packages/trunk/gnujump/debian/gnujump.menu
   packages/trunk/gnujump/debian/rules
Log:
update to upstream version 1.0.5
redo many parts of the packaging


Deleted: packages/trunk/gnujump/configure.in
===================================================================
--- packages/trunk/gnujump/configure.in	2008-09-21 17:11:57 UTC (rev 8180)
+++ packages/trunk/gnujump/configure.in	2008-09-21 17:24:20 UTC (rev 8181)
@@ -1,68 +0,0 @@
-AC_INIT(configure.in)
-
-AC_CANONICAL_BUILD
-AC_CANONICAL_TARGET
-
-AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(sdljump, 1.0.0)
-
-SDL_VERSION=1.2.0
-AM_PATH_SDL($SDL_VERSION,
-            :,
-            AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])
-)
-CFLAGS="$CFLAGS $SDL_CFLAGS -Wall"
-LIBS="$LIBS $SDL_LIBS"
-
-AX_CHECK_GL
-AX_CHECK_GLU
-CFLAGS="$CFLAGS $GL_CFLAGS $GLU_CFLAGS"
-LIBS="$LIBS $GL_LIBS $GLU_LIBS"
-
-dnl Checks for header files.
-
-AC_CHECK_HEADER([SDL/SDL_image.h],
-		:,
-		[ AC_MSG_ERROR([*** Could not find SDL/SDL_image.h ! Install the SDL_image devel package.]) ]
-)
-LIBS="$LIBS -lSDL_image"
-
-AC_CHECK_HEADER([SDL/SDL_mixer.h],
-		:,
-		[ AC_MSG_ERROR([*** Could not find SDL/SDL_mixer.h ! Install the SDL_image devel package.]) ]
-)
-LIBS="$LIBS -lSDL_mixer"
-
-dnl Set PACKAGE PREFIX
-if test "x${prefix}" = "xNONE"; then
-  packageprefix=${ac_default_prefix}
-else
-  packageprefix=${prefix}
-fi
-
-CFLAGS="$CFLAGS -DPREFIX=\\\"$packageprefix\\\" -DDATA_PREFIX=\\\"$datadir\\\""
-
-AC_LANG_C
-AC_PROG_CC
-AM_PROG_LIBTOOL
-
-AC_OUTPUT(Makefile 
-		src/Makefile
-		lang/Makefile
-		sound/Makefile
-		skins/Makefile
-		skins/default/Makefile
-		skins/default/cursor/Makefile
-		skins/xjump/Makefile
-		skins/auri/Makefile
-		skins/auri/heroanim1/Makefile
-		skins/auri/heroanim2/Makefile
-		skins/auri/heroanim3/Makefile
-		skins/auri/heroanim4/Makefile
-		skins/wincrash/Makefile
-		skins/wincrash/heroanim1/Makefile
-		skins/wincrash/heroanim2/Makefile
-		skins/wincrash/heroanim3/Makefile
-		skins/wincrash/heroanim4/Makefile
-)
-

Modified: packages/trunk/gnujump/debian/changelog
===================================================================
--- packages/trunk/gnujump/debian/changelog	2008-09-21 17:11:57 UTC (rev 8180)
+++ packages/trunk/gnujump/debian/changelog	2008-09-21 17:24:20 UTC (rev 8181)
@@ -1,3 +1,34 @@
+gnujump (1.0.5-1) UNRELEASED; urgency=low
+
+  * New upstream release (Closes: #494695)
+  * Use quilt for patch-management
+  * debian/sdljump.desktop
+    + rename to gnujump.desktop
+    + update to reflect the rename to gnujump
+    + remove the Encoding field
+  * debian/gnujump.menu
+    + update to reflect the rename to gnujump
+    + use Games/Action instead of Games/Arcade
+  * debian/control:
+    + remove the leading "a" in the short description
+    + wrap the Build-Depends for better reading
+    + use the Homepage field
+    + bump Standards-Version to 3.8.0
+  * debian/rules:
+    + call dh_desktop to silence lintian
+    + reorganize the targets, create a config target
+    + don't set CFLAGS, let dpkg handle it
+  * debian/gnujump(-data).install:
+    + move gnujump.desktop to the gnujump package
+    + same for gnujump.png
+  * debian/copyright:
+    + Convert to machine readable format
+    + Update some of the copyright statements
+  * debian/patches/02_manpage_fixes.patch:
+    + Fix a typo in the patch, it's "hy", not "ny"
+
+ -- Evgeni Golov <sargentd at die-welt.net>  Sun, 21 Sep 2008 19:13:42 +0200
+
 gnujump (1.0.0-3) unstable; urgency=low
 
   * Link name to gnujump to match package name.  (Closes: #406121)

Modified: packages/trunk/gnujump/debian/control
===================================================================
--- packages/trunk/gnujump/debian/control	2008-09-21 17:11:57 UTC (rev 8180)
+++ packages/trunk/gnujump/debian/control	2008-09-21 17:24:20 UTC (rev 8181)
@@ -2,14 +2,17 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Group <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Bas Wijnen <wijnen at debian.org>
-Build-Depends: debhelper (>= 5.0.0), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, automake1.9, libtool, autoconf-archive, imagemagick
-Standards-Version: 3.7.2
+Uploaders: Bas Wijnen <wijnen at debian.org>, Evgeni Golov <sargentd at die-welt.net>
+Build-Depends: debhelper (>= 5.0.0), libsdl1.2-dev, libsdl-image1.2-dev,
+ libsdl-mixer1.2-dev, automake1.9, libtool, autoconf-archive, imagemagick,
+ quilt (>= 0.40)
+Homepage: http://www.gnu.org/software/gnujump/
+Standards-Version: 3.8.0
 
 Package: gnujump
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, gnujump-data
-Description: a platform game where you have to jump up to survive
+Description: platform game where you have to jump up to survive
  The goal in this game is to jump to the next floor so you don't fall down.
  As you go higher in the falling tower the floors will fall faster.  Try to
  survive longer than anyone, or, in single player mode, try to get as high
@@ -26,13 +29,11 @@
   * Can use OpenGL for rendering
   * Music and sound effects
   * Recording (and replaying) of games
- .
-  Homepage: http://www.gnu.org/software/gnujump/
 
 Package: gnujump-data
 Architecture: all
 Recommends: gnujump
-Description: a platform game where you have to jump up to survive - data files
+Description: platform game where you have to jump up to survive - data files
  The goal in this game is to jump to the next floor so you don't fall down.
  As you go higher in the falling tower the floors will fall faster.  Try to
  survive longer than anyone, or, in single player mode, try to get as high
@@ -51,8 +52,6 @@
   * Recording (and replaying) of games
  .
  This package provides the data files for the game.
- .
-  Homepage: http://www.gnu.org/software/gnujump/
 
 #
 #Package: sdljump-udeb

Modified: packages/trunk/gnujump/debian/copyright
===================================================================
--- packages/trunk/gnujump/debian/copyright	2008-09-21 17:11:57 UTC (rev 8180)
+++ packages/trunk/gnujump/debian/copyright	2008-09-21 17:24:20 UTC (rev 8181)
@@ -1,16 +1,43 @@
-This package was debianized by Bas Wijnen <wijnen at debian.org> on
-Fri Feb 10 15:28:49 CET 2006
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=228
+Upstream-Name: GNUjump
+Upstream-Maintainer: Juan Pedro Bolívar Puente <magnicida at gmail.com>
+Upstream-Source: http://www.gnu.org/software/gnujump/
 
-Copyright Holder: Juan Pedro Bolívar Puente <magnicida at gmail.com>
+Files: *
+Copyright: © 2005-2008 Juan Pedro Bolívar Puente <magnicida at gmail.com>
+Licence: GPL-2+
 
-The original source was downloaded from http://www.gnu.org/software/gnujump/
+Files: src/gettext.h
+Copyright: © 1995-2006 Free Software Foundation, Inc
+Licence: LGPL-2+
 
-The package is licensed under the GNU General Public License (GPL).
+Files: src/SDL_2dgl.[ch]
+Copyright: © 2004-2008 Juan Pedro Bolívar Puente <magnicida at gmail.com>
+Licence: GPL-3+
 
-Some files are copyrighted by A. Schiffler.  They mention this in their header.
-They are released under the GNU Lesser General Public License (LGPL).
+Files: src/SDL_rotozoom.[ch]
+Copyright: © 2001 A. Schiffler <aschiffler at sympatico.ca>
+2004-2008 Juan Pedro Bolívar Puente <magnicida at gmail.com>
+Licence: LGPL-2.1
 
-The latest version of the GPL can be found in
-/usr/share/common-licenses/GPL.
-The latest version of the LGPL can be found in
-/usr/share/common-licenses/LGPL.
+Files: src/SFont.[ch]
+Copyright: © 2003 Karl Bartel <karlb at gmx.net>
+Licence: GPL-2+
+
+Files: debian/*
+Copyright: © 2006-2008 Bas Wijnen <wijnen at debian.org>
+Copyright: © 2008 Evgeni Golov <sargentd at die-welt.net>
+Licence: GPL-2+
+
+License: GPL-2+ | GPL-3+
+ On Debian systems, the latest version of the GPL can be found in
+ /usr/share/common-licenses/GPL.
+
+License: LGPL-2+
+ On Debian systems, the latest version of the LGPL can be found in
+ /usr/share/common-licenses/LGPL.
+
+License: LGPL-2.1
+ On Debian systems, version 2.1 of the LGPL can be found in
+ /usr/share/common-licenses/LGPL-2.1.

Modified: packages/trunk/gnujump/debian/gnujump-data.install
===================================================================
--- packages/trunk/gnujump/debian/gnujump-data.install	2008-09-21 17:11:57 UTC (rev 8180)
+++ packages/trunk/gnujump/debian/gnujump-data.install	2008-09-21 17:24:20 UTC (rev 8181)
@@ -1,3 +1 @@
-debian/tmp/usr/share/games/sdljump
-debian/tmp/usr/share/applications/sdljump.desktop
-debian/tmp/usr/share/pixmaps/sdljump.png
+debian/tmp/usr/share/games/gnujump

Added: packages/trunk/gnujump/debian/gnujump.desktop
===================================================================
--- packages/trunk/gnujump/debian/gnujump.desktop	                        (rev 0)
+++ packages/trunk/gnujump/debian/gnujump.desktop	2008-09-21 17:24:20 UTC (rev 8181)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Name=GNUjump
+Comment=Jump up the tower to survive
+Exec=gnujump
+Icon=gnujump.png
+Terminal=false
+Type=Application
+Categories=Game;ArcadeGame

Added: packages/trunk/gnujump/debian/gnujump.dirs
===================================================================
--- packages/trunk/gnujump/debian/gnujump.dirs	                        (rev 0)
+++ packages/trunk/gnujump/debian/gnujump.dirs	2008-09-21 17:24:20 UTC (rev 8181)
@@ -0,0 +1,2 @@
+usr/share/pixmaps
+usr/share/applications

Modified: packages/trunk/gnujump/debian/gnujump.install
===================================================================
--- packages/trunk/gnujump/debian/gnujump.install	2008-09-21 17:11:57 UTC (rev 8180)
+++ packages/trunk/gnujump/debian/gnujump.install	2008-09-21 17:24:20 UTC (rev 8181)
@@ -1,2 +1,4 @@
-debian/tmp/usr/games/sdljump
-debian/tmp/usr/share/pixmaps/sdljump.xpm
+debian/tmp/usr/games/gnujump
+debian/gnujump.xpm usr/share/pixmaps
+debian/gnujump.png usr/share/pixmaps
+debian/gnujump.desktop usr/share/applications/

Modified: packages/trunk/gnujump/debian/gnujump.manpages
===================================================================
--- packages/trunk/gnujump/debian/gnujump.manpages	2008-09-21 17:11:57 UTC (rev 8180)
+++ packages/trunk/gnujump/debian/gnujump.manpages	2008-09-21 17:24:20 UTC (rev 8181)
@@ -1 +1 @@
-debian/tmp/usr/share/man/man6/sdljump.6
+debian/tmp/usr/share/man/man6/gnujump.6

Modified: packages/trunk/gnujump/debian/gnujump.menu
===================================================================
--- packages/trunk/gnujump/debian/gnujump.menu	2008-09-21 17:11:57 UTC (rev 8180)
+++ packages/trunk/gnujump/debian/gnujump.menu	2008-09-21 17:24:20 UTC (rev 8181)
@@ -1,5 +1,5 @@
-?package(gnujump):needs="X11" section="Games/Arcade" \
-  title="SDLjump" longtitle="Jump up the tower to survive" \
+?package(gnujump):needs="X11" section="Games/Action" \
+  title="GNUjump" longtitle="Jump up the tower to survive" \
   hints="Jump up the tower to survive" \
-  command="/usr/games/sdljump" \
-  icon="/usr/share/pixmaps/sdljump.xpm"
+  command="/usr/games/gnujump" \
+  icon="/usr/share/pixmaps/gnujump.xpm"

Added: packages/trunk/gnujump/debian/patches/01_Makefile_am_datadir_fix.patch
===================================================================
--- packages/trunk/gnujump/debian/patches/01_Makefile_am_datadir_fix.patch	                        (rev 0)
+++ packages/trunk/gnujump/debian/patches/01_Makefile_am_datadir_fix.patch	2008-09-21 17:24:20 UTC (rev 8181)
@@ -0,0 +1,11 @@
+--- a/src/Makefile.am	2008-08-11 15:04:48.000000000 +0200
++++ b/src/Makefile.am	2008-09-14 20:13:31.000000000 +0200
+@@ -42,7 +42,7 @@
+ 	effects-trail.c\
+ 	effects-blur.c
+ 
+-datadirdir = $(prefix)/share/$(package)
++datadirdir = $(datadir)/$(package)
+ 
+ datadir = @datadir@
+ localedir = $(datadir)/locale

Added: packages/trunk/gnujump/debian/patches/02_manpage_fixes.patch
===================================================================
--- packages/trunk/gnujump/debian/patches/02_manpage_fixes.patch	                        (rev 0)
+++ packages/trunk/gnujump/debian/patches/02_manpage_fixes.patch	2008-09-21 17:24:20 UTC (rev 8181)
@@ -0,0 +1,38 @@
+--- a/doc/gnujump.6	2008-08-11 15:04:47.000000000 +0200
++++ b/doc/gnujump.6	2008-09-14 20:26:41.000000000 +0200
+@@ -8,7 +8,7 @@
+ [ REPLAY ] [ OPTIONS ]
+ .br
+ .B sdljump
+-[ --help ]
++[ \-\-help ]
+ .SH "DESCRIPTION"
+ .B GNUjump
+ GNUjump is part of the GNU project.
+@@ -85,9 +85,18 @@
+ .RE
+ x: Xjump - Hard
+ 
++.SH "WORLD RANKING"
++
++There is also a high score list on the internet at
++.nh
++http://www.gnu.org/software/gnujump/highscores.html .
++.hy
++Please see that site for instructions on how to get your scores in the list.
++
++
+ .SH "COPYRIGHT"
+  Copyright (C) 2005
+- Juan Pedro Bol�ar Puente <magnicida at gmail.com>
++ Juan Pedro Bol\('ivar Puente <magnicida at gmail.com>
+ .PP
+ This is free software; you can redistribute it and/or modify it under
+ the terms of the GNU General Public License as published by the Free
+@@ -95,5 +104,5 @@
+ version without ANY WARRANTIES.
+ .SH "AUTHOR"
+ .B GNUjump
+-was written by Juan Pedro Bol�ar Puente <magnicida at gmail.com>
++was written by Juan Pedro Bol\('ivar Puente <magnicida at gmail.com>
+ 

Added: packages/trunk/gnujump/debian/patches/series
===================================================================
--- packages/trunk/gnujump/debian/patches/series	                        (rev 0)
+++ packages/trunk/gnujump/debian/patches/series	2008-09-21 17:24:20 UTC (rev 8181)
@@ -0,0 +1,2 @@
+01_Makefile_am_datadir_fix.patch
+02_manpage_fixes.patch

Modified: packages/trunk/gnujump/debian/rules
===================================================================
--- packages/trunk/gnujump/debian/rules	2008-09-21 17:11:57 UTC (rev 8180)
+++ packages/trunk/gnujump/debian/rules	2008-09-21 17:24:20 UTC (rev 8181)
@@ -1,35 +1,41 @@
 #!/usr/bin/make -f
-CFLAGS = -Wall -g
+
+include /usr/share/quilt/quilt.make
+
 export ACLOCAL=aclocal-1.9 -I /usr/share/autoconf-archive
 export AUTOMAKE=automake-1.9
 
 AUTO_JUNK = config.guess config.sub configure depcomp INSTALL \
 	install-sh ltmain.sh missing mkinstalldirs aclocal.m4 config.h.in
 
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
+config: config-stamp
+config-stamp: $(QUILT_STAMPFN)
+	dh_testdir
+	autoreconf -f -i -s
+	./configure --prefix=/usr --bindir=/usr/games --datadir=/usr/share/games
+	touch $@
 
 build: build-stamp
-build-stamp:
+build-stamp: config
 	dh_testdir
-	autoreconf -f -i -s
-	./configure prefix=/usr --bindir=/usr/games --datadir=/usr/share/games
 	$(MAKE)
+	convert -transparent '#00fff6' skins/default/hero1.0.png debian/gnujump.xpm
+	convert debian/gnujump.xpm debian/gnujump.png
+	touch $@
+
+install-foo: build
+	dh_testdir
+	dh_testroot
+
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-	-mkdir debian/tmp/usr/share/pixmaps
-	-mkdir debian/tmp/usr/share/applications
-	convert -transparent '#00fff6' skins/default/hero1.0.png debian/tmp/usr/share/pixmaps/sdljump.xpm
-	cp debian/sdljump.desktop debian/tmp/usr/share/applications/
-	convert debian/tmp/usr/share/pixmaps/sdljump.xpm debian/tmp/usr/share/pixmaps/sdljump.png
-	touch build-stamp
 
-clean:
+	dh_installdirs
+	dh_install
+
+clean: unpatch
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp
+	rm -f build-stamp config-stamp
 ifeq (Makefile,$(wildcard Makefile))
 	$(MAKE) maintainer-clean
 endif
@@ -37,14 +43,15 @@
 	rm $(wildcard ${AUTO_JUNK})
 endif
 	find . -name Makefile.in -exec rm {} \;
+	$(RM) debian/gnujump.png debian/gnujump.xpm
 	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 	dh_installdirs
 	dh_install
-	ln -s sdljump debian/gnujump/usr/games/gnujump
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -54,6 +61,7 @@
 	dh_installdocs -i
 	dh_installman -i
 	dh_installmenu -i
+	dh_desktop -i
 	dh_link -i
 	dh_strip -i
 	dh_compress -i
@@ -70,7 +78,6 @@
 	dh_installchangelogs -a ChangeLog
 	dh_installdocs -a
 	dh_installman -a
-	ln -s sdljump.6.gz debian/gnujump/usr/share/man/man6/gnujump.6.gz
 	dh_installmenu -a
 	dh_link -a
 	dh_strip -a

Deleted: packages/trunk/gnujump/debian/sdljump.desktop
===================================================================
--- packages/trunk/gnujump/debian/sdljump.desktop	2008-09-21 17:11:57 UTC (rev 8180)
+++ packages/trunk/gnujump/debian/sdljump.desktop	2008-09-21 17:24:20 UTC (rev 8181)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Encoding=UTF-8
-Name=SDLjump
-Comment=Jump up the tower to survive
-Exec=sdljump
-Icon=sdljump.png
-Terminal=false
-Type=Application
-Categories=Game;ArcadeGame

Deleted: packages/trunk/gnujump/sdljump.6
===================================================================
--- packages/trunk/gnujump/sdljump.6	2008-09-21 17:11:57 UTC (rev 8180)
+++ packages/trunk/gnujump/sdljump.6	2008-09-21 17:24:20 UTC (rev 8181)
@@ -1,110 +0,0 @@
-.TH SDLJUMP 6
-.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
-.\" other parms are allowed: see man(7), man(1)
-.SH NAME
-SDLjump \- a xjump clone
-.SH SYNOPSIS
-.B sdljump
-[ REPLAY ] [ OPTIONS ]
-.br
-.B sdljump
-[ \-\-help ]
-.SH "DESCRIPTION"
-.B SDLjump
-SDLjump is a clone of the simple yet addictive game Xjump, adding new features
-like multiplaying, unlimited FPS, smooth floor falling, themable graphics etc...
-
-The goal in this game is to jump to the next floor so you don't fall down. As
-you go upper in the Falling Tower the floors will fall faster. Try to survive
-longer than anyone.
-
-To make the multiplayer games last longer, you can choose to have more than one
-live, but the final result will be divided by the number of lives consumed.
-
-.SH OPTIONS
-If you give a replay file as an argument, the program will play it and quit.
-.TP
-.BI \-w\  screenwidth ,\ \-\-width\  screenwidth
-Forces the screen width to screenwidth units.
-.TP
-.BI \-h\  screenheigth ,\ \-\-heigth\  screenheigth
-Forces the screen height to screenheigth units.
-.TP
-.BI \-b\  bitsperpixel ,\ \-\-bpp\  bitsperpixel
-Sets the screen bitdepth to bitsperpixel. 
-.TP
-.BR \-f\ ,\ \-\-fullscreen
-Force fullscreen mode.
-.TP
-.BR \-s\ ,\ \-\-software
-Force software rendering.
-.TP
-.BR \-o\ ,\ \-\-opengl
-Force OpenGL rendering.
-.TP
-.BR \-a\ ,\ \-\-antialias
-Force antialiasing for rotating sprites. 
-.TP
-.BR \-n\ ,\ \-\-no\-aa
-Disables antialiasing for rotating sprites. 
-.TP
-.BR \-?\ ,\ \-\-help
-Displays the help screen.
-
-.SH "HIGHSCORES"
-
-The \fImode\fR tab in the Highscores might seem strange at first, but it is
-quite simple: it represents the Game Mode options set in that match. Each letter
-represents an option:
-
-1st Letter: The FPS limiter
-.RS
-s: Sdljump default - An arbitrary FPS limit.
-.RS
-.RE
-x: Xjump - 40 fps, the xjump default
-.RE
-
-2nd Letter: The player rotation
-.RS
-s: Sdljump default - full rotation.
-.RS
-.RE
-x: Xjump rotation mode
-.RS
-.RE
-n: No rotation
-.RE
-
-3rd Letter: The falling floors scroll mode.
-.RS
-s: Sdljump default - Soft
-.RS
-.RE
-x: Xjump - Hard
-
-.SH "WORLD RANKING"
-
-There is also a high score list on the internet at
-.nh
-http://www.gnu.org/software/gnujump/highscores.html .
-.ny
-Please see that site for instructions on how to get your scores in the list.
-
-.SH "NAME"
-The game used to be called SDLjump, but since it has become part of the GNU
-project, the name has changed to GNUjump.  There has not been a release using
-the new name, which is why the executable is currently still called sdljump.
-
-.SH "COPYRIGHT"
- Copyright (C) 2005
- Juan Pedro Bol\('ivar Puente <magnicida at gmail.com>
-.PP
-This is free software; you can redistribute it and/or modify it under
-the terms of the GNU General Public License as published by the Free
-Software Foundation; either version 2, or (at your option) any later
-version without ANY WARRANTIES.
-.SH "AUTHOR"
-.B SDLjump
-was written by Juan Pedro Bol\('ivar Puente <magnicida at gmail.com>
-




More information about the Pkg-games-commits mailing list