--- pong2-0.1.1.orig/debian/changelog +++ pong2-0.1.1/debian/changelog @@ -0,0 +1,20 @@ +pong2 (0.1.1-1) unstable; urgency=low + + * new upstream Version + * switched to cdbs buildsystem + * fixes important problems with newer nvidia drivers and stencil buffers + (newer drivers were reported to break older version of pong2) + * Package description mentions now hardware requirements (Closes: #309583) + * bumped to standards version 3.6.2 (no changes needed) + * added watch file + * adapted build dependencies for xorg, this should work in both debian/sid + and ubuntu/breezy + + -- Reinhard Tartler Tue, 9 Aug 2005 08:56:27 +0000 + +pong2 (0.1.0-1) unstable; urgency=low + + * Initial Release (Closes: #295682) + + -- Reinhard Tartler Wed, 23 Feb 2005 10:13:11 +0100 + --- pong2-0.1.1.orig/debian/compat +++ pong2-0.1.1/debian/compat @@ -0,0 +1 @@ +4 --- pong2-0.1.1.orig/debian/menu +++ pong2-0.1.1/debian/menu @@ -0,0 +1,2 @@ +?package(pong2):needs="X11" section="Games/Arcade"\ + title="pong2" command="/usr/games/pong2" --- pong2-0.1.1.orig/debian/pong2.man +++ pong2-0.1.1/debian/pong2.man @@ -0,0 +1,53 @@ +.\" 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 PONG2 6 "Februar 8, 2005" +.\" +.\" 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 insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +pong2 \- OpenGL version the arcade classic Pong +.SH SYNOPSIS +.B pong2 +.RI [ options ] +.br +.SH DESCRIPTION +This manual page documents briefly the command line parameters for the game +.B pong2 +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBpong2\fP is an up till now two player (networked) game inspired by +the classical "Pong" from Amiga, which adds another dimension to the +playing field. Crazy graphics, fast gameplay, great fun ;) +.SH OPTIONS +.TP +.B \-n set your name (default: Hans) +.TP +.B \-c connect to already running server (default: act as server) +.TP +.B \-p set alternative udp networking port (default: 6642) +.TP +.B \-w set x resolution in pixels (default: 1024) +.TP +.B \-h set y resolution in pixels (default: 768) +.TP +.B \-b set individual bitsperpixel (default: 32) +.TP +.B \-f operate in fullscreen mode (default: windowed, toggle with 'f' key) + +See the README for more information. +.SH AUTHOR +pong2 was written by Johannes Jordan +.PP +This manual page was written by Reinhard Tartler --- pong2-0.1.1.orig/debian/rules +++ pong2-0.1.1/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_CONFIGURE_EXTRA_FLAGS := --bindir=/usr/games + +build/pong2:: + dh_installman debian/pong2.man + +install/pong2:: + # delete accidentally installed doxygen.conf + rm -f debian/pong2/usr/share/pong2/doxygen.conf + --- pong2-0.1.1.orig/debian/control +++ pong2-0.1.1/debian/control @@ -0,0 +1,18 @@ +Source: pong2 +Section: games +Priority: optional +Maintainer: Reinhard Tartler +Build-Depends: debhelper (>= 4.1.16), cdbs, xlibmesa-gl-dev | libgl1-xorg-dev | libgl-dev, libglu1-xorg-dev | libglu-dev, libsdl1.2-dev, libsdl-net1.2-dev +Standards-Version: 3.6.2 + +Package: pong2 +Architecture: any +Depends: ${shlibs:Depends} +Description: Remake of old arcade classic in OpenGL + Pong2 is an up till now two player (networked) game inspired + by the classical "Pong" from Amiga, which adds another + dimension to the playing field. It makes use of features found + on modern 3d graphics cards, so decent hardware is a requirement. + . + It also has multiplayer support! 2 players can play against + each other via network. --- pong2-0.1.1.orig/debian/copyright +++ pong2-0.1.1/debian/copyright @@ -0,0 +1,28 @@ +Author: Johannes Jordan +Copyright: 2004, 2005 Johannes Jordan +Project Website: http://pong2.berlios.de/ + +Copyright: GNU General Public Licence, Version 2 + + Pong2 is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + Pong2 is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License with + your Debian GNU/Linux system, in /usr/share/common-licenses/GPL, or with + the Debian GNU/Linux bash source package as the file COPYING. If not, + write to the Free Software Foundation, Inc., 59 Temple Place - Suite + 330, Boston, MA 02111-1307, USA. + + On Debian systems, the complete text of the GNU General Public + License, version 2, can be found in /usr/share/common-licenses/GPL-2. + +This package was debianized by Reinhard Tartler on +Tue, 8 Feb 2005 17:26:54 +0100. + --- pong2-0.1.1.orig/debian/docs +++ pong2-0.1.1/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- pong2-0.1.1.orig/debian/watch +++ pong2-0.1.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://download.berlios.de/pong2/pong2-(.*).tar.gz