r7633 - packages/trunk/ioquake3/debian

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-01 06:04:48 + (Tue, 01 Jul 2008)
New Revision: 7633

Modified:
   packages/trunk/ioquake3/debian/control
   packages/trunk/ioquake3/debian/rules
Log:
forgot to add -lspeexdsp in Makefile, done and now it builds agaisnt Debian's 
speex :D

Modified: packages/trunk/ioquake3/debian/control
===
--- packages/trunk/ioquake3/debian/control  2008-07-01 04:39:51 UTC (rev 
7632)
+++ packages/trunk/ioquake3/debian/control  2008-07-01 06:04:48 UTC (rev 
7633)
@@ -2,7 +2,8 @@
 Section: contrib/games
 Priority: optional
 Maintainer: Jack Coulter [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5.0.51~), libopenal-dev, libsdl1.2-dev
+Build-Depends: debhelper (= 5.0.51~), libopenal-dev, libsdl1.2-dev,
+ libspeexdsp-dev, libvorbis-dev, quilt
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/ioquake3
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/ioquake3/?op=log
 Homepage: http://www.ioquake3.org/

Modified: packages/trunk/ioquake3/debian/rules
===
--- packages/trunk/ioquake3/debian/rules2008-07-01 04:39:51 UTC (rev 
7632)
+++ packages/trunk/ioquake3/debian/rules2008-07-01 06:04:48 UTC (rev 
7633)
@@ -9,6 +9,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/quilt/quilt.make
 
 CFLAGS = -Wall -g
 
@@ -18,13 +19,13 @@
CFLAGS += -O2
 endif
 
-build: build-arch
+build: build-arch 
 build-arch: build-arch-stamp
-build-arch-stamp:
+build-arch-stamp: $(QUILT_STAMPFN)
dh_testdir
-   BUILD_GAME_QVM=0 BUILD_GAME_SO=0 $(MAKE) $(BUILD_FLAGS) # so/qvm 
unneeded
+   USE_INTERNAL_SPEEX=0 BUILD_GAME_QVM=0 BUILD_GAME_SO=0 $(MAKE) 
$(BUILD_FLAGS) # so/qvm unneeded
 
-clean:
+clean: unpatch
dh_testdir
dh_testroot
rm -f ioquake3 ioq3ded configure-stamp


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7634 - in packages/trunk/ioquake3/debian: . patches

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-01 06:07:22 + (Tue, 01 Jul 2008)
New Revision: 7634

Added:
   packages/trunk/ioquake3/debian/patches/
   packages/trunk/ioquake3/debian/patches/link-libspeexdsp
   packages/trunk/ioquake3/debian/patches/series
Log:
forgot to add the patches dir

Added: packages/trunk/ioquake3/debian/patches/link-libspeexdsp
===
--- packages/trunk/ioquake3/debian/patches/link-libspeexdsp 
(rev 0)
+++ packages/trunk/ioquake3/debian/patches/link-libspeexdsp 2008-07-01 
06:07:22 UTC (rev 7634)
@@ -0,0 +1,13 @@
+Index: ioquake3-1.35+svn1400/Makefile
+===
+--- ioquake3-1.35+svn1400.orig/Makefile2008-07-01 15:42:25.0 
+1000
 ioquake3-1.35+svn1400/Makefile 2008-07-01 15:42:38.0 +1000
+@@ -804,7 +804,7 @@
+   ifeq ($(USE_INTERNAL_SPEEX),1)
+ BASE_CFLAGS += -DFLOATING_POINT -DUSE_ALLOCA -I$(SPEEXDIR)/include
+   else
+-CLIENT_LDFLAGS += -lspeex
++CLIENT_LDFLAGS += -lspeex -lspeexdsp
+   endif
+ endif
+ 

Added: packages/trunk/ioquake3/debian/patches/series
===
--- packages/trunk/ioquake3/debian/patches/series   
(rev 0)
+++ packages/trunk/ioquake3/debian/patches/series   2008-07-01 06:07:22 UTC 
(rev 7634)
@@ -0,0 +1 @@
+link-libspeexdsp


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7635 - packages/trunk/pokerth/debian

2008-07-01 Thread Evgeni Golov
Author: sargentd-guest
Date: 2008-07-01 08:27:04 + (Tue, 01 Jul 2008)
New Revision: 7635

Modified:
   packages/trunk/pokerth/debian/pokerth.menu
