r3488 - in packages/trunk/warsow/debian: . patches

Andres Mejia ceros-guest at alioth.debian.org
Mon Jul 30 03:02:30 UTC 2007


Author: ceros-guest
Date: 2007-07-30 03:02:29 +0000 (Mon, 30 Jul 2007)
New Revision: 3488

Modified:
   packages/trunk/warsow/debian/changelog
   packages/trunk/warsow/debian/control
   packages/trunk/warsow/debian/patches/series
   packages/trunk/warsow/debian/rules
Log:
Adding fix to disable battleye (fixes problem with server binaries). Also adding optional debian/control fields to mention Games Team SVN.

Modified: packages/trunk/warsow/debian/changelog
===================================================================
--- packages/trunk/warsow/debian/changelog	2007-07-30 02:47:31 UTC (rev 3487)
+++ packages/trunk/warsow/debian/changelog	2007-07-30 03:02:29 UTC (rev 3488)
@@ -17,8 +17,14 @@
     + Was needed to patch some files that had DOS carraige return.
     + Modified debian/rules to use fromdos/todos utilities.
   * Took out build-depends of libssl-dev since it isn't needed.
+  * Added patch to disable use of BattlEye.
+    + Also disables displaying battleye servers by default.
+    + This should fix error when running server binaries.
+  * Added some comments about SVN.
+    + Added XS-Vcs-Svn for SVN link.
+    + Added XS-Vcs-Browser for web browsable SVN link.
 
- -- Andres Mejia <mcitadel at gmail.com>  Sun, 22 Jul 2007 22:53:25 -0400
+ -- Andres Mejia <mcitadel at gmail.com>  Thu, 26 Jul 2007 14:22:46 -0400
 
 warsow (0.31.dfsg-2) unstable; urgency=low
 

Modified: packages/trunk/warsow/debian/control
===================================================================
--- packages/trunk/warsow/debian/control	2007-07-30 02:47:31 UTC (rev 3487)
+++ packages/trunk/warsow/debian/control	2007-07-30 03:02:29 UTC (rev 3488)
@@ -5,6 +5,8 @@
 Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>, Bruno "Fuddl" Kleinert <fuddl at gmx.de>, Andres Mejia <mcitadel at gmail.com>
 Build-Depends: debhelper (>= 5), quilt, tofrodos, libopenal-dev, libjpeg62-dev, libvorbis-dev, libsdl1.2-dev, zlib1g-dev, libx11-dev, libxext-dev, libxxf86vm-dev, libxxf86dga-dev, libxinerama-dev, libcurl4-gnutls-dev | libcurl3-gnutls-dev | libcurl4-openssl-dev | libcurl3-openssl-dev, libkrb5-dev, libidn11-dev
 Standards-Version: 3.7.2
+XS-Vcs-Svn: svn+ssh://svn.debian.org/pkg-games/packages/trunk/warsow
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/warsow/?op=log
 
 Package: warsow
 Architecture: any

Modified: packages/trunk/warsow/debian/patches/series
===================================================================
--- packages/trunk/warsow/debian/patches/series	2007-07-30 02:47:31 UTC (rev 3487)
+++ packages/trunk/warsow/debian/patches/series	2007-07-30 03:02:29 UTC (rev 3488)
@@ -1,3 +1,4 @@
 fix_different_archs.diff
 makefile_modifications.diff
 fix_off_by_one.diff
+disable_battleye.diff

Modified: packages/trunk/warsow/debian/rules
===================================================================
--- packages/trunk/warsow/debian/rules	2007-07-30 02:47:31 UTC (rev 3487)
+++ packages/trunk/warsow/debian/rules	2007-07-30 03:02:29 UTC (rev 3488)
@@ -17,6 +17,8 @@
 	dh_testdir
 	fromdos -e warsow_0.31/source/game/q_shared.h
 	fromdos -e warsow_0.31/source/qcommon/qfiles.h
+	fromdos -e warsow_0.31/source/game/wsw_shared.h
+	fromdos -e warsow_0.31/source/ui/ui_connect.c
 
 patch: from-dos patch-stamp
 patch-stamp:
@@ -52,6 +54,8 @@
 	dh_testdir
 	todos -e warsow_0.31/source/game/q_shared.h
 	todos -e warsow_0.31/source/qcommon/qfiles.h
+	todos -e warsow_0.31/source/game/wsw_shared.h
+	todos -e warsow_0.31/source/ui/ui_connect.c
 
 install: build
 	dh_testdir




More information about the Pkg-games-commits mailing list