Author: linas-guest
Date: 2007-04-29 11:16:29 +0000 (Sun, 29 Apr 2007)
New Revision: 2615

Removed:
   packages/trunk/warzone2100/debian/patches/do-not-force-32-bits.diff
   packages/trunk/warzone2100/debian/patches/series
Modified:
   packages/trunk/warzone2100/debian/changelog
   packages/trunk/warzone2100/debian/control
   packages/trunk/warzone2100/debian/rules
   packages/trunk/warzone2100/debian/warzone2100.6
Log:
Updated packages for the latest upstream SVN snapshot.

Modified: packages/trunk/warzone2100/debian/changelog
===================================================================
--- packages/trunk/warzone2100/debian/changelog 2007-04-29 10:55:20 UTC (rev 
2614)
+++ packages/trunk/warzone2100/debian/changelog 2007-04-29 11:16:29 UTC (rev 
2615)
@@ -1,3 +1,9 @@
+warzone2100 (2.0.6+svn1192-1) experimental; urgency=low
+
+  * New upstream development snapshot.
+
+ -- Linas Žvirblis <[EMAIL PROTECTED]>  Sun, 29 Apr 2007 13:44:34 +0300
+
 warzone2100 (2.0.6-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #325935).

Modified: packages/trunk/warzone2100/debian/control
===================================================================
--- packages/trunk/warzone2100/debian/control   2007-04-29 10:55:20 UTC (rev 
2614)
+++ packages/trunk/warzone2100/debian/control   2007-04-29 11:16:29 UTC (rev 
2615)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <[EMAIL PROTECTED]>
 Uploaders: Linas Žvirblis <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), quilt, bison, flex, libopenal-dev, 
zlib1g-dev, libsdl1.2-dev, libsdl-net1.2-dev, libvorbis-dev, libmad0-dev, 
libphysfs-dev, libpng12-dev, libjpeg-dev, autoconf, automake
+Build-Depends: debhelper (>= 5), quilt, bison, flex, libopenal-dev, 
zlib1g-dev, libsdl1.2-dev, libsdl-net1.2-dev, libvorbis-dev, libmad0-dev, 
libphysfs-dev, libpng12-dev, libjpeg-dev, autoconf, automake, dpkg-dev (>= 
1.13.19)
 Build-Depends-Indep: zip, unzip
 Build-Conflicts: autoconf2.13, automake1.4
 Standards-Version: 3.7.2

Deleted: packages/trunk/warzone2100/debian/patches/do-not-force-32-bits.diff
===================================================================
--- packages/trunk/warzone2100/debian/patches/do-not-force-32-bits.diff 
2007-04-29 10:55:20 UTC (rev 2614)
+++ packages/trunk/warzone2100/debian/patches/do-not-force-32-bits.diff 
2007-04-29 11:16:29 UTC (rev 2615)
@@ -1,13 +0,0 @@
-Index: Debian/configure.ac
-===================================================================
---- Debian.orig/configure.ac   2007-04-22 14:09:04.000000000 +0300
-+++ Debian/configure.ac        2007-04-22 14:09:27.000000000 +0300
-@@ -306,7 +306,7 @@
- # add some required C flags here
- # -DYY_STATIC is required by flex
- # -m32 forces 32-bit compile, since code is not clean enough for 64-bit yet
--WZ_CFLAGS="${WZ_CFLAGS} -m32 -DYY_STATIC 
-DDEFAULT_DATADIR=\\\"${datadir}/warzone2100\\\""
-+WZ_CFLAGS="${WZ_CFLAGS} -DYY_STATIC 
-DDEFAULT_DATADIR=\\\"${datadir}/warzone2100\\\""
- 
- CFLAGS="${WZ_CFLAGS} ${CFLAGS} ${WZ_CFLAGS_OVERRIDE}"
- LIBS="${LIBS} ${WZ_LIBS} ${WIN32_LIBS}"

Deleted: packages/trunk/warzone2100/debian/patches/series
===================================================================
--- packages/trunk/warzone2100/debian/patches/series    2007-04-29 10:55:20 UTC 
(rev 2614)
+++ packages/trunk/warzone2100/debian/patches/series    2007-04-29 11:16:29 UTC 
(rev 2615)
@@ -1 +0,0 @@
-do-not-force-32-bits.diff

Modified: packages/trunk/warzone2100/debian/rules
===================================================================
--- packages/trunk/warzone2100/debian/rules     2007-04-29 10:55:20 UTC (rev 
2614)
+++ packages/trunk/warzone2100/debian/rules     2007-04-29 11:16:29 UTC (rev 
2615)
@@ -32,8 +32,7 @@
            --datadir=\$${prefix}/share/games \
            --mandir=\$${prefix}/share/man \
            --with-opengl \