Log:
add (Texas Hold'em) to menu file


Modified: packages/trunk/pokerth/debian/pokerth.menu
===
--- packages/trunk/pokerth/debian/pokerth.menu  2008-07-01 06:07:22 UTC (rev 
7634)
+++ packages/trunk/pokerth/debian/pokerth.menu  2008-07-01 08:27:04 UTC (rev 
7635)
@@ -1,4 +1,4 @@
 ?package(pokerth):needs=X11 section=Games/Card \
-  title=PokerTH command=/usr/games/pokerth \
+  title=PokerTH (Texas Hold'em) command=/usr/games/pokerth \
   icon=/usr/share/pixmaps/pokerth.xpm
 


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7636 - packages/trunk/urbanterror/debian

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-01 12:27:05 + (Tue, 01 Jul 2008)
New Revision: 7636

Modified:
   packages/trunk/urbanterror/debian/urbanterror.install
Log:
reverted to using its own engine, and merged some other changes i *think* it 
works, needs testing

Modified: packages/trunk/urbanterror/debian/urbanterror.install
===
--- packages/trunk/urbanterror/debian/urbanterror.install   2008-07-01 
08:27:04 UTC (rev 7635)
+++ packages/trunk/urbanterror/debian/urbanterror.install   2008-07-01 
12:27:05 UTC (rev 7636)
@@ -2,3 +2,4 @@
 debian/urbanterror.xpm usr/share/pixmaps
 debian/urbanterror32.xpm usr/share/pixmaps
 debian/scripts/urbanterror usr/games
+ioUrbanTerror usr/lib/games/urbanterror


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7637 - packages/trunk/urbanterror/debian

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-01 12:34:30 + (Tue, 01 Jul 2008)
New Revision: 7637

Modified:
   packages/trunk/urbanterror/debian/changelog
   packages/trunk/urbanterror/debian/control
Log:
fixed some stuff broken by revert

Modified: packages/trunk/urbanterror/debian/changelog
===
--- packages/trunk/urbanterror/debian/changelog 2008-07-01 12:27:05 UTC (rev 
7636)
+++ packages/trunk/urbanterror/debian/changelog 2008-07-01 12:34:30 UTC (rev 
7637)
@@ -1,4 +1,4 @@
-urbanterror (1.0) UNRELEASED; urgency=low
+urbanterror (20071220-0) UNRELEASED; urgency=low
 
   [ Jack Coulter ]
   * Initial release (Closes: #468325)

Modified: packages/trunk/urbanterror/debian/control
===
--- packages/trunk/urbanterror/debian/control   2008-07-01 12:27:05 UTC (rev 
7636)
+++ packages/trunk/urbanterror/debian/control   2008-07-01 12:34:30 UTC (rev 
7637)
@@ -2,22 +2,34 @@
 Section: contrib/games
 Priority: optional
 Maintainer: Jack Coulter [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5.0.51~)
+Build-Depends: debhelper (= 5.0.51~), libsdl1.2-dev (= 1.2.13)
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/urbanterror
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/urbanterror/?op=log
-Homepage: http://www.urbanterror.net
+Homepage: http://www.urbanterror.net/
 Standards-Version: 3.8.0
 
 Package: urbanterror
-Architecture: all
-Depends: ioquake3, urbanterror-data
-Description: Urban Terror game client specific menu entry and launcher scripts
- This package contains man pages documenting, and a launcher script to play
- Urban Terror with the ioQuake3 engine.
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, urbanterror-data (= 4.1), 
+ libcurl3
+Suggests: urbanterror-server
+Description: Urban Terror client binary
+ This package contains the client binary for UrbanTerror.
+ .
+ Urban Terror could best be described as a Hollywood tactical shooter; it is
+ realism based to a certain extent (environments/weapons/player models), but
+ also goes by the motto fun over realism (fast gameplay and lots of action).
+ This combination of reality and action results in a very unique, enjoyable and
+ addictive game.
 
 Package: urbanterror-server
-Architecture: all
-Depends: ioquake3-server, urbanterror-data
-Description: Urban Terror dedicated server specific launcher scripts
- This package contains man pages documenting, and a launcher script to run a
- Urban Terror dedicated server with the ioQuake3 engine.
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, urbanterror-data (= 4.1)
+Description: Urban Terror dedicated server binary
+ This package contains the dedicated server for UrbanTerror.
+ .
+ Urban Terror could best be described as a Hollywood tactical shooter; it is
+ realism based to a certain extent (environments/weapons/player models), but
+ also goes by the motto fun over realism (fast gameplay and lots of action).
+ This combination of reality and action results in a very unique, enjoyable and
+ addictive game.


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7638 - packages/trunk/urbanterror/debian

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-01 12:37:45 + (Tue, 01 Jul 2008)
New Revision: 7638

Added:
   packages/trunk/urbanterror/debian/urbanterror-server.install
Log:
server install file

Added: packages/trunk/urbanterror/debian/urbanterror-server.install
===
--- packages/trunk/urbanterror/debian/urbanterror-server.install
(rev 0)
+++ packages/trunk/urbanterror/debian/urbanterror-server.install
2008-07-01 12:37:45 UTC (rev 7638)
@@ -0,0 +1,2 @@
+debian/scripts/urbanterror-server usr/games
+ioUrTded usr/lib/games/urbanterror


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] transportation simulator branch, master, updated. debian/100.0-1-1-g18770fa

2008-07-01 Thread Gonéri Le Bouder
The following commit has been merged in the master branch:
commit 18770fafe5465d31ccd3fa86e20a25519e51ea81
Author: Gonéri Le Bouder [EMAIL PROTECTED]
Date:   Tue Jul 1 14:41:27 2008 +0200

update the copyright file

diff --git a/debian/changelog b/debian/changelog
index 60d59e2..4498e14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 simutrans (100.0-1) unstable; urgency=low
 
+  [ Ansgar Burchardt ]
   * New Upstream release
 + makeobj works on big-endian archs (Closes: #472326)
 + fix crash when calling 'makeobj dump' (Closes: #473245)
@@ -15,6 +16,9 @@ simutrans (100.0-1) unstable; urgency=low
   * Bump Standards Version to 3.8.0
 + Add debian/README.source
 
+  [ Gonéri Le Bouder ]
+  * Update the copyright file
+
  -- Ansgar Burchardt [EMAIL PROTECTED]  Sun, 29 Jun 2008 18:13:30 +0200
 
 simutrans (99.18~0.svn1664-2) unstable; urgency=low
diff --git a/debian/copyright b/debian/copyright
index 5704158..cdc32ca 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,6 +12,7 @@ Copyright:
 
 Copyright (C) 1997-2003 by Hansjoerg Malthaner
 Copyright (C) 2004-2008 Simutrans Team [EMAIL PROTECTED]
+Copyright (c) 2008 prissi
 
 License:
 

-- 
transportation simulator

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

r7639 - packages/trunk/urbanterror/debian

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-01 12:42:00 + (Tue, 01 Jul 2008)
New Revision: 7639

Modified:
   packages/trunk/urbanterror/debian/copyright
   packages/trunk/urbanterror/debian/rules
Log:
fixed more things

Modified: packages/trunk/urbanterror/debian/copyright
===
--- packages/trunk/urbanterror/debian/copyright 2008-07-01 12:37:45 UTC (rev 
7638)
+++ packages/trunk/urbanterror/debian/copyright 2008-07-01 12:42:00 UTC (rev 
7639)
@@ -1,11 +1,152 @@
 This package was debianized by Jack Coulter [EMAIL PROTECTED] on
 Mon, 31 Dec 2007 22:02:39 +1100.
 
+It was downloaded from 
ftp://ftp.snt.utwente.nl/pub/games/urbanterror/iourbanterror/source/complete/ioUrbanTerrorSource_2007_12_20.zip
+
+
 Copyright: 
 
-   Copyright (C) 2007 FrozenSand LLC
+Copyright (C) 2007 FrozenSand LLC
 
-License: GPL2
+License: 
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License version 2 as 
published by
+the Free Software Foundation.
 
-The Debian packaging is (C) 2008, Jack Coulter [EMAIL PROTECTED] and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+This program 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 program; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in the /usr/share/common-licenses/GPL-2 file.
+
+
+Simple DirectMedia Layer
+-
+lines  file(s)
+12305  code/SDL12/include/*
+Copyright (C) 1997-2006 Sam Lantinga
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License version 2 as 
published by
+the Free Software Foundation.
+
+This program 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 program; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in the /usr/share/common-licenses/GPL-2 file.
+
+
+
+Some source code in this release is not covered by the GPL:
+
+IO on .zip files using portions of zlib
+-
+lines  file(s)
+4299   code/qcommon/unzip.c
+4546   libs/pak/unzip.cpp
+Copyright (C) 1998 Gilles Vollant
+zlib is Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler
+
+  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.
+
+standard C library replacement routines
+-
+lines  file(s)
+1324   code/game/bg_lib.c
+Copyright (c) 1992, 1993
+The Regents of the University of California. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. Neither the name of the University nor the names of its contributors
+   may be used to endorse or promote products derived from this software
+   without 

r7640 - packages/trunk/ioquake3/debian

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-01 12:47:11 + (Tue, 01 Jul 2008)
New Revision: 7640

Modified:
   packages/trunk/ioquake3/debian/changelog
Log:
added ITP bug number

Modified: packages/trunk/ioquake3/debian/changelog
===
--- packages/trunk/ioquake3/debian/changelog2008-07-01 12:42:00 UTC (rev 
7639)
+++ packages/trunk/ioquake3/debian/changelog2008-07-01 12:47:11 UTC (rev 
7640)
@@ -1,6 +1,6 @@
 ioquake3 (1.35+svn1400-1) unstable; urgency=low
 
-  * Initial release (Closes: #WILLFILELATER)
+  * Initial release (Closes: #488803)
 
  -- Jack Coulter [EMAIL PROTECTED]  Wed, 25 Jun 2008 14:09:27 +1000
 


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7641 - packages/trunk/urbanterror/debian

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-01 12:47:46 + (Tue, 01 Jul 2008)
New Revision: 7641

Added:
   packages/trunk/urbanterror/debian/watch
Log:
readded watchfile

Added: packages/trunk/urbanterror/debian/watch
===
--- packages/trunk/urbanterror/debian/watch (rev 0)
+++ packages/trunk/urbanterror/debian/watch 2008-07-01 12:47:46 UTC (rev 
7641)
@@ -0,0 +1,2 @@
+version=3
+opts=uversionmangle=s/_//g 
ftp://ftp.snt.utwente.nl/pub/games/urbanterror/iourbanterror/source/complete/ioUrbanTerrorSource_(.*)\.zip


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7642 - in packages/trunk/worldofpadman/debian: . scripts

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-01 12:53:30 + (Tue, 01 Jul 2008)
New Revision: 7642

Modified:
   packages/trunk/worldofpadman/debian/changelog
   packages/trunk/worldofpadman/debian/control
   packages/trunk/worldofpadman/debian/copyright
   packages/trunk/worldofpadman/debian/rules
   packages/trunk/worldofpadman/debian/scripts/worldofpadman
   packages/trunk/worldofpadman/debian/scripts/worldofpadman-server
   packages/trunk/worldofpadman/debian/worldofpadman.install
Log:
revert to own engine

Modified: packages/trunk/worldofpadman/debian/changelog
===
--- packages/trunk/worldofpadman/debian/changelog   2008-07-01 12:47:46 UTC 
(rev 7641)
+++ packages/trunk/worldofpadman/debian/changelog   2008-07-01 12:53:30 UTC 
(rev 7642)
@@ -1,4 +1,4 @@
-worldofpadman (1.0) UNRELEASED; urgency=low
+worldofpadman (1.1-0) UNRELEASED; urgency=low
 
   [ Jack Coulter ]
   * Initial release (Closes: #481286)

Modified: packages/trunk/worldofpadman/debian/control
===
--- packages/trunk/worldofpadman/debian/control 2008-07-01 12:47:46 UTC (rev 
7641)
+++ packages/trunk/worldofpadman/debian/control 2008-07-01 12:53:30 UTC (rev 
7642)
@@ -2,22 +2,36 @@
 Section: contrib/games
 Priority: optional
 Maintainer: Jack Coulter [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5.0.51~)
+Build-Depends: debhelper (= 5.0.51~), libsdl1.2-dev (= 1.2.13), 
libvorbis-dev (= 1.2.0), libopenal-dev (= 1.0.0.8)
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/worldofpadman
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/worldofpadman/?op=log
 Homepage: http://www.worldofpadman.com/
 Standards-Version: 3.8.0
 
 Package: worldofpadman
-Architecture: all
-Depends: ioquake3, worldofpadman-data
-Description: World of Padman game client specific menu entry and launcher 
scripts
- This package contains man pages documenting, and a launcher script to play
- World of Padman with the ioQuake3 engine.
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, worldofpadman-data (= 1.2),
+ libcurl3
+Suggests: worldofpadman-server
+Description: World of Padman client binary
+ This package contains the client binary for World of Padman.
+ .
+ World of Padman is a comic-style, ioQuake3-based first person shooter.
+ It is based on the Padman comic strip created by the professional cartoon
+ artist Andreas 'ENTE' (German for Duck) Endres, who is also the current
+ project leader. World of Padman features a number of gametypes, ranging
+ from the traditional Tournament, Free For All and Team Deathmatch, to the
+ unique Spray Your Color, Big Balloon, and Last Pad Standing.
 
 Package: worldofpadman-server
-Architecture: all
-Depends: ioquake3-server, worldofpadman-data
-Description: World of Padman dedicated server specific launcher scripts
- This package contains man pages documenting, and a launcher script to run a
- World of Padman dedicated server with the ioQuake3 engine.
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, worldofpadman-data (= 1.2)
+Description: World of Padman dedicated server binary
+ This package contains the dedicated server for World of Padman.
+ .
+ World of Padman is a comic-style, ioQuake3-based first person shooter.
+ It is based on the Padman comic strip created by the professional cartoon
+ artist Andreas 'ENTE' (German for Duck) Endres, who is also the current
+ project leader. World of Padman features a number of gametypes, ranging
+ from the traditional Tournament, Free For All and Team Deathmatch, to the
+ unique Spray Your Color, Big Balloon, and Last Pad Standing.

Modified: packages/trunk/worldofpadman/debian/copyright
===
--- packages/trunk/worldofpadman/debian/copyright   2008-07-01 12:47:46 UTC 
(rev 7641)
+++ packages/trunk/worldofpadman/debian/copyright   2008-07-01 12:53:30 UTC 
(rev 7642)
@@ -1,13 +1,152 @@
 This package was debianized by Jack Coulter [EMAIL PROTECTED] on
 Thu, 15 May 2008 12:51:11 +1000.
 
+It was downloaded from 
http://padworld.myexp.de/downloads/wopengine_src-1.1.tar.bz2
+
 Upstream Authors: WoP-Team [EMAIL PROTECTED]
 
 Copyright: 
 
Copyright (C) 2008 WoP-Team
 
-License: GPL2
+License: 
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License version 2 as 
published by
+the Free Software Foundation.
 
-The Debian packaging is (C) 2008, Jack Coulter [EMAIL PROTECTED] and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+This program 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 

r7643 - packages/trunk/worldofpadman/debian

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-01 12:54:32 + (Tue, 01 Jul 2008)
New Revision: 7643

Added:
   packages/trunk/worldofpadman/debian/worldofpadman-server.install
Log:
server install file

Added: packages/trunk/worldofpadman/debian/worldofpadman-server.install
===
--- packages/trunk/worldofpadman/debian/worldofpadman-server.install
(rev 0)
+++ packages/trunk/worldofpadman/debian/worldofpadman-server.install
2008-07-01 12:54:32 UTC (rev 7643)
@@ -0,0 +1,2 @@
+debian/scripts/worldofpadman-server usr/games
+wopded usr/lib/games/worldofpadman


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7644 - packages/trunk/urbanterror/debian

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-01 13:00:36 + (Tue, 01 Jul 2008)
New Revision: 7644

Modified:
   packages/trunk/urbanterror/debian/
Log:
mergewithupstream and svn-bp:origurl props


Property changes on: packages/trunk/urbanterror/debian
___
Name: svn-bp:origUrl
   + 
http://pkg-games.alioth.debian.org/tarballs/urbanterror_20071220.orig.tar.gz
Name: mergeWithUpstream
   + 1


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7647 - packages/trunk/urbanterror/debian

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-01 13:36:36 + (Tue, 01 Jul 2008)
New Revision: 7647

Modified:
   packages/trunk/urbanterror/debian/rules
Log:
updated get-orig-source-rule

Modified: packages/trunk/urbanterror/debian/rules
===
--- packages/trunk/urbanterror/debian/rules 2008-07-01 13:35:23 UTC (rev 
7646)
+++ packages/trunk/urbanterror/debian/rules 2008-07-01 13:36:36 UTC (rev 
7647)
@@ -29,8 +29,7 @@
uscan --force-download --no-symlink
unzip ../ioUrbanTerrorSource_$(UVERSION).zip -d $(TMPDIR)
cd $(TMPDIR); \
-   tar -c --exclude .svn --exclude .svnignore * |\
-   gzip --best -c -  \
+   tar -cvvz --exclude .svn --exclude .svnignore *  \
../../${DEB_SOURCE_PACKAGE}_$(VERSION).orig.tar.gz
rm ../ioUrbanTerrorSource_${UVERSION}.zip 
rm -rf ${TMPDIR}


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7648 - packages/trunk/worldofpadman/debian

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-01 13:39:18 + (Tue, 01 Jul 2008)
New Revision: 7648

Modified:
   packages/trunk/worldofpadman/debian/
Log:
mergewithupstream and origurl properties


Property changes on: packages/trunk/worldofpadman/debian
___
Name: svn-bp:origUrl
   + http://pkg-games.alioth.debian.org/tarballs/worldofpadman_1.1.orig.tar.gz
Name: mergeWithUpstream
   + 1


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7649 - in packages/trunk/worldofpadman/debian: . patches

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-01 13:50:00 + (Tue, 01 Jul 2008)
New Revision: 7649

Added:
   packages/trunk/worldofpadman/debian/patches/
   packages/trunk/worldofpadman/debian/patches/remove-werror
   packages/trunk/worldofpadman/debian/patches/series
Modified:
   packages/trunk/worldofpadman/debian/control
   packages/trunk/worldofpadman/debian/rules
Log:
remove werror from q3asm makefile

Modified: packages/trunk/worldofpadman/debian/control
===
--- packages/trunk/worldofpadman/debian/control 2008-07-01 13:39:18 UTC (rev 
7648)
+++ packages/trunk/worldofpadman/debian/control 2008-07-01 13:50:00 UTC (rev 
7649)
@@ -2,7 +2,8 @@
 Section: contrib/games
 Priority: optional
 Maintainer: Jack Coulter [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5.0.51~), libsdl1.2-dev (= 1.2.13), 
libvorbis-dev (= 1.2.0), libopenal-dev (= 1.0.0.8)
+Build-Depends: debhelper (= 5.0.51~), libsdl1.2-dev (= 1.2.13),
+libvorbis-dev (= 1.2.0), libopenal-dev (= 1.0.0.8), quilt
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/worldofpadman
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/worldofpadman/?op=log
 Homepage: http://www.worldofpadman.com/

Added: packages/trunk/worldofpadman/debian/patches/remove-werror
===
--- packages/trunk/worldofpadman/debian/patches/remove-werror   
(rev 0)
+++ packages/trunk/worldofpadman/debian/patches/remove-werror   2008-07-01 
13:50:00 UTC (rev 7649)
@@ -0,0 +1,13 @@
+Index: worldofpadman-1.1/code/tools/asm/Makefile
+===
+--- worldofpadman-1.1.orig/code/tools/asm/Makefile 2008-07-01 
23:46:40.0 +1000
 worldofpadman-1.1/code/tools/asm/Makefile  2008-07-01 23:46:50.0 
+1000
+@@ -13,7 +13,7 @@
+ endif
+ 
+ CC=gcc
+-Q3ASM_CFLAGS=-O2 -Wall -Werror -fno-strict-aliasing
++Q3ASM_CFLAGS=-O2 -Wall -fno-strict-aliasing
+ 
+ ifeq ($(PLATFORM),darwin)
+   LCC_CFLAGS += -DMACOS_X=1

Added: packages/trunk/worldofpadman/debian/patches/series
===
--- packages/trunk/worldofpadman/debian/patches/series  
(rev 0)
+++ packages/trunk/worldofpadman/debian/patches/series  2008-07-01 13:50:00 UTC 
(rev 7649)
@@ -0,0 +1 @@
+remove-werror

Modified: packages/trunk/worldofpadman/debian/rules
===
--- packages/trunk/worldofpadman/debian/rules   2008-07-01 13:39:18 UTC (rev 
7648)
+++ packages/trunk/worldofpadman/debian/rules   2008-07-01 13:50:00 UTC (rev 
7649)
@@ -9,6 +9,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/quilt/quilt.make
+
 DEBIAN_DIR:=$(shell echo ${MAKEFILE_LIST} | awk '{print $$1}' | xargs dirname)
 DEB_SOURCE_PACKAGE:=$(shell dpkg-parsechangelog | grep Source |cut -f2 -d )
 VERSION:=$(shell dpkg-parsechangelog | grep Version | cut -d  -f2|cut -d- 
-f1)
@@ -35,11 +37,11 @@
 
 build: build-arch
 build-arch: build-arch-stamp
-build-arch-stamp:
+build-arch-stamp: $(QUILT_STAMPFN)
dh_testdir
BUILD_GAME_SO=0 BUILD_GAME_QVM=0 $(MAKE) $(BUILD_FLAGS) # We don't need 
these
 
-clean:
+clean: unpatch
dh_testdir
dh_testroot
rm -f wop-engine wopded


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7650 - packages/trunk/worldofpadman/debian

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-01 13:55:34 + (Tue, 01 Jul 2008)
New Revision: 7650

Modified:
   packages/trunk/worldofpadman/debian/control
Log:
forgot space at the beginning of second line of build-deps

Modified: packages/trunk/worldofpadman/debian/control
===
--- packages/trunk/worldofpadman/debian/control 2008-07-01 13:50:00 UTC (rev 
7649)
+++ packages/trunk/worldofpadman/debian/control 2008-07-01 13:55:34 UTC (rev 
7650)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Jack Coulter [EMAIL PROTECTED]
 Build-Depends: debhelper (= 5.0.51~), libsdl1.2-dev (= 1.2.13),
-libvorbis-dev (= 1.2.0), libopenal-dev (= 1.0.0.8), quilt
+ libvorbis-dev (= 1.2.0), libopenal-dev (= 1.0.0.8), quilt
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/worldofpadman
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/worldofpadman/?op=log
 Homepage: http://www.worldofpadman.com/


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7651 - packages/trunk/urbanterror/debian/scripts

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-01 13:57:55 + (Tue, 01 Jul 2008)
New Revision: 7651

Modified:
   packages/trunk/urbanterror/debian/scripts/urbanterror
   packages/trunk/urbanterror/debian/scripts/urbanterror-server
Log:
forgot to change launcher scripts back to ioUrt engine

Modified: packages/trunk/urbanterror/debian/scripts/urbanterror
===
--- packages/trunk/urbanterror/debian/scripts/urbanterror   2008-07-01 
13:55:34 UTC (rev 7650)
+++ packages/trunk/urbanterror/debian/scripts/urbanterror   2008-07-01 
13:57:55 UTC (rev 7651)
@@ -1,9 +1,7 @@
 #!/bin/sh
 # Adapted from Tremulous and Nexuiz launch scripts
-BINARY=/usr/lib/games/ioquake3/ioquake3
+BINARY=/usr/lib/games/urbanterror/ioUrbanTerror
 BASE_PATH=/usr/share/games/urbanterror
-GAME=q3ut4
-CVARS=+set com_standalone 1 +set fs_basepath ${BASE_PATH} +set fs_game 
${GAME}
 QUIET=0
 EXCUSE=\
 Urban Terror client wrapper\n\
@@ -14,7 +12,7 @@
  -q, --quiet\t\tDisable console output\n\
  +internal command\tPass commands to the engine\n
 
-# ioQuake3 binaries don't understand regular command line parameters. Let's
+# Urban Terror binaries don't understand regular command line parameters. 
Let's
 # catch them here, to avoid accidentally launching the binary.
 
 while [ $1 !=  ]; do {
@@ -36,9 +34,9 @@
 # Ready to rumble!
 
 if [ ${QUIET} -eq 1 ]; then
-   exec ${BINARY} ${CVARS} +set ttycon 0 $* /dev/null 21
+   exec ${BINARY} +set fs_basepath ${BASE_PATH} +set ttycon 0 $* 
/dev/null 21
 else
-   exec ${BINARY} ${CVARS} $*
+   exec ${BINARY} +set fs_basepath ${BASE_PATH} $*
 fi
 
 exit $?

Modified: packages/trunk/urbanterror/debian/scripts/urbanterror-server
===
--- packages/trunk/urbanterror/debian/scripts/urbanterror-server
2008-07-01 13:55:34 UTC (rev 7650)
+++ packages/trunk/urbanterror/debian/scripts/urbanterror-server
2008-07-01 13:57:55 UTC (rev 7651)
@@ -1,9 +1,7 @@
 #!/bin/sh
 # Adapted from Tremulous and Nexuiz launch scripts
-BINARY=/usr/lib/games/ioquake3/ioq3ded
+BINARY=/usr/lib/games/urbanterror/ioUrTded
 BASE_PATH=/usr/share/games/urbanterror
-GAME=q3ut4
-CVARS=+set com_standalone 1 +set fs_basepath ${BASE_PATH} +set fs_game 
${GAME}
 QUIET=0
 EXCUSE=\
 Urban Terror server wrapper\n\
@@ -14,7 +12,7 @@
  -q, --quiet\t\tDisable console output\n\
  +internal command\tPass commands to the engine\n
 
-# ioQuake3 binaries don't understand regular command line parameters. Let's
+# Urban Terror binaries don't understand regular command line parameters. 
Let's
 # catch them here, to avoid accidentally launching the binary.
 
 while [ $1 !=  ]; do {
@@ -36,9 +34,9 @@
 # Ready to rumble!
 
 if [ ${QUIET} -eq 1 ]; then
-   exec ${BINARY} ${CVARS} +set ttycon 0 $* /dev/null 21
+   exec ${BINARY} +set fs_basepath ${BASE_PATH} +set ttycon 0 $* 
/dev/null 21
 else
-   exec ${BINARY} ${CVARS} $*
+   exec ${BINARY} +set fs_basepath ${BASE_PATH} $*
 fi
 
 exit $?


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7653 - packages/trunk

2008-07-01 Thread Peter Pentchev
Author: roam-guest
Date: 2008-07-01 14:06:11 + (Tue, 01 Jul 2008)
New Revision: 7653

Added:
   packages/trunk/scramble/
Log:
Creating trunk directory


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7654 - in packages/trunk/scramble: . debian debian/patches

2008-07-01 Thread Peter Pentchev
Author: roam-guest
Date: 2008-07-01 14:06:16 + (Tue, 01 Jul 2008)
New Revision: 7654

Added:
   packages/trunk/scramble/debian/
   packages/trunk/scramble/debian/README.Debian
   packages/trunk/scramble/debian/README.source
   packages/trunk/scramble/debian/changelog
   packages/trunk/scramble/debian/compat
   packages/trunk/scramble/debian/control
   packages/trunk/scramble/debian/copyright
   packages/trunk/scramble/debian/menu
   packages/trunk/scramble/debian/patches/
   packages/trunk/scramble/debian/patches/00list
   packages/trunk/scramble/debian/patches/01_lang_c.dpatch
   packages/trunk/scramble/debian/patches/02_no_arial.dpatch
   packages/trunk/scramble/debian/patches/03_install_icon.dpatch
   packages/trunk/scramble/debian/rules
   packages/trunk/scramble/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages/trunk/scramble/debian
___
Name: mergeWithUpstream
   + 1

Added: packages/trunk/scramble/debian/README.Debian
===
--- packages/trunk/scramble/debian/README.Debian
(rev 0)
+++ packages/trunk/scramble/debian/README.Debian2008-07-01 14:06:16 UTC 
(rev 7654)
@@ -0,0 +1,7 @@
+scramble for Debian
+---
+
+The Debian package of Scramble subtitutes the Liberation Sans font
+for the non-free Arial font used in the upstream distribution.
+
+ -- Peter Pentchev [EMAIL PROTECTED]  Tue, 01 Jul 2008 16:36:21 +0300

Added: packages/trunk/scramble/debian/README.source
===
--- packages/trunk/scramble/debian/README.source
(rev 0)
+++ packages/trunk/scramble/debian/README.source2008-07-01 14:06:16 UTC 
(rev 7654)
@@ -0,0 +1,17 @@
+The scramble package uses dpatch to maintain local changes to
+the scramble distribution.  The Debian-specific patches are maintained
+in the debian/patches/ directory.
+
+To apply all the patches, preparing the source for building, use:
+  debian/rules patch
+
+To revert the patches, preparing to build a source package, use:
+  debian/rules unpatch
+
+You do not need to manually execute these targets when building
+the package; they are part of the debian/rules target chain.
+
+To edit the patches, use the dpatch-edit-patch(1) program.
+Do not forget to add new patches or remove obsolete ones from the list
+in the debian/patches/00list file - just adding and removing
+the patch files from the debian/patches/ directory may not be enough!

Added: packages/trunk/scramble/debian/changelog
===
--- packages/trunk/scramble/debian/changelog(rev 0)
+++ packages/trunk/scramble/debian/changelog2008-07-01 14:06:16 UTC (rev 
7654)
@@ -0,0 +1,9 @@
+scramble (0.9.5.dfsg.1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #484631)
+  * TODO
+- inject scramble into the pkg-games repository
+- add the Vcs-Svn and Vcs-Browser fields after injecting scramble into
+  the pkg-games repository
+
+ -- Peter Pentchev [EMAIL PROTECTED]  Tue, 01 Jul 2008 16:36:21 +0300

Added: packages/trunk/scramble/debian/compat
===
--- packages/trunk/scramble/debian/compat   (rev 0)
+++ packages/trunk/scramble/debian/compat   2008-07-01 14:06:16 UTC (rev 
7654)
@@ -0,0 +1 @@
+7

Added: packages/trunk/scramble/debian/control
===
--- packages/trunk/scramble/debian/control  (rev 0)
+++ packages/trunk/scramble/debian/control  2008-07-01 14:06:16 UTC (rev 
7654)
@@ -0,0 +1,17 @@
+Source: scramble
+Section: games
+Priority: optional
+Maintainer: Peter Pentchev [EMAIL PROTECTED]
+Build-Depends: dpatch, debhelper (= 7), autotools-dev, libsdl1.2-dev, 
libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-ttf2.0-dev, netpbm
+Standards-Version: 3.8.0
+Homepage: http://www.shiftygames.com/scramble/
+
+Package: scramble
+Architecture: any
+Depends: ${shlibs:Depends}, ttf-liberation
+Description: Create as many words as you can from 6 letters
+ Test your word knowledge, and spelling skills, with this anagram game.
+ You are given six letters. From these 6 letters you are to create as
+ many words as you can. But, you have a time limit! You must create as
+ many words as you can before the time runs out. Additionally, you must
+ find the majority of the words OR find the six letter word to continue.

Added: packages/trunk/scramble/debian/copyright
===
--- packages/trunk/scramble/debian/copyright(rev 0)
+++ packages/trunk/scramble/debian/copyright2008-07-01 14:06:16 UTC (rev 
7654)
@@ -0,0 +1,27 @@

r7655 - packages/trunk/scramble/debian

2008-07-01 Thread Peter Pentchev
Author: roam-guest
Date: 2008-07-01 14:19:25 + (Tue, 01 Jul 2008)
New Revision: 7655

Modified:
   packages/trunk/scramble/debian/
Log:
Set the origUrl property for scramble-0.9.5.dfsg.1


Property changes on: packages/trunk/scramble/debian
___
Name: svn-bp:origUrl
   + 
http://pkg-games.alioth.debian.org/tarballs/scramble_0.9.5.dfsg.1.orig.tar.gz


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7656 - packages/trunk/openarena-data/debian

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-01 14:22:52 + (Tue, 01 Jul 2008)
New Revision: 7656

Modified:
   packages/trunk/openarena-data/debian/
Log:
origUrl property set


Property changes on: packages/trunk/openarena-data/debian
___
Name: svn-bp:origUrl
   + 
http://pkg-games.alioth.debian.org/tarballs/openarena-data_0.7.7.orig.tar.gz


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7657 - packages/trunk/openarena/debian

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-01 14:22:54 + (Tue, 01 Jul 2008)
New Revision: 7657

Modified:
   packages/trunk/openarena/debian/
Log:
origUrl property set


Property changes on: packages/trunk/openarena/debian
___
Name: svn-bp:origUrl
   + http://pkg-games.alioth.debian.org/tarballs/openarena_0.7.7.orig.tar.gz


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7658 - packages/trunk/scramble/debian

2008-07-01 Thread Peter Pentchev
Author: roam-guest
Date: 2008-07-01 14:25:49 + (Tue, 01 Jul 2008)
New Revision: 7658

Modified:
   packages/trunk/scramble/debian/changelog
   packages/trunk/scramble/debian/control
Log:
Add the Vcs-Svn and Vcs-Browser source stanza fields.


Modified: packages/trunk/scramble/debian/changelog
===
--- packages/trunk/scramble/debian/changelog2008-07-01 14:22:54 UTC (rev 
7657)
+++ packages/trunk/scramble/debian/changelog2008-07-01 14:25:49 UTC (rev 
7658)
@@ -1,9 +1,5 @@
 scramble (0.9.5.dfsg.1-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #484631)
-  * TODO
-- inject scramble into the pkg-games repository
-- add the Vcs-Svn and Vcs-Browser fields after injecting scramble into
-  the pkg-games repository
 
- -- Peter Pentchev [EMAIL PROTECTED]  Tue, 01 Jul 2008 16:36:21 +0300
+ -- Peter Pentchev [EMAIL PROTECTED]  Tue, 01 Jul 2008 17:15:27 +0300

Modified: packages/trunk/scramble/debian/control
===
--- packages/trunk/scramble/debian/control  2008-07-01 14:22:54 UTC (rev 
7657)
+++ packages/trunk/scramble/debian/control  2008-07-01 14:25:49 UTC (rev 
7658)
@@ -5,6 +5,8 @@
 Build-Depends: dpatch, debhelper (= 7), autotools-dev, libsdl1.2-dev, 
libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-ttf2.0-dev, netpbm
 Standards-Version: 3.8.0
 Homepage: http://www.shiftygames.com/scramble/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/scramble
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/scramble
 
 Package: scramble
 Architecture: any


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7659 - packages/trunk/worldofpadman/debian

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-01 14:30:00 + (Tue, 01 Jul 2008)
New Revision: 7659

Modified:
   packages/trunk/worldofpadman/debian/worldofpadman.install
Log:
somehow left the n off the end of the target dir for wop-engine

Modified: packages/trunk/worldofpadman/debian/worldofpadman.install
===
--- packages/trunk/worldofpadman/debian/worldofpadman.install   2008-07-01 
14:25:49 UTC (rev 7658)
+++ packages/trunk/worldofpadman/debian/worldofpadman.install   2008-07-01 
14:30:00 UTC (rev 7659)
@@ -2,4 +2,4 @@
 debian/worldofpadman.xpm usr/share/pixmaps
 debian/worldofpadman32.xpm usr/share/pixmaps
 debian/scripts/worldofpadman usr/games
-wop-engine usr/lib/games/worldofpadma
+wop-engine usr/lib/games/worldofpadman


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7661 - packages/trunk/scramble/debian

2008-07-01 Thread Peter Pentchev
Author: roam-guest
Date: 2008-07-01 19:45:24 + (Tue, 01 Jul 2008)
New Revision: 7661

Modified:
   packages/trunk/scramble/debian/copyright
Log:
Argh, I repackaged the Scramble source for DFSG compliance because of
the included Arial font, and then I forgot to mention the other font
in the copyright file!  According to text found in the keiserso.ttf
file, it is freely distributable.


Modified: packages/trunk/scramble/debian/copyright
===
--- packages/trunk/scramble/debian/copyright2008-07-01 14:42:16 UTC (rev 
7660)
+++ packages/trunk/scramble/debian/copyright2008-07-01 19:45:24 UTC (rev 
7661)
@@ -15,6 +15,11 @@
  On Debian systems, the complete text of the GNU General Public License
  can be found in file /usr/share/common-licenses/GPL.
 
+Files: fonts/keiserso.ttf
+Copyright: Jakob Fischer / PizzaDude
+License: other
+ [distribute freely]
+
 Files: debian/*
 Copyright: Copyright (c) 2008  Peter Pentchev
 License: GPL-2+


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7662 - packages/trunk/scramble/debian

2008-07-01 Thread Peter Pentchev
Author: roam-guest
Date: 2008-07-01 19:51:00 + (Tue, 01 Jul 2008)
New Revision: 7662

Modified:
   packages/trunk/scramble/debian/README.Debian
Log:
Yeech.  Fix a typo.


Modified: packages/trunk/scramble/debian/README.Debian
===
--- packages/trunk/scramble/debian/README.Debian2008-07-01 19:45:24 UTC 
(rev 7661)
+++ packages/trunk/scramble/debian/README.Debian2008-07-01 19:51:00 UTC 
(rev 7662)
@@ -1,7 +1,7 @@
 scramble for Debian
 ---
 
-The Debian package of Scramble subtitutes the Liberation Sans font
+The Debian package of Scramble substitutes the Liberation Sans font
 for the non-free Arial font used in the upstream distribution.
 
  -- Peter Pentchev [EMAIL PROTECTED]  Tue, 01 Jul 2008 16:36:21 +0300


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for bsdgames branch, master, created. 4bc2672479591f697826a203377b7ef3dfa8f32e

2008-07-01 Thread Matthew R. Arnold
The branch, master has been created
at  4bc2672479591f697826a203377b7ef3dfa8f32e (commit)

- Shortlog 
commit 4bc2672479591f697826a203377b7ef3dfa8f32e
Author: Matthew R. Arnold [EMAIL PROTECTED]
Date:   Tue Jul 1 01:17:33 2008 -0400

Import bsdgames aka I haz an idea lets join teh git craze

commit 9af97e5f011a95c7012095362f41feea99989705
Author: Joey Hess [EMAIL PROTECTED]
Date:   Fri Apr 25 16:03:59 2008 -0400

Imported Debian patch 2.17-15

commit 03c5a5f8512c8131b159b26397f2f63f0d219acc
Author: Matthew R. Arnold [EMAIL PROTECTED]
Date:   Tue Jul 1 00:51:10 2008 -0400

Imported Upstream version 2.17

---

-- 
Packaging for bsdgames

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for bsdgames branch, upstream, created. 03c5a5f8512c8131b159b26397f2f63f0d219acc

2008-07-01 Thread Matthew R. Arnold
The branch, upstream has been created
at  03c5a5f8512c8131b159b26397f2f63f0d219acc (commit)

- Shortlog 
---

-- 
Packaging for bsdgames

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for bsdgames branch, pristine-tar, created. b765506e624b2c7a1c968ddf84ecb0838092e068

2008-07-01 Thread Matthew R. Arnold
The branch, pristine-tar has been created
at  b765506e624b2c7a1c968ddf84ecb0838092e068 (commit)

- Shortlog 
commit b765506e624b2c7a1c968ddf84ecb0838092e068
Author: Matthew R. Arnold [EMAIL PROTECTED]
Date:   Tue Jul 1 00:51:13 2008 -0400

pristine-tar data for bsdgames_2.17.orig.tar.gz

---

-- 
Packaging for bsdgames

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] transportation simulator branch, master, updated. debian/100.0-1-6-g541e02c

2008-07-01 Thread Ansgar Burchardt
The following commit has been merged in the master branch:
commit a75960e03e5c4c88dd3e4d746379988b11e49404
Author: prissi [EMAIL PROTECTED]
Date:   Tue Jul 1 18:46:13 2008 +

Changing two forgotten copyright headers to standard ones

git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/[EMAIL PROTECTED] 
8aca7d54-2c30-db11-9de9-000461428c89

diff --git a/simsys.h b/simsys.h
index 3a929f9..8ec2be4 100644
--- a/simsys.h
+++ b/simsys.h
@@ -1,8 +1,7 @@
 /*
- * Copyright (c) 2001 Hansj�rg Malthaner
+ * definitions for the system dependent part of simutrans
  *
- * Usage for Iso-Angband is granted. Usage in other projects is not
- * permitted without the agreement of the author.
+ * This file is part of the Simutrans project under the artistic licence.
  */
 
 #ifndef simsys_h
diff --git a/simsys_d.c b/simsys_d.c
index 10f909a..13655cb 100644
--- a/simsys_d.c
+++ b/simsys_d.c
@@ -1,3 +1,9 @@
+/*
+ * Bit depth independent backend using allgro (mainly for BeOS)
+ *
+ * This file is part of the Simutrans project under the artistic licence.
+ */
+
 #include allegro.h
 #include stddef.h
 #include string.h
diff --git a/sound/no_sound.cc b/sound/no_sound.cc
index 352c55c..929769a 100644
--- a/sound/no_sound.cc
+++ b/sound/no_sound.cc
@@ -1,10 +1,10 @@
 /*
- * Copyright (c) 2001 Hansj�rg Malthaner
+ * stub for no sound
  *
- * Usage for Iso-Angband is granted. Usage in other projects is not
- * permitted without the agreement of the author.
+ * This file is part of the Simutrans project under the artistic licence.
  */
 
+
 #include sound.h
 
 
diff --git a/sound/sdl_mixer_sound.cc b/sound/sdl_mixer_sound.cc
index 0f4c9b1..07d7278 100644
--- a/sound/sdl_mixer_sound.cc
+++ b/sound/sdl_mixer_sound.cc
@@ -1,3 +1,8 @@
+/*
+ * sound with SDL_mixer.dll (not chaning the volume of other programs)
+ *
+ * This file is part of the Simutrans project under the artistic licence.
+ */
 
 #include SDL/SDL.h
 #include SDL/SDL_mixer.h
diff --git a/sound/sdl_sound.cc b/sound/sdl_sound.cc
index 94dfdf5..6e9eb63 100644
--- a/sound/sdl_sound.cc
+++ b/sound/sdl_sound.cc
@@ -1,5 +1,9 @@
+/*
+ * sdl-sound without SDL_mixer.dll
+ *
+ * This file is part of the Simutrans project under the artistic licence.
+ */
 
- // sdl-sound without SDL_mixer.dll
 
 #include SDL/SDL.h
 #include string.h

-- 
transportation simulator

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

[SCM] transportation simulator branch, master, updated. debian/100.0-1-6-g541e02c

2008-07-01 Thread Ansgar Burchardt
The following commit has been merged in the master branch:
commit 5bad0d2653c43832fa97a9b8540f7e340470c688
Author: Ansgar Burchardt [EMAIL PROTECTED]
Date:   Tue Jul 1 16:57:06 2008 +0200

Convert debian/copyright to proposed machine-readable format

diff --git a/debian/changelog b/debian/changelog
index 4498e14..fe812fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,11 +15,12 @@ simutrans (100.0-1) unstable; urgency=low
   * debian/control: Change Vcs-* fields to point to Git repository
   * Bump Standards Version to 3.8.0
 + Add debian/README.source
+  * Convert debian/copyright to proposed machine-readable format
 
   [ Gonéri Le Bouder ]
   * Update the copyright file
 
- -- Ansgar Burchardt [EMAIL PROTECTED]  Sun, 29 Jun 2008 18:13:30 +0200
+ -- Ansgar Burchardt [EMAIL PROTECTED]  Tue, 01 Jul 2008 16:54:58 +0200
 
 simutrans (99.18~0.svn1664-2) unstable; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index cdc32ca..3c948dd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,147 +1,139 @@
-This package was debianized by Ansgar Burchardt [EMAIL PROTECTED] on
-Thu, 17 Jan 2008 19:41:50 +0100.
-
-It was downloaded from svn://[EMAIL PROTECTED]/simutrans/simutrans/trunk
-via Subversion.
-
-Author:
-
-Simutrans Team [EMAIL PROTECTED]
-
-Copyright: 
-
-Copyright (C) 1997-2003 by Hansjoerg Malthaner
-Copyright (C) 2004-2008 Simutrans Team [EMAIL PROTECTED]
-Copyright (c) 2008 prissi
-
-License:
-
-Simutrans source code is provided by the current simutrans team
-([EMAIL PROTECTED]) as copyright holder under the artistic licence.
-
-This includes the translations from:
-http://translator.simutrans.com/
-the midi files and the fonts with the execption of the m+10r.bdf, which
-is taken from the M+ font project:
-http://mplus-fonts.sourceforge.jp/
-
---
-
-The Artistic License
-
-Preamble
-
-The intent of this document is to state the conditions under which a
-Package may be copied, such that the Copyright Holder maintains some
-semblance of artistic control over the development of the package,
-while giving the users of the package the right to use and distribute
-the Package in a more-or-less customary fashion, plus the right to make
-reasonable modifications.
-
-Definitions:
-
-   * Package refers to the collection of files distributed by the
- Copyright Holder, and derivatives of that collection of files
- created through textual modification.
-   * Standard Version refers to such a Package if it has not been
- modified, or has been modified in accordance with the wishes
- of the Copyright Holder.
-   * Copyright Holder is whoever is named in the copyright or
- copyrights for the package.
-   * You is you, if you're thinking about copying or distributing
- this Package.
-   * Reasonable copying fee is whatever you can justify on the
- basis of media cost, duplication charges, time of people involved,
- and so on. (You will not be required to justify it to the
- Copyright Holder, but only to the computing community at large
- as a market that must bear the fee.)
-   * Freely Available means that no fee is charged for the item
- itself, though there may be fees involved in handling the item.
- It also means that recipients of the item may redistribute it
- under the same conditions they received it.
-
-1. You may make and give away verbatim copies of the source form of the
-Standard Version of this Package without restriction, provided that you
-duplicate all of the original copyright notices and associated disclaimers.
-
-2. You may apply bug fixes, portability fixes and other modifications
-derived from the Public Domain or from the Copyright Holder. A Package
-modified in such a way shall still be considered the Standard Version.
-
-3. You may otherwise modify your copy of this Package in any way, provided
-that you insert a prominent notice in each changed file stating how and
-when you changed that file, and provided that you do at least ONE of the
-following:
-
-a) place your modifications in the Public Domain or otherwise make them
-Freely Available, such as by posting said modifications to Usenet or
-an equivalent medium, or placing the modifications on a major archive
-site such as ftp.uu.net, or by allowing the Copyright Holder to include
-your modifications in the Standard Version of the Package.
-
-b) use the modified Package only within your corporation or
-organization.
-
-c) rename any non-standard executables so the names do not conflict
-with standard executables, which must also be provided, and provide
-a separate manual page for each non-standard 

[SCM] transportation simulator branch, master, updated. debian/100.0-1-6-g541e02c

2008-07-01 Thread Ansgar Burchardt
The following commit has been merged in the master branch:
commit 3cf4b03ef2381589f8026bb2bd1eb18ae79d644e
Author: Ansgar Burchardt [EMAIL PROTECTED]
Date:   Tue Jul 1 17:28:47 2008 +0200

Use compiler flags passed by dpkg-buildpackage

This also make compilation on powerpc work again:
-minline-all-stringops is only supported on i386 and x86-64.

diff --git a/debian/changelog b/debian/changelog
index fe812fd..272a2c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,11 +16,12 @@ simutrans (100.0-1) unstable; urgency=low
   * Bump Standards Version to 3.8.0
 + Add debian/README.source
   * Convert debian/copyright to proposed machine-readable format
+  * Use compiler flags passed by dpkg-buildpackage
 
   [ Gonéri Le Bouder ]
   * Update the copyright file
 
- -- Ansgar Burchardt [EMAIL PROTECTED]  Tue, 01 Jul 2008 16:54:58 +0200
+ -- Ansgar Burchardt [EMAIL PROTECTED]  Tue, 01 Jul 2008 17:27:13 +0200
 
 simutrans (99.18~0.svn1664-2) unstable; urgency=low
 
diff --git a/debian/patches/config.diff b/debian/patches/config.diff
index 42df093..cec4339 100644
--- a/debian/patches/config.diff
+++ b/debian/patches/config.diff
@@ -2,10 +2,10 @@ Build configuration for Debian
 
 @DPATCH@
 
-Index: simutrans-debian/makeobj/Makefile
+Index: simutrans/makeobj/Makefile
 ===
 simutrans-debian.orig/makeobj/Makefile
-+++ simutrans-debian/makeobj/Makefile
+--- simutrans.orig/makeobj/Makefile
 simutrans/makeobj/Makefile
 @@ -2,8 +2,8 @@
  #OSTYPE = beos
  #OSTYPE = cygwin
@@ -25,8 +25,8 @@ Index: simutrans-debian/makeobj/Makefile
 -CFLAGS   = -O
 -CXXFLAGS = -O
 +LDLIBS=-lpng -lm
-+CFLAGS   = -O -g -W -Wall
-+CXXFLAGS = -O -g -W -Wall
++CFLAGS   += -W -Wall
++CXXFLAGS += -W -Wall
  endif
  
  ifeq ($(OSTYPE),beos)
@@ -39,10 +39,10 @@ Index: simutrans-debian/makeobj/Makefile
  
  clean:
rm -f $(OBJECTS)
-Index: simutrans-debian/config.default
+Index: simutrans/config.default
 ===
 --- /dev/null
-+++ simutrans-debian/config.default
 simutrans/config.default
 @@ -0,0 +1,65 @@
 +#
 +# to compile:
@@ -109,3 +109,53 @@ Index: simutrans-debian/config.default
 +  FLAGS += -DBIG_ENDIAN
 +endif
 +
+Index: simutrans/Makefile
+===
+--- simutrans.orig/Makefile
 simutrans/Makefile
+@@ -57,27 +57,27 @@
+ SDL_CONFIG ?= sdl-config
+ 
+ 
+-ifneq ($(OPTIMISE),)
+-  ifneq ($(PROFILE),)
+-CFLAGS   += -O3 -minline-all-stringops
+-CXXFLAGS += -O3
+-  else
+-CFLAGS   += -O3 -fomit-frame-pointer
+-CXXFLAGS += -O3 -fomit-frame-pointer
+-  endif
+-  ifneq ($(OSTYPE),mac)
+-CFLAGS   += -minline-all-stringops
+-LDFLAGS += -ffunctions-sections
+-  endif
+-else
+-  CFLAGS   += -O
+-  CXXFLAGS += -O
+-endif
++#ifneq ($(OPTIMISE),)
++#  ifneq ($(PROFILE),)
++#CFLAGS   += -O3 -minline-all-stringops
++#CXXFLAGS += -O3
++#  else
++#CFLAGS   += -O3 -fomit-frame-pointer
++#CXXFLAGS += -O3 -fomit-frame-pointer
++#  endif
++#  ifneq ($(OSTYPE),mac)
++#CFLAGS   += -minline-all-stringops
++#LDFLAGS += -ffunctions-sections
++#  endif
++#else
++#  CFLAGS   += -O
++#  CXXFLAGS += -O
++#endif
+ 
+ ifdef DEBUG
+   ifeq ($(shell expr $(DEBUG) \= 1), 1)
+-CFLAGS   += -g -DDEBUG
+-CXXFLAGS += -g -DDEBUG
++CFLAGS   += -DDEBUG
++CXXFLAGS += -DDEBUG
+   endif
+   ifeq ($(shell expr $(DEBUG) \= 2), 1)
+ CFLAGS   += -fno-inline

-- 
transportation simulator

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

[SCM] transportation simulator branch, master, updated. debian/100.0-1-6-g541e02c

2008-07-01 Thread Ansgar Burchardt
The following commit has been merged in the master branch:
commit 541e02c4b755e1d38d5b7f23cb444134ad040d13
Author: Ansgar Burchardt [EMAIL PROTECTED]
Date:   Tue Jul 1 22:12:36 2008 +0200

update changelog, release simutrans 100.0+ds1-1

diff --git a/debian/changelog b/debian/changelog
index 272a2c1..6b6426f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-simutrans (100.0-1) unstable; urgency=low
+simutrans (100.0+ds1-1) unstable; urgency=low
 
   [ Ansgar Burchardt ]
   * New Upstream release
@@ -7,6 +7,8 @@ simutrans (100.0-1) unstable; urgency=low
 + fix crash if starting_year is setto a low value
   and crash in simcity.cc(stadt_t::gib_zufallspunkt)
   (Closes: #481264)
+  * Repackage source
++ Upstream relicensed simsys.h, sound/no_sound.cc under a free license
   * Add debuging symbols to makeobj
   * Link makeobj with g++ instead of ld (should fix build on mipsel)
   * Use debhelper 7 to clean up debian/rules
@@ -21,7 +23,7 @@ simutrans (100.0-1) unstable; urgency=low
   [ Gonéri Le Bouder ]
   * Update the copyright file
 
- -- Ansgar Burchardt [EMAIL PROTECTED]  Tue, 01 Jul 2008 17:27:13 +0200
+ -- Ansgar Burchardt [EMAIL PROTECTED]  Tue, 01 Jul 2008 22:11:28 +0200
 
 simutrans (99.18~0.svn1664-2) unstable; urgency=low
 

-- 
transportation simulator

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

[SCM] transportation simulator branch, debian-source, created. upstream/100.0-1-ga75960e

2008-07-01 Thread Ansgar Burchardt
The branch, debian-source has been created
at  a75960e03e5c4c88dd3e4d746379988b11e49404 (commit)

- Shortlog 
---

-- 
transportation simulator

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] transportation simulator tag, debian-source/100.0+ds1, created. upstream/100.0-1-ga75960e

2008-07-01 Thread Ansgar Burchardt
The tag, debian-source/100.0+ds1 has been created
at  a75960e03e5c4c88dd3e4d746379988b11e49404 (commit)

- Shortlog 
commit a75960e03e5c4c88dd3e4d746379988b11e49404
Author: prissi [EMAIL PROTECTED]
Date:   Tue Jul 1 18:46:13 2008 +

Changing two forgotten copyright headers to standard ones

git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/[EMAIL PROTECTED] 
8aca7d54-2c30-db11-9de9-000461428c89
---

-- 
transportation simulator

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] transportation simulator annotated tag, debian/100.0+ds1-1, created. debian/100.0+ds1-1

