r8142 - in packages/trunk/gnujump: . debian src
Evgeni Golov
sargentd-guest at alioth.debian.org
Sun Sep 14 15:34:03 UTC 2008
Author: sargentd-guest
Date: 2008-09-14 15:34:02 +0000 (Sun, 14 Sep 2008)
New Revision: 8142
Added:
packages/trunk/gnujump/debian/
packages/trunk/gnujump/debian/changelog
packages/trunk/gnujump/debian/compat
packages/trunk/gnujump/debian/control
packages/trunk/gnujump/debian/copyright
packages/trunk/gnujump/debian/gnujump-data.install
packages/trunk/gnujump/debian/gnujump-udeb.install
packages/trunk/gnujump/debian/gnujump.install
packages/trunk/gnujump/debian/gnujump.manpages
packages/trunk/gnujump/debian/gnujump.menu
packages/trunk/gnujump/debian/rules
packages/trunk/gnujump/debian/sdljump.desktop
packages/trunk/gnujump/debian/watch
Modified:
packages/trunk/gnujump/configure.in
packages/trunk/gnujump/sdljump.6
packages/trunk/gnujump/src/Makefile.am
Log:
[svn-inject] Applying Debian modifications to trunk
Modified: packages/trunk/gnujump/configure.in
===================================================================
--- packages/trunk/gnujump/configure.in 2008-09-14 15:32:00 UTC (rev 8141)
+++ packages/trunk/gnujump/configure.in 2008-09-14 15:34:02 UTC (rev 8142)
@@ -40,7 +40,7 @@
packageprefix=${prefix}
fi
-CFLAGS="$CFLAGS -DPREFIX=\\\"$packageprefix\\\" -DDATA_PREFIX=\\\"$packageprefix/share\\\""
+CFLAGS="$CFLAGS -DPREFIX=\\\"$packageprefix\\\" -DDATA_PREFIX=\\\"$datadir\\\""
AC_LANG_C
AC_PROG_CC
Property changes on: packages/trunk/gnujump/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: packages/trunk/gnujump/debian/changelog
===================================================================
--- packages/trunk/gnujump/debian/changelog (rev 0)
+++ packages/trunk/gnujump/debian/changelog 2008-09-14 15:34:02 UTC (rev 8142)
@@ -0,0 +1,53 @@
+gnujump (1.0.0-3) unstable; urgency=low
+
+ * Link name to gnujump to match package name. (Closes: #406121)
+
+ -- Bas Wijnen <wijnen at debian.org> Thu, 24 May 2007 23:58:00 +0200
+
+gnujump (1.0.0-2) unstable; urgency=low
+
+ * Actually install files in the package (Closes: #403424). Not setting
+ urgency to high even though this is a release critical bug, because the
+ package is not in testing.
+ * Fix typo in manpage (from ``--help'' to ``\-\-help''), thanks to Cyril
+ Brulebois.
+ * Add menu ``longtitle'' so there is a hint when the mouse moves over the
+ menu entry.
+
+ -- Bas Wijnen <wijnen at debian.org> Sun, 17 Dec 2006 23:32:05 +0100
+
+gnujump (1.0.0-1) unstable; urgency=low
+
+ * Package rename following upstream rename. Even though there is no new
+ upstream version yet, the new package name is used so no transition
+ packages are needed after Etch is released.
+ * Changed website references.
+
+ -- Bas Wijnen <wijnen at debian.org> Tue, 5 Dec 2006 16:22:50 +0100
+
+sdljump (1.0.0-2) unstable; urgency=low
+
+ * Build with usr/share/games built into executable (Closes: #391074)
+
+ -- Bas Wijnen <wijnen at debian.org> Fri, 6 Oct 2006 17:36:27 +0200
+
+sdljump (1.0.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Bas Wijnen <wijnen at debian.org> Sat, 30 Sep 2006 09:15:55 +0200
+
+sdljump (0.91-1-2) unstable; urgency=low
+
+ * Install manpage from where it was built. (Closes: #378206)
+ * Remove bashism from debian/rules.
+ * Update to policy 3.7.2 (no changes needed).
+
+ -- Bas Wijnen <shevek at fmf.nl> Tue, 18 Jul 2006 13:46:06 +0200
+
+sdljump (0.91-1-1) unstable; urgency=low
+
+ * Initial Release. (Closes: #352252)
+
+ -- Bas Wijnen <shevek at fmf.nl> Fri, 10 Feb 2006 15:19:36 +0100
+
Added: packages/trunk/gnujump/debian/compat
===================================================================
--- packages/trunk/gnujump/debian/compat (rev 0)
+++ packages/trunk/gnujump/debian/compat 2008-09-14 15:34:02 UTC (rev 8142)
@@ -0,0 +1 @@
+5
Added: packages/trunk/gnujump/debian/control
===================================================================
--- packages/trunk/gnujump/debian/control (rev 0)
+++ packages/trunk/gnujump/debian/control 2008-09-14 15:34:02 UTC (rev 8142)
@@ -0,0 +1,79 @@
+Source: gnujump
+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
+
+Package: gnujump
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, gnujump-data
+Description: a 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
+ as you can.
+ .
+ At the moment, the game is called sdljump (and it will appear as such in the
+ menu), but the package name has changed following an upstream rename. The
+ new version of the game will be called gnujump as well.
+ .
+ The game is a clone of xjump, and provides all its features, plus some more:
+ * Multiplayer mode (up to four players, not networked)
+ * Smooth graphics possible (but xjump style as well)
+ * Different themes are available
+ * 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
+ 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
+ as you can.
+ .
+ At the moment, the game is called sdljump (and it will appear as such in the
+ menu), but the package name has changed following an upstream rename. The
+ new version of the game will be called gnujump as well.
+ .
+ The game is a clone of xjump, and provides all its features, plus some more:
+ * Multiplayer mode (up to four players, not networked)
+ * Smooth graphics possible (but xjump style as well)
+ * Different themes are available
+ * Can use OpenGL for rendering
+ * Music and sound effects
+ * Recording (and replaying) of games
+ .
+ This package provides the data files for the game.
+ .
+ Homepage: http://www.gnu.org/software/gnujump/
+
+#
+#Package: sdljump-udeb
+#XC-Package-Type: udeb
+#Architecture: any
+#Depends: ${shlibs:Depends}, ${misc:Depends}
+#Provides: sdljump
+#Section: debian-installer
+#Priority: extra
+#Description: a platform game where you have to jump up to survive
+# This is a stripped version of sdljump, suitable for the installer.
+# .
+# 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
+# as you can.
+# .
+# This game is a clone of xjump, and provides all its features, plus some more:
+# * Multiplayer mode (up to four players, not networked)
+# * Smooth graphics possible (but xjump style as well)
+# * Different themes are available
+# * Can use OpenGL for rendering
+# .
+# Homepage: http://sdljump.sourceforge.net
Added: packages/trunk/gnujump/debian/copyright
===================================================================
--- packages/trunk/gnujump/debian/copyright (rev 0)
+++ packages/trunk/gnujump/debian/copyright 2008-09-14 15:34:02 UTC (rev 8142)
@@ -0,0 +1,16 @@
+This package was debianized by Bas Wijnen <wijnen at debian.org> on
+Fri Feb 10 15:28:49 CET 2006
+
+Copyright Holder: Juan Pedro Bolívar Puente <magnicida at gmail.com>
+
+The original source was downloaded from http://www.gnu.org/software/gnujump/
+
+The package is licensed under the GNU General Public License (GPL).
+
+Some files are copyrighted by A. Schiffler. They mention this in their header.
+They are released under the GNU Lesser General Public License (LGPL).
+
+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.
Added: packages/trunk/gnujump/debian/gnujump-data.install
===================================================================
--- packages/trunk/gnujump/debian/gnujump-data.install (rev 0)
+++ packages/trunk/gnujump/debian/gnujump-data.install 2008-09-14 15:34:02 UTC (rev 8142)
@@ -0,0 +1,3 @@
+debian/tmp/usr/share/games/sdljump
+debian/tmp/usr/share/applications/sdljump.desktop
+debian/tmp/usr/share/pixmaps/sdljump.png
Added: packages/trunk/gnujump/debian/gnujump-udeb.install
===================================================================
--- packages/trunk/gnujump/debian/gnujump-udeb.install (rev 0)
+++ packages/trunk/gnujump/debian/gnujump-udeb.install 2008-09-14 15:34:02 UTC (rev 8142)
@@ -0,0 +1,3 @@
+# for the udeb, only install the default theme
+debian/tmp/usr/share/games/sdljump/skins/default
+debian/tmp/usr/games/sdljump
Added: packages/trunk/gnujump/debian/gnujump.install
===================================================================
--- packages/trunk/gnujump/debian/gnujump.install (rev 0)
+++ packages/trunk/gnujump/debian/gnujump.install 2008-09-14 15:34:02 UTC (rev 8142)
@@ -0,0 +1,2 @@
+debian/tmp/usr/games/sdljump
+debian/tmp/usr/share/pixmaps/sdljump.xpm
Added: packages/trunk/gnujump/debian/gnujump.manpages
===================================================================
--- packages/trunk/gnujump/debian/gnujump.manpages (rev 0)
+++ packages/trunk/gnujump/debian/gnujump.manpages 2008-09-14 15:34:02 UTC (rev 8142)
@@ -0,0 +1 @@
+debian/tmp/usr/share/man/man6/sdljump.6
Added: packages/trunk/gnujump/debian/gnujump.menu
===================================================================
--- packages/trunk/gnujump/debian/gnujump.menu (rev 0)
+++ packages/trunk/gnujump/debian/gnujump.menu 2008-09-14 15:34:02 UTC (rev 8142)
@@ -0,0 +1,5 @@
+?package(gnujump):needs="X11" section="Games/Arcade" \
+ title="SDLjump" longtitle="Jump up the tower to survive" \
+ hints="Jump up the tower to survive" \
+ command="/usr/games/sdljump" \
+ icon="/usr/share/pixmaps/sdljump.xpm"
Added: packages/trunk/gnujump/debian/rules
===================================================================
--- packages/trunk/gnujump/debian/rules (rev 0)
+++ packages/trunk/gnujump/debian/rules 2008-09-14 15:34:02 UTC (rev 8142)
@@ -0,0 +1,86 @@
+#!/usr/bin/make -f
+CFLAGS = -Wall -g
+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
+
+build: build-stamp
+build-stamp:
+ dh_testdir
+ autoreconf -f -i -s
+ ./configure prefix=/usr --bindir=/usr/games --datadir=/usr/share/games
+ $(MAKE)
+ $(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_testdir
+ dh_testroot
+ rm -f build-stamp
+ifeq (Makefile,$(wildcard Makefile))
+ $(MAKE) maintainer-clean
+endif
+ifneq ($(wildcard ${AUTO_JUNK}),)
+ rm $(wildcard ${AUTO_JUNK})
+endif
+ find . -name Makefile.in -exec rm {} \;
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_installdirs
+ dh_install
+ ln -s sdljump debian/gnujump/usr/games/gnujump
+
+# Build architecture-independent files here.
+binary-indep: build install
+ dh_testdir -i
+ dh_testroot -i
+ dh_installchangelogs -i ChangeLog
+ dh_installdocs -i
+ dh_installman -i
+ dh_installmenu -i
+ dh_link -i
+ dh_strip -i
+ dh_compress -i
+ dh_fixperms -i
+ dh_installdeb -i
+ dh_gencontrol -i
+ dh_md5sums -i
+ dh_builddeb -i
+
+# Build architecture-dependent files here.
+binary-arch: build install
+ dh_testdir -a
+ dh_testroot -a
+ 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
+ dh_compress -a
+ dh_fixperms -a
+ dh_installdeb -a
+ dh_shlibdeps -a
+ dh_gencontrol -a
+ dh_md5sums -a
+ dh_builddeb -a
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
Property changes on: packages/trunk/gnujump/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: packages/trunk/gnujump/debian/sdljump.desktop
===================================================================
--- packages/trunk/gnujump/debian/sdljump.desktop (rev 0)
+++ packages/trunk/gnujump/debian/sdljump.desktop 2008-09-14 15:34:02 UTC (rev 8142)
@@ -0,0 +1,10 @@
+[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
Added: packages/trunk/gnujump/debian/watch
===================================================================
--- packages/trunk/gnujump/debian/watch (rev 0)
+++ packages/trunk/gnujump/debian/watch 2008-09-14 15:34:02 UTC (rev 8142)
@@ -0,0 +1,4 @@
+# watch file version
+version=3
+# download location
+http://download.savannah.gnu.org/releases/gnujump/.*jump-([-0-9.]*)\.tar\.gz
Modified: packages/trunk/gnujump/sdljump.6
===================================================================
--- packages/trunk/gnujump/sdljump.6 2008-09-14 15:32:00 UTC (rev 8141)
+++ packages/trunk/gnujump/sdljump.6 2008-09-14 15:34:02 UTC (rev 8142)
@@ -8,7 +8,7 @@
[ REPLAY ] [ OPTIONS ]
.br
.B sdljump
-[ --help ]
+[ \-\-help ]
.SH "DESCRIPTION"
.B SDLjump
SDLjump is a clone of the simple yet addictive game Xjump, adding new features
@@ -57,7 +57,7 @@
quite simple: it represents the Game Mode options set in that match. Each letter
represents an option:
-1st Letter: The FPS limiter\n
+1st Letter: The FPS limiter
.RS
s: Sdljump default - An arbitrary FPS limit.
.RS
@@ -83,9 +83,22 @@
.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�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
@@ -93,5 +106,5 @@
version without ANY WARRANTIES.
.SH "AUTHOR"
.B SDLjump
-was written by Juan Pedro Bol�ar Puente <magnicida at gmail.com>
+was written by Juan Pedro Bol\('ivar Puente <magnicida at gmail.com>
Modified: packages/trunk/gnujump/src/Makefile.am
===================================================================
--- packages/trunk/gnujump/src/Makefile.am 2008-09-14 15:32:00 UTC (rev 8141)
+++ packages/trunk/gnujump/src/Makefile.am 2008-09-14 15:34:02 UTC (rev 8142)
@@ -10,4 +10,4 @@
SDL_2dgl.c SDL_2dgl.h sdljump.h SDL_rotozoom.c SDL_rotozoom.h setup.c setup.h \
SFont.c SFont.h sprite.c sprite.h surface.c surface.h tools.c tools.h replay.c \
replay.h lang.h
-datadirdir = $(prefix)/share/$(package)
+datadirdir = $(datadir)/$(package)
More information about the Pkg-games-commits
mailing list