-           --with-ogg \
-           --with-mp3
+           --with-ogg
 # -------------------------------------
 
 
@@ -93,18 +92,30 @@
        rm -f build-indep-stamp
        -$(MAKE) clean
        -$(MAKE) distclean
+       rm -rf autom4te.cache
        rm -f configure
+       rm -f Makefile.in
+       rm -f depcomp
        rm -f config.guess
        rm -f config.sub
-       rm -f config.log
-       rm -f config.status
-       rm -f Makefile.in
-       rm -f */Makefile.in
-       rm -f */*/Makefile.in
-       rm -f */*_lexer.lex.c
-       rm -f */*/*_lexer.lex.c
-       rm -rf */.deps
-       rm -rf */*/.deps
+       rm -f config.h.in
+       rm -f missing
+       rm -f aclocal.m4
+       rm -f install-sh
+       rm -f src/Makefile.in
+       rm -f win32/Makefile.in
+       rm -f lib/Makefile.in
+       rm -f lib/gamelib/Makefile.in
+       rm -f lib/ivis_common/Makefile.in
+       rm -f lib/widget/Makefile.in
+       rm -f lib/script/Makefile.in
+       rm -f lib/sequence/Makefile.in
+       rm -f lib/sound/Makefile.in
+       rm -f lib/netplay/Makefile.in
+       rm -f lib/framework/Makefile.in
+       rm -f lib/ivis_opengl/Makefile.in
+       rm -f data/Makefile.in
+       rm -f nsis/Makefile.in
        dh_clean
 # -------------------------------------
 

Modified: packages/trunk/warzone2100/debian/warzone2100.6
===================================================================
--- packages/trunk/warzone2100/debian/warzone2100.6     2007-04-29 10:55:20 UTC 
(rev 2614)
+++ packages/trunk/warzone2100/debian/warzone2100.6     2007-04-29 11:16:29 UTC 
(rev 2615)
@@ -1,10 +1,10 @@
-.TH WARZONE2100 6 "2006-08-26"
+.TH WARZONE2100 6 "2007-04-29"
 .SH NAME
 warzone2100 \- 3D real time strategy game
 .SH SYNOPSIS
 .B warzone2100
-.RI [ \-\-fullscreen | \-\-window ]
-.RI [ \-\-viewport\ WIDTHxHEIGHT ]
+.RI [ OPTION ]...
+.RI [ ARGS ]...
 .SH DESCRIPTION
 This manual page documents briefly the
 .B warzone2100
@@ -14,13 +14,57 @@
 is a 3D science fiction real time strategy game.
 .SH OPTIONS
 .TP
+.B \-\-cheat
+Run in cheat mode.
+.TP
+.B \-\-datadir DIR
+Set default datadir to
+.I DIR
+\&.
+.TP
+.B \-\-debug FLAGS
+Show debug for
+.I FLAGS
+\&.
+.TP
+.B \-\-debugfile FILE
+Log debug output in
+.I FILE
+\&.
+.TP
 .B \-\-fullscreen
-Run in full screen.
+Play in fullscreen mode.
 .TP
+.B \-\-help
+Show help and exit.
+.TP
+.B \-\-mod MOD
+Enable global mod
+.I MOD
+\&.
+.TP
+.B \-\-mod\_ca MOD
+Enable campaign only mod
+.I MOD
+\&.
+.TP
+.B \-\-mod\_mp MOD
+Enable multiplay only mod
+.I MOD
+\&.
+.TP
+.B \-\-savegame NAME
+Load a saved game
+.I NAME
+\&.
+.TP
 .B \-\-window
-Run in a window.
+Play in windowed mode.
 .TP
-.B \-\-viewport WIDTHxHEIGHT
+.B \-\-version
+Output version info and exit.
+.TP
+.B \-\-resolution WIDTHxHEIGHT
 Run at
 .I WIDTH
 times
@@ -30,12 +74,22 @@
 .PP
 The fullscreen/window and resolution settings are stored, so they only 
 need to be specified once, or when you want to change them.
+.TP
+.B \-\-shadows
+.TP
+.B \-\-noshadows
+Toggle the shadows.
+.TP
+.B \-\-sound
+.TP
+.B \-\-nosound
+Toggle the sound.
 .SH EXAMPLES
 .TP
-.I warzone2100 \-\-fullscreen \-\-viewport 800x600
+.I warzone2100 \-\-fullscreen \-\-resolution 800x600
 Run in full screen at 800x600 screen resolution.
 .TP
-.I warzone2100 \-\-window \-\-viewport 800x600
+.I warzone2100 \-\-window \-\-resolution 800x600
 Run in a window at 800x600 screen resolution.
 .TP
 .I warzone2100


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

Reply via email to