2008-07-01 Thread Ansgar Burchardt
The annotated tag, debian/100.0+ds1-1 has been created
at  26125e6507c913844e6f7dfb53c63a4b6429869f (tag)
   tagging  541e02c4b755e1d38d5b7f23cb444134ad040d13 (commit)
  replaces  debian/100.0-1
 tagged by  Ansgar Burchardt
on  Tue Jul 1 22:27:48 2008 +0200

- Shortlog 
Debian release 100.0+ds1-1

Ansgar Burchardt (4):
  Convert debian/copyright to proposed machine-readable format
  Use compiler flags passed by dpkg-buildpackage
  Merge branch 'debian-source' into master-old
  update changelog, release simutrans 100.0+ds1-1

Gonéri Le Bouder (1):
  update the copyright file

prissi (1):
  Changing two forgotten copyright headers to standard ones

---

-- 
transportation simulator

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

r7663 - packages/trunk/openarena/debian

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-01 22:28:57 + (Tue, 01 Jul 2008)
New Revision: 7663

Modified:
   packages/trunk/openarena/debian/control
Log:
new standards version

Modified: packages/trunk/openarena/debian/control
===
--- packages/trunk/openarena/debian/control 2008-07-01 19:51:00 UTC (rev 
7662)
+++ packages/trunk/openarena/debian/control 2008-07-01 22:28:57 UTC (rev 
7663)
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team [EMAIL PROTECTED]
 Uploaders: Bruno Fuddl Kleinert [EMAIL PROTECTED]
 Build-Depends: debhelper (= 5.0.51), libsdl1.2-dev, libopenal-dev, 
