Author: sargentd-guest Date: 2008-11-12 13:42:40 +0000 (Wed, 12 Nov 2008) New Revision: 8394
Added: packages/trunk/sdl-ball/debian/ packages/trunk/sdl-ball/debian/README.Source packages/trunk/sdl-ball/debian/changelog packages/trunk/sdl-ball/debian/compat packages/trunk/sdl-ball/debian/control packages/trunk/sdl-ball/debian/copyright packages/trunk/sdl-ball/debian/rules packages/trunk/sdl-ball/debian/sdl-ball-data.install packages/trunk/sdl-ball/debian/sdl-ball-data.links packages/trunk/sdl-ball/debian/sdl-ball.6 packages/trunk/sdl-ball/debian/sdl-ball.desktop packages/trunk/sdl-ball/debian/sdl-ball.install packages/trunk/sdl-ball/debian/sdl-ball.manpages packages/trunk/sdl-ball/debian/sdl-ball.menu packages/trunk/sdl-ball/debian/watch Log: [svn-inject] Applying Debian modifications to trunk Property changes on: packages/trunk/sdl-ball/debian ___________________________________________________________________ Name: mergeWithUpstream + 1 Added: packages/trunk/sdl-ball/debian/README.Source =================================================================== --- packages/trunk/sdl-ball/debian/README.Source (rev 0) +++ packages/trunk/sdl-ball/debian/README.Source 2008-11-12 13:42:40 UTC (rev 8394) @@ -0,0 +1,2 @@ +Upstream releases the source as .tar.bz2, to get a .tar.gz you need to call +bzcat sdl-ball_0.13.orig.tar.bz2 | gzip -9 > sdl-ball_0.13.orig.tar.gz Added: packages/trunk/sdl-ball/debian/changelog =================================================================== --- packages/trunk/sdl-ball/debian/changelog (rev 0) +++ packages/trunk/sdl-ball/debian/changelog 2008-11-12 13:42:40 UTC (rev 8394) @@ -0,0 +1,5 @@ +sdl-ball (0.13-1) unstable; urgency=low + + * Initial release (Closes: #505447) + + -- Evgeni Golov <[EMAIL PROTECTED]> Wed, 12 Nov 2008 14:25:49 +0100 Added: packages/trunk/sdl-ball/debian/compat =================================================================== --- packages/trunk/sdl-ball/debian/compat (rev 0) +++ packages/trunk/sdl-ball/debian/compat 2008-11-12 13:42:40 UTC (rev 8394) @@ -0,0 +1 @@ +7 Added: packages/trunk/sdl-ball/debian/control =================================================================== --- packages/trunk/sdl-ball/debian/control (rev 0) +++ packages/trunk/sdl-ball/debian/control 2008-11-12 13:42:40 UTC (rev 8394) @@ -0,0 +1,31 @@ +Source: sdl-ball +Section: games +Priority: optional +Maintainer: Debian Games Team <[EMAIL PROTECTED]> +Uploaders: Evgeni Golov <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 7), imagemagick, + libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-ttf2.0-dev, + libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev +Standards-Version: 3.8.0 +Homepage: http://sdl-ball.sourceforge.net/ + +Package: sdl-ball +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, sdl-ball-data (= ${source:Version}) +Description: brick-breaking game like DX-Ball/Arkanoid + Your mission: To smash your way through a series of progressively harder + and more tricky levels. + Your tools: Ultrakinetic titanium balls and your trusty + Gruntmazter-3000-Paddle edition. + +Package: sdl-ball-data +Architecture: all +Depends: ttf-alee +Description: brick-breaking game like DX-Ball/Arkanoid - data files + Your mission: To smash your way through a series of progressively harder + and more tricky levels. + Your tools: Ultrakinetic titanium balls and your trusty + Gruntmazter-3000-Paddle edition. + . + This package contains arch-independent data files for sdl-ball (images, + sounds, levels, etc). Added: packages/trunk/sdl-ball/debian/copyright =================================================================== --- packages/trunk/sdl-ball/debian/copyright (rev 0) +++ packages/trunk/sdl-ball/debian/copyright 2008-11-12 13:42:40 UTC (rev 8394) @@ -0,0 +1,33 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=238 +Upstream-Name: SDL-Ball +Upstream-Maintainer: Jimmy Christensen <dusted at dusted dot dk> +Upstream-Source: http://sourceforge.net/projects/sdl-jump/ + +Files: * +Copyright: © 2008 Jimmy Christensen <dusted at dusted dot dk> +License: GPL-3+ + +Files: debian/* +Copyright: © 2008 Evgeni Golov <[EMAIL PROTECTED]> +License: GPL-3+ + +Files: themes/default/font/Bandal.ttf +Copyright: © 2006 A Lee <[EMAIL PROTECTED]> +License: Artistic + +Files: themes/default/font/subgamefont.ttf +Copyright: © 2007 Stephen Branley <[EMAIL PROTECTED]> +License: GPL-2 + +License: GPL-3+ + On Debian systems, the full text of the GNU General Public License + can be found in the `/usr/share/common-licenses/GPL' file. + +License: GPL-2 + On Debian systems, the full text of the GNU General Public License + version 2 can be found in the `/usr/share/common-licenses/GPL-2' file. + +License: Artistic + On Debian systems, the complete text of the Artistic License can be + found in the /usr/share/common-licenses/Artistic file. Added: packages/trunk/sdl-ball/debian/rules =================================================================== --- packages/trunk/sdl-ball/debian/rules (rev 0) +++ packages/trunk/sdl-ball/debian/rules 2008-11-12 13:42:40 UTC (rev 8394) @@ -0,0 +1,31 @@ +#!/usr/bin/make -f + +export LDFLAGS=-Wl,-z,defs -Wl,--as-needed +export DATADIR=/usr/share/games/sdl-ball/ + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh clean + +install: install-stamp +install-stamp: build + dh install --before dh_installchangelogs + dh_installchangelogs changelog.txt + install -m 0644 -D icon32.png $(CURDIR)/debian/sdl-ball/usr/share/pixmaps/sdl-ball.png + convert icon32.png $(CURDIR)/debian/sdl-ball/usr/share/pixmaps/sdl-ball.xpm + rm $(CURDIR)/debian/sdl-ball-data/usr/share/games/sdl-ball/default/font/COPYING + rm $(CURDIR)/debian/sdl-ball-data/usr/share/games/sdl-ball/default/font/Bandal.ttf + dh install --remaining + touch $@ + +binary-arch: install + dh binary-arch + +binary-indep: install + dh binary-indep + +binary: binary-arch binary-indep Property changes on: packages/trunk/sdl-ball/debian/rules ___________________________________________________________________ Name: svn:executable + * Added: packages/trunk/sdl-ball/debian/sdl-ball-data.install =================================================================== --- packages/trunk/sdl-ball/debian/sdl-ball-data.install (rev 0) +++ packages/trunk/sdl-ball/debian/sdl-ball-data.install 2008-11-12 13:42:40 UTC (rev 8394) @@ -0,0 +1 @@ +themes/* usr/share/games/sdl-ball/ Added: packages/trunk/sdl-ball/debian/sdl-ball-data.links =================================================================== --- packages/trunk/sdl-ball/debian/sdl-ball-data.links (rev 0) +++ packages/trunk/sdl-ball/debian/sdl-ball-data.links 2008-11-12 13:42:40 UTC (rev 8394) @@ -0,0 +1 @@ +/usr/share/fonts/truetype/alee/Bandal.ttf /usr/share/games/sdl-ball/default/font/Bandal.ttf Added: packages/trunk/sdl-ball/debian/sdl-ball.6 =================================================================== --- packages/trunk/sdl-ball/debian/sdl-ball.6 (rev 0) +++ packages/trunk/sdl-ball/debian/sdl-ball.6 2008-11-12 13:42:40 UTC (rev 8394) @@ -0,0 +1,36 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH SDL-BALL 6 "October 18, 2008" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp <n> insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +sdl-ball \- brick-breaking game like DX-Ball/Arkanoid +.SH SYNOPSIS +.B sdl-ball +.SH DESCRIPTION +Your mission: To smash your way through a series of progressively harder +and more tricky levels. +.br +Your tools: Ultrakinetic titanium balls and your trusty +Gruntmazter-3000-Paddle edition. +.PP +.\" TeX users may be more comfortable with the \fB<whatever>\fP and +.\" \fI<whatever>\fP escape sequences to invode bold face and italics, +.\" respectively. +.SH AUTHOR +sdl-ball was written by Jimmy Christensen <dusted at dusted dot dk>. +.PP +This manual page was written by Evgeni Golov <[EMAIL PROTECTED]>, +for the Debian project (but may be used by others). Added: packages/trunk/sdl-ball/debian/sdl-ball.desktop =================================================================== --- packages/trunk/sdl-ball/debian/sdl-ball.desktop (rev 0) +++ packages/trunk/sdl-ball/debian/sdl-ball.desktop 2008-11-12 13:42:40 UTC (rev 8394) @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=SDL-Ball +Exec=sdl-ball +Icon=sdl-ball +GenericName=Breakout Game +Terminal=false +Type=Application +Categories=Game;ArcadeGame; Added: packages/trunk/sdl-ball/debian/sdl-ball.install =================================================================== --- packages/trunk/sdl-ball/debian/sdl-ball.install (rev 0) +++ packages/trunk/sdl-ball/debian/sdl-ball.install 2008-11-12 13:42:40 UTC (rev 8394) @@ -0,0 +1,2 @@ +sdl-ball usr/games +debian/sdl-ball.desktop usr/share/applications Added: packages/trunk/sdl-ball/debian/sdl-ball.manpages =================================================================== --- packages/trunk/sdl-ball/debian/sdl-ball.manpages (rev 0) +++ packages/trunk/sdl-ball/debian/sdl-ball.manpages 2008-11-12 13:42:40 UTC (rev 8394) @@ -0,0 +1 @@ +debian/sdl-ball.6 Added: packages/trunk/sdl-ball/debian/sdl-ball.menu =================================================================== --- packages/trunk/sdl-ball/debian/sdl-ball.menu (rev 0) +++ packages/trunk/sdl-ball/debian/sdl-ball.menu 2008-11-12 13:42:40 UTC (rev 8394) @@ -0,0 +1,3 @@ +?package(sdl-ball):needs="X11" section="Games/Action"\ + title="SDL-Ball" command="/usr/games/sdl-ball"\ + icon="/usr/share/pixmaps/sdl-ball.xpm" Added: packages/trunk/sdl-ball/debian/watch =================================================================== --- packages/trunk/sdl-ball/debian/watch (rev 0) +++ packages/trunk/sdl-ball/debian/watch 2008-11-12 13:42:40 UTC (rev 8394) @@ -0,0 +1,2 @@ +version=3 +http://sf.net/sdl-ball/sdl-ball-([\d\.]*)\.tar\.bz2 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

