--- pong2-0.1.3.orig/debian/copyright +++ pong2-0.1.3/debian/copyright @@ -0,0 +1,56 @@ +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., 51 Franklin St, + Fifth Floor, Boston, MA 02110-1301, 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. + + +The src/grapple directory contains a copy of the grapple library. That +library is copyright 2006 Michael Simms. License for grapple: + +The src/net directory contains a copy of the net2 library. That library +is copyright 2002, Bob Pendleton (Bob@Pendleton.com). License for net2: + + Grapple - A fully featured network layer with a simple interface + Copyright (C) 2006 Michael Simms + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +This package was debianized by Reinhard Tartler on +Tue, 8 Feb 2005 17:26:54 +0100. + --- pong2-0.1.3.orig/debian/rules +++ pong2-0.1.3/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.3.orig/debian/control +++ pong2-0.1.3/debian/control @@ -0,0 +1,31 @@ +Source: pong2 +Section: games +Priority: optional +Maintainer: Debian Games Team +Uploaders: Reinhard Tartler +Build-Depends: autotools-dev, + debhelper (>= 7), + cdbs, + libgl1-mesa-dev, + libglu1-mesa-dev, + libsdl1.2-dev, + libsdl-net1.2-dev, + libsdl-image1.2-dev +Build-Conflicts: libssl-dev +Standards-Version: 3.8.2 +Homepage: http://pong2.berlios.de/ +Vcs-Browser: http://git.debian.org/?p=pkg-games/pong2.git;a=summary +Vcs-Git: git://git.debian.org/git/pkg-games/pong2.git + +Package: pong2 +Architecture: any +Depends: ${shlibs:Depends}, + ${misc: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.3.orig/debian/compat +++ pong2-0.1.3/debian/compat @@ -0,0 +1 @@ +7 --- pong2-0.1.3.orig/debian/menu +++ pong2-0.1.3/debian/menu @@ -0,0 +1,2 @@ +?package(pong2):needs="X11" section="Games/Action"\ + title="pong2" command="/usr/games/pong2" --- pong2-0.1.3.orig/debian/watch +++ pong2-0.1.3/debian/watch @@ -0,0 +1,4 @@ +version=3 +opts=downloadurlmangle=s/prdownload/download/ \ + http://developer.berlios.de/project/showfiles.php?group_id=3040 \ + http://prdownload.berlios.de/pong2/pong2-(.*).tar.gz --- pong2-0.1.3.orig/debian/pong2.man +++ pong2-0.1.3/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.3.orig/debian/docs +++ pong2-0.1.3/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- pong2-0.1.3.orig/debian/changelog +++ pong2-0.1.3/debian/changelog @@ -0,0 +1,61 @@ +pong2 (0.1.3-1) unstable; urgency=low + + * prefer multi-line fields in debian/control + * bump standards version + * update build dependencies + * add depends on ${misc:Depends} for debhelper + * bump depbhelper compat level to 7 + * change maintainer to Debian Games Team + * add VCS fields in debian/control + * add autotools-dev to build depends + + -- Reinhard Tartler Fri, 10 Jul 2009 23:11:54 +0200 + +pong2 (0.1.2-2) unstable; urgency=low + + * update debian/copyright: net2 has been replaced by grapple. + * add build-conflicts: libssl-dev. grapple lacks an linking + exception for libssl, so according to the GPL, we would not + allowed to redistribute binaries linked against OpenSSL. + + -- Reinhard Tartler Fri, 25 Jan 2008 19:23:03 +0100 + +pong2 (0.1.2-1) unstable; urgency=low + + * New upstream release. + * Update build dependencies from xlibmesa-gl-dev to libgl1-mesa-dev | + libgl-dev. + * update debian/changelog to indicate that the license is GPL2 or later. + * update debian/changelog to mention the copy of the net2 library. + * Update debian/menu to comply with new menu policy: pong2 is now + section "Games/Action". + * updated policy to version 3.7.3, with the above changes. + * Bug fix: "FTBFS with GCC 4.3: missing #includes", thanks to Martin + Michlmayr (Closes: #454847). + * Bug fix: "pong2: debian/watch fails to report upstream's version", + thanks to Raphael Geissert (Closes: #449845). Fixed watch/file + * add Hompage field to debian/control. + * add libsdl1.2-image-dev to build-depends. + + -- Reinhard Tartler Sun, 16 Dec 2007 08:45:34 +0100 + +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 +