imagemagick, libcurl4-gnutls-dev, sharutils, dpatch, libvorbis-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/openarena/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/openarena/?op=log
 Homepage: http://openarena.ws/


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7664 - packages/trunk/openarena-data/debian

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-01 22:29:06 + (Tue, 01 Jul 2008)
New Revision: 7664

Modified:
   packages/trunk/openarena-data/debian/control
Log:
new standards version

Modified: packages/trunk/openarena-data/debian/control
===
--- packages/trunk/openarena-data/debian/control2008-07-01 22:28:57 UTC 
(rev 7663)
+++ packages/trunk/openarena-data/debian/control2008-07-01 22:29:06 UTC 
(rev 7664)
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team [EMAIL PROTECTED]
 Uploaders: Bruno Fuddl Kleinert [EMAIL PROTECTED]
 Build-Depends: debhelper (= 5)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://www.openarena.ws/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/openarena-data/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/openarena-data/?op=log


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7665 - packages/trunk/yabause/debian

2008-07-01 Thread Evgeni Golov
Author: sargentd-guest
Date: 2008-07-01 22:32:42 + (Tue, 01 Jul 2008)
New Revision: 7665

Modified:
   packages/trunk/yabause/debian/copyright
Log:
update copyright for src/dreamcast/localtime.c


