Author: goneri
Date: 2009-07-31 15:50:35 +0000 (Fri, 31 Jul 2009)
New Revision: 10105

Added:
   non-free/packages/trunk/assaultcube/
   non-free/packages/trunk/assaultcube/debian/
   non-free/packages/trunk/assaultcube/debian/changelog
   non-free/packages/trunk/assaultcube/debian/compat
   non-free/packages/trunk/assaultcube/debian/control
   non-free/packages/trunk/assaultcube/debian/copyright
   non-free/packages/trunk/assaultcube/debian/rules
   non-free/packages/trunk/assaultcube/debian/scripts/
   non-free/packages/trunk/assaultcube/debian/scripts/assaultcube
   non-free/packages/trunk/assaultcube/debian/scripts/assaultcube-server
   non-free/packages/trunk/assaultcube/debian/watch
Modified:
   non-free/packages/trunk/assaultcube-data/debian/control
   non-free/packages/trunk/assaultcube-data/debian/watch
Log:
assaultcube script wrapper and various fixes



Property changes on: non-free/packages/trunk/assaultcube/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: non-free/packages/trunk/assaultcube/debian/changelog
===================================================================
--- non-free/packages/trunk/assaultcube/debian/changelog                        
        (rev 0)
+++ non-free/packages/trunk/assaultcube/debian/changelog        2009-07-31 
15:50:35 UTC (rev 10105)
@@ -0,0 +1,6 @@
+assaultcube (1.0.4+repack1-1) unstable; urgency=low
+
+  * Initial release (Closes: #435809) 
+
+ -- Gonéri Le Bouder <[email protected]>  Thu, 30 Jul 2009 16:25:27 +0200
+

Added: non-free/packages/trunk/assaultcube/debian/compat
===================================================================
--- non-free/packages/trunk/assaultcube/debian/compat                           
(rev 0)
+++ non-free/packages/trunk/assaultcube/debian/compat   2009-07-31 15:50:35 UTC 
(rev 10105)
@@ -0,0 +1 @@
+7

Added: non-free/packages/trunk/assaultcube/debian/control
===================================================================
--- non-free/packages/trunk/assaultcube/debian/control                          
(rev 0)
+++ non-free/packages/trunk/assaultcube/debian/control  2009-07-31 15:50:35 UTC 
(rev 10105)
@@ -0,0 +1,20 @@
+Source: assaultcube
+Section: non-free/games
+Priority: optional
+Maintainer: Debian Games Team <[email protected]>
+Uploaders: Gonéri Le Bouder <[email protected]>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.2
+Vcs-Svn: 
svn://svn.debian.org/svn/pkg-games/non-free/packages/trunk/assaultcube/
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/non-freepackages/trunk/assaultcube/?op=log
+Homepage: http://assault.cubers.net/
+
+Package: assaultcube
+Architecture: all
+Depends: assaultcube-data
+Description: realistic first-person-shooter
+ AssaultCube, formerly ActionCube, is a first-person-shooter based on the
+ game Cube. Set in a realistic looking environment, as far as that's
+ possible with this engine, while gameplay stays fast and arcade. This
+ game is all about team oriented multiplayer fun.
+

Added: non-free/packages/trunk/assaultcube/debian/copyright
===================================================================
--- non-free/packages/trunk/assaultcube/debian/copyright                        
        (rev 0)
+++ non-free/packages/trunk/assaultcube/debian/copyright        2009-07-31 
15:50:35 UTC (rev 10105)
@@ -0,0 +1,43 @@
+This package was debianized by Gonéri Le Bouder on
+Thu, 30 Jul 2009 16:37:10 +0200
+
+It was downloaded from http://assault.cubers.net/
+
+The actual maintainer is the pkg-games team:
+http://wiki.debian.org/Games/Development
+
+
+The source directory:
+Cube game engine source code, 20 dec 2003 release.
+
+Copyright (C) 2001-2003 Wouter van Oortmerssen.
+
+This software is provided 'as-is', without any express or implied
+warranty.  In no event will the authors be held liable for any damages
+arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not
+   claim that you wrote the original software. If you use this software
+   in a product, an acknowledgment in the product documentation would be
+   appreciated but is not required.
+2. Altered source versions must be plainly marked as such, and must not be
+   misrepresented as being the original software.
+3. This notice may not be removed or altered from any source distribution.
+
+additional clause specific to Cube:
+
+4. Source versions may not be "relicensed" under a different license
+   without my explicitly written permission.
+
+The source/enet directory:
+Copyright (c) 2002-2008 Lee Salzman
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Added: non-free/packages/trunk/assaultcube/debian/rules
===================================================================
--- non-free/packages/trunk/assaultcube/debian/rules                            
(rev 0)
+++ non-free/packages/trunk/assaultcube/debian/rules    2009-07-31 15:50:35 UTC 
(rev 10105)
@@ -0,0 +1,55 @@
+#!/usr/bin/make -f
+
+get-orig-source:
+       mkdir ../repack
+       uscan --force-download --destdir ../repack
+       ( \
+               cd ../repack ;\
+               tar xf AssaultCube_v1.0.2.tar.bz2 ;\
+               rm -rf AssaultCube_v1.0.2/bin_unix ;\
+               rm -rf AssaultCube_v1.0.2/source ;\
+               GZIP="--best" tar -czf 
assaultcube-data_1.0.2+repack1.orig.tar.gz AssaultCube_v1.0.2 ;\
+               mv assaultcube-data_1.0.2+repack1.orig.tar.gz .. ;\
+       )
+       rm -rf ../repack
+
+
+build:
+       # nothing
+       cd source/src && $(MAKE)
+
+
+clean:
+       dh_testdir
+       dh_testroot
+       dh_clean 
+
+install:
+       dh_testdir
+       dh_testroot
+       dh_prep
+       dh_installdirs
+       install source/src/ac_client 
debian/assaultcube/usr/lib/games/assaultcube/client.bin
+       install source/src/ac_server 
debian/assaultcube/usr/lib/games/assaultcube/server.bin
+       install debian/scripts/assaultcube 
debian/assaultcube/usr/games/assaultcube
+       install debian/scripts/assaultcube-server 
debian/assaultcube/usr/games/assaultcube-server
+
+binary-arch: build install
+
+binary-indep: build install
+       dh_testdir
+       dh_testroot
+       dh_installdocs
+       dh_installexamples
+       dh_installchangelogs
+       dh_strip
+       dh_compress
+       dh_fixperms
+       dh_installdeb
+       dh_gencontrol
+       dh_md5sums
+       dh_builddeb
+
+binary: binary-indep binary-arch
+
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: non-free/packages/trunk/assaultcube/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: non-free/packages/trunk/assaultcube/debian/scripts/assaultcube
===================================================================
--- non-free/packages/trunk/assaultcube/debian/scripts/assaultcube              
                (rev 0)
+++ non-free/packages/trunk/assaultcube/debian/scripts/assaultcube      
2009-07-31 15:50:35 UTC (rev 10105)
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+set -e
+
+HOMEASSAULT="$HOME/.assaultcube"
+
+if [ ! -d $HOMEASSAULT ]; then
+
+       mkdir $HOMEASSAULT
+       cd $HOMEASSAULT
+       cp -r /usr/share/games/assaultcube/config . 
+       ln -s /usr/share/games/assaultcube/packages .
+       ln -s /usr/share/games/assaultcube/bot .
+
+fi
+cd $HOMEASSAULT 
+
+exec /usr/lib/games/assaultcube/client.bin $@


Property changes on: 
non-free/packages/trunk/assaultcube/debian/scripts/assaultcube
___________________________________________________________________
Added: svn:executable
   + *

Added: non-free/packages/trunk/assaultcube/debian/scripts/assaultcube-server
===================================================================
--- non-free/packages/trunk/assaultcube/debian/scripts/assaultcube-server       
                        (rev 0)
+++ non-free/packages/trunk/assaultcube/debian/scripts/assaultcube-server       
2009-07-31 15:50:35 UTC (rev 10105)
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+set -e
+
+HOMEASSAULT="$HOME/.assaultcube"
+
+if [ ! -d $HOMEASSAULT ]; then
+
+       mkdir $HOMEASSAULT
+       cd $HOMEASSAULT
+       cp -r /usr/share/games/assaultcube/config . 
+       ln -s /usr/share/games/assaultcube/packages .
+       ln -s /usr/share/games/assaultcube/bot .
+
+fi
+cd $HOMEASSAULT 
+
+exec /usr/lib/games/assaultcube/server.bin $@


Property changes on: 
non-free/packages/trunk/assaultcube/debian/scripts/assaultcube-server
___________________________________________________________________
Added: svn:executable
   + *

Added: non-free/packages/trunk/assaultcube/debian/watch
===================================================================
--- non-free/packages/trunk/assaultcube/debian/watch                            
(rev 0)
+++ non-free/packages/trunk/assaultcube/debian/watch    2009-07-31 15:50:35 UTC 
(rev 10105)
@@ -0,0 +1,3 @@
+version=3
+opts=dversionmangle=s/\+repack\d+$//g \
+ http://sf.net/actiongame/AssaultCube/1.0/AssaultCube_v([\.0-9]+)-Source\.zip

Modified: non-free/packages/trunk/assaultcube-data/debian/control
===================================================================
--- non-free/packages/trunk/assaultcube-data/debian/control     2009-07-30 
16:11:40 UTC (rev 10104)
+++ non-free/packages/trunk/assaultcube-data/debian/control     2009-07-31 
15:50:35 UTC (rev 10105)
@@ -5,8 +5,8 @@
 Uploaders: Gonéri Le Bouder <[email protected]>
 Build-Depends: debhelper (>= 7)
 Standards-Version: 3.8.2
-Vcs-Svn: 
svn://svn.debian.org/svn/pkg-games/non-free/packages/trunk/assaultcube/
-Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/non-freepackages/trunk/assaultcube/?op=log
+Vcs-Svn: 
svn://svn.debian.org/svn/pkg-games/non-free/packages/trunk/assaultcube-data/
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/non-freepackages/trunk/assaultcube-data/?op=log
 Homepage: http://assault.cubers.net/
 
 Package: assaultcube-data

Modified: non-free/packages/trunk/assaultcube-data/debian/watch
===================================================================
--- non-free/packages/trunk/assaultcube-data/debian/watch       2009-07-30 
16:11:40 UTC (rev 10104)
+++ non-free/packages/trunk/assaultcube-data/debian/watch       2009-07-31 
15:50:35 UTC (rev 10105)
@@ -1,3 +1,3 @@
 version=3
 opts=dversionmangle=s/\+repack\d+$//g \
- http://sf.net/actiongame/AssaultCube/1.0/AssaultCube_v([\.0-9]+)\.tar.bz2
+ http://sf.net/actiongame/AssaultCube/1.0/AssaultCube_v([\.0-9]+)-Source\.zip


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to