Author: andrenarchy-guest Date: 2009-01-14 15:32:52 +0000 (Wed, 14 Jan 2009) New Revision: 8649
Added: packages/trunk/mmpong/debian/ packages/trunk/mmpong/debian/changelog packages/trunk/mmpong/debian/compat packages/trunk/mmpong/debian/control packages/trunk/mmpong/debian/copyright packages/trunk/mmpong/debian/libmmpong0.9-dev.install packages/trunk/mmpong/debian/libmmpong0.9.install packages/trunk/mmpong/debian/libmmpong0.9.symbols packages/trunk/mmpong/debian/mmpong-caca.install packages/trunk/mmpong/debian/mmpong-caca.manpages packages/trunk/mmpong/debian/mmpong-gl-data.install packages/trunk/mmpong/debian/mmpong-gl.install packages/trunk/mmpong/debian/mmpong-gl.manpages packages/trunk/mmpong/debian/mmpong-gl.menu packages/trunk/mmpong/debian/mmpongd.install packages/trunk/mmpong/debian/mmpongd.manpages packages/trunk/mmpong/debian/rules packages/trunk/mmpong/debian/watch Log: [svn-inject] Applying Debian modifications to trunk Property changes on: packages/trunk/mmpong/debian ___________________________________________________________________ Name: mergeWithUpstream + 1 Added: packages/trunk/mmpong/debian/changelog =================================================================== --- packages/trunk/mmpong/debian/changelog (rev 0) +++ packages/trunk/mmpong/debian/changelog 2009-01-14 15:32:52 UTC (rev 8649) @@ -0,0 +1,6 @@ +mmpong (0.9-1) unstable; urgency=low + + * Initial release (Closes: #511530) + + -- André Gaul <[email protected]> Fri, 09 Jan 2009 16:39:01 +0100 + Added: packages/trunk/mmpong/debian/compat =================================================================== --- packages/trunk/mmpong/debian/compat (rev 0) +++ packages/trunk/mmpong/debian/compat 2009-01-14 15:32:52 UTC (rev 8649) @@ -0,0 +1 @@ +7 Added: packages/trunk/mmpong/debian/control =================================================================== --- packages/trunk/mmpong/debian/control (rev 0) +++ packages/trunk/mmpong/debian/control 2009-01-14 15:32:52 UTC (rev 8649) @@ -0,0 +1,111 @@ +Source: mmpong +Section: games +Priority: extra +Maintainer: André Gaul <[email protected]> +Build-Depends: debhelper (>= 7), cdbs, cmake, libsdl1.2-dev,. + libsdl-image1.2-dev, libsdl-mixer1.2-dev, libcaca-dev (>=0.99.beta16),. + libcegui-mk2-dev, pkg-config +Standards-Version: 3.8.0 +Vcs-Svn: https://web-yard.de/svn/debian/mmpong/ +Vcs-Browser: https://web-yard.de/svn/debian/mmpong/ +Homepage: http://www.mmpong.net + +Package: libmmpong0.9 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: massively multiplayer pong game library (shared libraries) + mmpong is an ATARI-pong-like multiplayer game, where a moving ball + reflects on impact from paddles on the left and right sides of the + screen. + . + A special feature of this variant is the ability to play the game + with far more than two players. Players are split into two teams, and + the position of each team's paddle is determined by the mean value of + the positions of all the players' paddles on the team. mmpong supports + a number of different paddle profiles (like flat or round). + . + This package contains shared libraries. + +Package: libmmpong0.9-dev +Section: libdevel +Architecture: any +Depends: libmmpong0.9 (= ${binary:Version}), ${misc:Depends} +Description: massively multiplayer pong game library (development headers) + mmpong is an ATARI-pong-like multiplayer game, where a moving ball + reflects on impact from paddles on the left and right sides of the + screen. + . + A special feature of this variant is the ability to play the game + with far more than two players. Players are split into two teams, and + the position of each team's paddle is determined by the mean value of + the positions of all the players' paddles on the team. mmpong supports + a number of different paddle profiles (like flat or round). + . + This package contains development files. + +Package: mmpongd +Architecture: any +Depends: libmmpong0.9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: massively multiplayer pong game server + mmpong is an ATARI-pong-like multiplayer game, where a moving ball + reflects on impact from paddles on the left and right sides of the + screen. + . + A special feature of this variant is the ability to play the game + with far more than two players. Players are split into two teams, and + the position of each team's paddle is determined by the mean value of + the positions of all the players' paddles on the team. mmpong supports + a number of different paddle profiles (like flat or round). + . + This package contains the game server. + +Package: mmpong-caca +Architecture: any +Depends: libmmpong0.9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: massively multiplayer pong game client (caca version) + mmpong is an ATARI-pong-like multiplayer game, where a moving ball + reflects on impact from paddles on the left and right sides of the + screen. + . + A special feature of this variant is the ability to play the game + with far more than two players. Players are split into two teams, and + the position of each team's paddle is determined by the mean value of + the positions of all the players' paddles on the team. mmpong supports + a number of different paddle profiles (like flat or round). + . + This package contains the game client (caca version). + +Package: mmpong-gl +Architecture: any +Depends: libmmpong0.9 (= ${binary:Version}), . + mmpong-gl-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: massively multiplayer pong game client (OpenGL version) + mmpong is an ATARI-pong-like multiplayer game, where a moving ball + reflects on impact from paddles on the left and right sides of the + screen. + . + A special feature of this variant is the ability to play the game + with far more than two players. Players are split into two teams, and + the position of each team's paddle is determined by the mean value of + the positions of all the players' paddles on the team. mmpong supports + a number of different paddle profiles (like flat or round). + . + This package contains the game client (OpenGL version). + +Package: mmpong-gl-data +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: massively multiplayer pong game client data (OpenGL version) + mmpong is an ATARI-pong-like multiplayer game, where a moving ball + reflects on impact from paddles on the left and right sides of the + screen. + . + A special feature of this variant is the ability to play the game + with far more than two players. Players are split into two teams, and + the position of each team's paddle is determined by the mean value of + the positions of all the players' paddles on the team. mmpong supports + a number of different paddle profiles (like flat or round). + . + This package contains the game client data (OpenGL version). + Added: packages/trunk/mmpong/debian/copyright =================================================================== --- packages/trunk/mmpong/debian/copyright (rev 0) +++ packages/trunk/mmpong/debian/copyright 2009-01-14 15:32:52 UTC (rev 8649) @@ -0,0 +1,48 @@ +This package was debianized by André Gaul <[email protected]> on +Fri, 09 Jan 2009 16:39:01 +0100. + +It was downloaded from http://www.mmpong.net + +Upstream Authors: + + Kai Hertel <[email protected]> + Steffen Basting <[email protected]> + Jan Friederich <[email protected]> + André Gaul <[email protected]> + Rodolphe Prignitz <[email protected]> + +Copyright: + + Copyright © 2008, 2009 Kai Hertel + Copyright © 2008, 2009 Steffen Basting + Copyright © 2008, 2009 Jan Friederich + Copyright © 2008, 2009 André Gaul + Copyright © 2008, 2009 Rodolphe Prignitz + +License: + + This package 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 3 of the License, or + (at your option) any later version. + + This package 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 + along with this package. If not, see <http://www.gnu.org/licenses/>. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-3'. + +The Debian packaging is © 2009, André Gaul <[email protected]> and +is licensed under the GPL-3, see above. + + +For other copyright/license information take a look at + + /usr/share/games/mmpong-gl/CEGUI/copyright + /usr/share/games/mmpong-gl/sounds/copyright + Added: packages/trunk/mmpong/debian/libmmpong0.9-dev.install =================================================================== --- packages/trunk/mmpong/debian/libmmpong0.9-dev.install (rev 0) +++ packages/trunk/mmpong/debian/libmmpong0.9-dev.install 2009-01-14 15:32:52 UTC (rev 8649) @@ -0,0 +1,4 @@ +usr/include/* +usr/lib/lib*.so +usr/lib/lib*.*a +usr/lib/pkgconfig/* Added: packages/trunk/mmpong/debian/libmmpong0.9.install =================================================================== --- packages/trunk/mmpong/debian/libmmpong0.9.install (rev 0) +++ packages/trunk/mmpong/debian/libmmpong0.9.install 2009-01-14 15:32:52 UTC (rev 8649) @@ -0,0 +1,2 @@ +usr/lib/lib*.so.* + Added: packages/trunk/mmpong/debian/libmmpong0.9.symbols =================================================================== --- packages/trunk/mmpong/debian/libmmpong0.9.symbols (rev 0) +++ packages/trunk/mmpong/debian/libmmpong0.9.symbols 2009-01-14 15:32:52 UTC (rev 8649) @@ -0,0 +1,20 @@ +libmmpong.so.0.9 libmmpong0.9 #MINVER# + badminton_mo...@base 0.9 + flat_padprof...@base 0.9 + gameplay_apply_st...@base 0.9 + gameplay_cre...@base 0.9 + gameplay_getvers...@base 0.9 + gameplay_i...@base 0.9 + gameplay_internal_to_pub...@base 0.9 + gameplay_pa...@base 0.9 + gameplay_public_to_inter...@base 0.9 + gameplay_sp...@base 0.9 + gameplay_upd...@base 0.9 + linear_mo...@base 0.9 + netmessage_buffer_fl...@base 0.9 + netmessage_buffer_i...@base 0.9 + netmessage_get_hdr_st...@base 0.9 + netmessage_r...@base 0.9 + netmessage_scrambler_i...@base 0.9 + netmessage_s...@base 0.9 + round_padprof...@base 0.9 Added: packages/trunk/mmpong/debian/mmpong-caca.install =================================================================== --- packages/trunk/mmpong/debian/mmpong-caca.install (rev 0) +++ packages/trunk/mmpong/debian/mmpong-caca.install 2009-01-14 15:32:52 UTC (rev 8649) @@ -0,0 +1 @@ +usr/games/mmpong-caca Added: packages/trunk/mmpong/debian/mmpong-caca.manpages =================================================================== --- packages/trunk/mmpong/debian/mmpong-caca.manpages (rev 0) +++ packages/trunk/mmpong/debian/mmpong-caca.manpages 2009-01-14 15:32:52 UTC (rev 8649) @@ -0,0 +1 @@ +resources/man/mmpong-caca.6 Added: packages/trunk/mmpong/debian/mmpong-gl-data.install =================================================================== --- packages/trunk/mmpong/debian/mmpong-gl-data.install (rev 0) +++ packages/trunk/mmpong/debian/mmpong-gl-data.install 2009-01-14 15:32:52 UTC (rev 8649) @@ -0,0 +1 @@ +usr/share/games/mmpong-gl Added: packages/trunk/mmpong/debian/mmpong-gl.install =================================================================== --- packages/trunk/mmpong/debian/mmpong-gl.install (rev 0) +++ packages/trunk/mmpong/debian/mmpong-gl.install 2009-01-14 15:32:52 UTC (rev 8649) @@ -0,0 +1,3 @@ +usr/games/mmpong-gl +usr/share/applications +usr/share/icons Added: packages/trunk/mmpong/debian/mmpong-gl.manpages =================================================================== --- packages/trunk/mmpong/debian/mmpong-gl.manpages (rev 0) +++ packages/trunk/mmpong/debian/mmpong-gl.manpages 2009-01-14 15:32:52 UTC (rev 8649) @@ -0,0 +1 @@ +resources/man/mmpong-gl.6 Added: packages/trunk/mmpong/debian/mmpong-gl.menu =================================================================== --- packages/trunk/mmpong/debian/mmpong-gl.menu (rev 0) +++ packages/trunk/mmpong/debian/mmpong-gl.menu 2009-01-14 15:32:52 UTC (rev 8649) @@ -0,0 +1 @@ +?package(mmpong-gl):needs="X11" section="Games/Action" title="mmpong-gl" command="mmpong-gl" Added: packages/trunk/mmpong/debian/mmpongd.install =================================================================== --- packages/trunk/mmpong/debian/mmpongd.install (rev 0) +++ packages/trunk/mmpong/debian/mmpongd.install 2009-01-14 15:32:52 UTC (rev 8649) @@ -0,0 +1 @@ +usr/games/mmpongd Added: packages/trunk/mmpong/debian/mmpongd.manpages =================================================================== --- packages/trunk/mmpong/debian/mmpongd.manpages (rev 0) +++ packages/trunk/mmpong/debian/mmpongd.manpages 2009-01-14 15:32:52 UTC (rev 8649) @@ -0,0 +1 @@ +resources/man/mmpongd.6 Added: packages/trunk/mmpong/debian/rules =================================================================== --- packages/trunk/mmpong/debian/rules (rev 0) +++ packages/trunk/mmpong/debian/rules 2009-01-14 15:32:52 UTC (rev 8649) @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk + +DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(DEB_DESTDIR) Property changes on: packages/trunk/mmpong/debian/rules ___________________________________________________________________ Name: svn:executable + * Added: packages/trunk/mmpong/debian/watch =================================================================== --- packages/trunk/mmpong/debian/watch (rev 0) +++ packages/trunk/mmpong/debian/watch 2009-01-14 15:32:52 UTC (rev 8649) @@ -0,0 +1,2 @@ +version=3 +http://www.mmpong.net/trac/downloads/mmpong-(.*).tar.gz _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