Modified: packages/trunk/yabause/debian/copyright
===
--- packages/trunk/yabause/debian/copyright 2008-07-01 22:29:06 UTC (rev 
7664)
+++ packages/trunk/yabause/debian/copyright 2008-07-01 22:32:42 UTC (rev 
7665)
@@ -94,6 +94,13 @@
 Copyright: © 2004 Theo Berkau, 2003-2004 Stephane Dallongeville
 License: GPL-2+
 
+Files: src/dreamcast/localtime.c
+Copyright: none
+License: PD  
+ Derived from code in the public domain, see
+ 
http://yabause.cvs.sourceforge.net/yabause/yabause/src/dreamcast/localtime.c?revision=1.2view=markup
+ for details.
+
 Files: src/dreamcast/yui.c
 Copyright: © 2004-2008 Lawrence Sebald, 2003 Guillaume Duhamel
 License: GPL-2+
@@ -140,9 +147,5 @@
 Copyright: © 2008 Evgeni Golov [EMAIL PROTECTED]
 License: GPL-2+
 
-Files: src/windows/resource.h, src/dreamcast/localtime.c
-Copyright: UNKNOWN!
-License: none
-
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

r7666 - packages/trunk/quake3/debian/scripts

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-02 04:49:44 + (Wed, 02 Jul 2008)
New Revision: 7666

Modified:
   packages/trunk/quake3/debian/scripts/quake3
   packages/trunk/quake3/debian/scripts/quake3-server
Log:
script cleanup

Modified: packages/trunk/quake3/debian/scripts/quake3
===
--- packages/trunk/quake3/debian/scripts/quake3 2008-07-01 22:32:42 UTC (rev 
7665)
+++ packages/trunk/quake3/debian/scripts/quake3 2008-07-02 04:49:44 UTC (rev 
7666)
@@ -13,8 +13,8 @@
  -q, --quiet\t\tDisable console output\n\
  +internal command\tPass commands to the engine\n
 
-# ioQuake3 binaries don't understand regular command line parameters. Let's
-# catch them here, to avoid accidentally launching the binary.
+# ioQuake3 binaries don't understand regular command line parameters.
+# Let's catch them here, to avoid accidentally launching the binary.
 
 while [ $1 !=  ]; do {
if [ ${1:0:1} = + ]; then

Modified: packages/trunk/quake3/debian/scripts/quake3-server
===
--- packages/trunk/quake3/debian/scripts/quake3-server  2008-07-01 22:32:42 UTC 
(rev 7665)
+++ packages/trunk/quake3/debian/scripts/quake3-server  2008-07-02 04:49:44 UTC 
(rev 7666)
@@ -13,8 +13,8 @@
  -q, --quiet\t\tDisable console output\n\
  +internal command\tPass commands to the engine\n
 
-# ioQuake3 binaries don't understand regular command line parameters. Let's
-# catch them here, to avoid accidentally launching the binary.
+# ioQuake3 binaries don't understand regular command line parameters.
+# Let's catch them here, to avoid accidentally launching the binary.
 
 while [ $1 !=  ]; do {
if [ ${1:0:1} = + ]; then


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7667 - packages/trunk/worldofpadman/debian/scripts

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-02 04:49:46 + (Wed, 02 Jul 2008)
New Revision: 7667

Modified:
   packages/trunk/worldofpadman/debian/scripts/worldofpadman
   packages/trunk/worldofpadman/debian/scripts/worldofpadman-server
Log:
script cleanup

Modified: packages/trunk/worldofpadman/debian/scripts/worldofpadman
===
--- packages/trunk/worldofpadman/debian/scripts/worldofpadman   2008-07-02 
04:49:44 UTC (rev 7666)
+++ packages/trunk/worldofpadman/debian/scripts/worldofpadman   2008-07-02 
04:49:46 UTC (rev 7667)
@@ -2,6 +2,7 @@
 # Adapted from Tremulous and Nexuiz launch scripts
 BINARY=/usr/lib/games/worldofpadman/wop-engine
 BASE_PATH=/usr/share/games/worldofpadman
+CVARS=+set fs_basepath ${BASE_PATH}
 QUIET=0
 EXCUSE=\
 World of Padman client wrapper\n\
@@ -12,8 +13,8 @@
  -q, --quiet\t\tDisable console output\n\
  +internal command\tPass commands to the engine\n
 
-# World of Padman binaries don't understand regular command line parameters. 
Let's
-# catch them here, to avoid accidentally launching the binary.
+# World of Padman binaries don't understand regular command line parameters.
+# Let's catch them here, to avoid accidentally launching the binary.
 
 while [ $1 !=  ]; do {
if [ ${1:0:1} = + ]; then
@@ -34,9 +35,9 @@
 # Ready to rumble!
 
 if [ ${QUIET} -eq 1 ]; then
-   exec ${BINARY} +set fs_basepath ${BASE_PATH} +set ttycon 0 $* 
/dev/null 21
+   exec ${BINARY} ${CVARS} +set ttycon 0 $* /dev/null 21
 else
-   exec ${BINARY} +set fs_basepath ${BASE_PATH} $*
+   exec ${BINARY} ${CVARS} $*
 fi
 
 exit $?

Modified: packages/trunk/worldofpadman/debian/scripts/worldofpadman-server
===
--- packages/trunk/worldofpadman/debian/scripts/worldofpadman-server
2008-07-02 04:49:44 UTC (rev 7666)
+++ packages/trunk/worldofpadman/debian/scripts/worldofpadman-server
2008-07-02 04:49:46 UTC (rev 7667)
@@ -2,6 +2,7 @@
 # Adapted from Tremulous and Nexuiz launch scripts
 BINARY=/usr/lib/games/worldofpadman/wopded
 BASE_PATH=/usr/share/games/worldofpadman
+CVARS=+set fs_basepath ${BASE_PATH}
 QUIET=0
 EXCUSE=\
 World of Padman server wrapper\n\
@@ -12,8 +13,8 @@
  -q, --quiet\t\tDisable console output\n\
  +internal command\tPass commands to the engine\n
 
-# World of Padman binaries don't understand regular command line parameters. 
Let's
-# catch them here, to avoid accidentally launching the binary.
+# World of Padman binaries don't understand regular command line parameters.
+# Let's catch them here, to avoid accidentally launching the binary.
 
 while [ $1 !=  ]; do {
if [ ${1:0:1} = + ]; then
@@ -34,9 +35,9 @@
 # Ready to rumble!
 
 if [ ${QUIET} -eq 1 ]; then
-   exec ${BINARY} +set fs_basepath ${BASE_PATH} +set ttycon 0 $* 
/dev/null 21
+   exec ${BINARY} ${CVARS} +set ttycon 0 $* /dev/null 21
 else
-   exec ${BINARY} +set fs_basepath ${BASE_PATH} $*
+   exec ${BINARY} ${CVARS} $*
 fi
 
 exit $?


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7668 - packages/trunk/urbanterror/debian/scripts

2008-07-01 Thread Jack Coulter
Author: jscinoz-guest
Date: 2008-07-02 04:49:47 + (Wed, 02 Jul 2008)
New Revision: 7668

Modified:
   packages/trunk/urbanterror/debian/scripts/urbanterror
   packages/trunk/urbanterror/debian/scripts/urbanterror-server
Log:
script cleanup

Modified: packages/trunk/urbanterror/debian/scripts/urbanterror
===
--- packages/trunk/urbanterror/debian/scripts/urbanterror   2008-07-02 
04:49:46 UTC (rev 7667)
+++ packages/trunk/urbanterror/debian/scripts/urbanterror   2008-07-02 
04:49:47 UTC (rev 7668)
@@ -2,6 +2,7 @@
 # Adapted from Tremulous and Nexuiz launch scripts
 BINARY=/usr/lib/games/urbanterror/ioUrbanTerror
 BASE_PATH=/usr/share/games/urbanterror
+CVARS=+set fs_basepath ${BASE_PATH}
 QUIET=0
 EXCUSE=\
 Urban Terror client wrapper\n\
@@ -12,8 +13,8 @@
  -q, --quiet\t\tDisable console output\n\
  +internal command\tPass commands to the engine\n
 
-# Urban Terror binaries don't understand regular command line parameters. 
Let's
-# catch them here, to avoid accidentally launching the binary.
+# Urban Terror binaries don't understand regular command line parameters.
+# Let's catch them here, to avoid accidentally launching the binary.
 
 while [ $1 !=  ]; do {
if [ ${1:0:1} = + ]; then
@@ -34,9 +35,9 @@
 # Ready to rumble!
 
 if [ ${QUIET} -eq 1 ]; then
-   exec ${BINARY} +set fs_basepath ${BASE_PATH} +set ttycon 0 $* 
/dev/null 21
+   exec ${BINARY} ${CVARS} +set ttycon 0 $* /dev/null 21
 else
-   exec ${BINARY} +set fs_basepath ${BASE_PATH} $*
+   exec ${BINARY} ${CVARS} $*
 fi
 
 exit $?

Modified: packages/trunk/urbanterror/debian/scripts/urbanterror-server
===
--- packages/trunk/urbanterror/debian/scripts/urbanterror-server
2008-07-02 04:49:46 UTC (rev 7667)
+++ packages/trunk/urbanterror/debian/scripts/urbanterror-server
2008-07-02 04:49:47 UTC (rev 7668)
@@ -2,6 +2,7 @@
 # Adapted from Tremulous and Nexuiz launch scripts
 BINARY=/usr/lib/games/urbanterror/ioUrTded
 BASE_PATH=/usr/share/games/urbanterror
+CVARS=+set fs_basepath ${BASE_PATH}
 QUIET=0
 EXCUSE=\
 Urban Terror server wrapper\n\
@@ -12,8 +13,8 @@
  -q, --quiet\t\tDisable console output\n\
  +internal command\tPass commands to the engine\n
 
-# Urban Terror binaries don't understand regular command line parameters. 
Let's
-# catch them here, to avoid accidentally launching the binary.
+# Urban Terror binaries don't understand regular command line parameters.
+# Let's catch them here, to avoid accidentally launching the binary.
 
 while [ $1 !=  ]; do {
if [ ${1:0:1} = + ]; then
@@ -34,9 +35,9 @@
 # Ready to rumble!
 
 if [ ${QUIET} -eq 1 ]; then
-   exec ${BINARY} +set fs_basepath ${BASE_PATH} +set ttycon 0 $* 
/dev/null 21
+   exec ${BINARY} ${CVARS} +set ttycon 0 $* /dev/null 21
 else
-   exec ${BINARY} +set fs_basepath ${BASE_PATH} $*
+   exec ${BINARY} ${CVARS} $*
 fi
 
 exit $?


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, master, updated. debian/1.3.253-5-4-g7161049

2008-07-01 Thread Andres Mejia
The following commit has been merged in the master branch:
commit ca5f422c3fa775e6d0b8d424ab5138bb376cb826
Merge: 94eb2a3678f6865297544967d9572f80ed3b8ddf 
22f426e7f6267d6ef125a5f56aa0ffe0d2493f15
Author: Andres Mejia [EMAIL PROTECTED]
Date:   Tue Jul 1 16:06:05 2008 -0400

Merge commit 'upstream/1.4.272'


-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, pristine-tar, updated. ef579261eef1a9e32eddf8bbb9b3a105776ee71d

2008-07-01 Thread Andres Mejia
The following commit has been merged in the pristine-tar branch:
commit ef579261eef1a9e32eddf8bbb9b3a105776ee71d
Author: Andres Mejia [EMAIL PROTECTED]
Date:   Tue Jul 1 16:06:05 2008 -0400

pristine-tar data for openal-soft_1.4.272.orig.tar.gz

diff --git a/openal-soft_1.4.272.orig.tar.gz.delta 
b/openal-soft_1.4.272.orig.tar.gz.delta
new file mode 100644
index 000..85dbfae
Binary files /dev/null and b/openal-soft_1.4.272.orig.tar.gz.delta differ
diff --git a/openal-soft_1.4.272.orig.tar.gz.id 
b/openal-soft_1.4.272.orig.tar.gz.id
new file mode 100644
index 000..4de3380
--- /dev/null
+++ b/openal-soft_1.4.272.orig.tar.gz.id
@@ -0,0 +1 @@
+22f426e7f6267d6ef125a5f56aa0ffe0d2493f15

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft annotated tag, upstream/1.4.272, created. upstream/1.4.272

2008-07-01 Thread Andres Mejia
The annotated tag, upstream/1.4.272 has been created
at  f4ae1b3fbae3d653fb719f47bc92a3a4c9e20859 (tag)
   tagging  22f426e7f6267d6ef125a5f56aa0ffe0d2493f15 (commit)
  replaces  upstream/1.3.253
 tagged by  Andres Mejia
on  Tue Jul 1 16:06:05 2008 -0400

- Shortlog 
Upstream version 1.4.272

Andres Mejia (1):
  Imported Upstream version 1.4.272

---

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, master, updated. debian/1.3.253-5-5-g1b8acf0

2008-07-01 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 1b8acf04f193de71768323c32c035cedb26026bc
Author: Andres Mejia [EMAIL PROTECTED]
Date:   Wed Jul 2 01:21:55 2008 -0400

  * Fix manpage for openal-config. Closes: #464676
  * Fix typo for development package description. Closes: #465310

diff --git a/debian/changelog b/debian/changelog
index 7d14920..f517684 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ openal-soft (1:1.4.272-1) unstable; urgency=low
   [ Andres Mejia ]
   * New upstream release.
   * Change Priority of packages to optional, except for debug package.
+  * Fix manpage for openal-config. Closes: #464676
+  * Fix typo for development package description. Closes: #465310
 
- -- Andres Mejia [EMAIL PROTECTED]  Tue, 01 Jul 2008 16:33:28 -0400
+ -- Andres Mejia [EMAIL PROTECTED]  Wed, 02 Jul 2008 01:20:00 -0400
 
 openal-soft (1:1.3.253-5) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 1de1a83..731ea9f 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,7 @@ Description: Software implementation of the OpenAL API 
(development files)
  floating-point formats, as well as ALC_EXT_EFX for environmental audio 
effects,
  and others.
  .
- This packages contains the OpenAL Soft header files and static libraries.
+ This package contains the OpenAL Soft header files and static libraries.
 
 Package: libopenal1
 Section: libs
diff --git a/debian/openal-config.1 b/debian/openal-config.1
index 1a0ded5..24627a6 100644
--- a/debian/openal-config.1
+++ b/debian/openal-config.1
@@ -39,12 +39,12 @@ Prints the currently installed version of OpenAL on 
standard output.
 To compile a C source file for use in an executable program that uses OpenAL,
 type a command like this:
 .IP
-.B gcc $(sdl\-config \-\-cflags) \-c main.c \-o main.o
+.B gcc $(openal\-config \-\-cflags) \-c main.c \-o main.o
 .PP
 To link the resulting object file into an executable program, use a command 
like
 the following:
 .IP
-.B gcc \-o my_app main.o util.o $(sdl\-config \-\-libs)
+.B gcc \-o my_app main.o util.o $(openal\-config \-\-libs)
 .SH AUTHOR
 OpenAL was written by Juan Carlos Arevalo Baeza, Jonathan Blow, Keith Charley,
 Scott Draeker, John Grantham, Jacob Hawley, Garin Hiebert, Carlos Hasan, Nathan

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits