[SCM] Packaging for vavoom branch, master, updated. debian/1.33-2-1-g1f9ce34

gustavo panizzo gfa gfa at zumbi.com.ar
Tue Mar 20 17:32:10 UTC 2012


The following commit has been merged in the master branch:
commit 1f9ce348af09b51d834282f4f9ccfe794739b6bb
Author: gustavo panizzo gfa <gfa at zumbi.com.ar>
Date:   Tue Mar 20 14:30:50 2012 -0300

    Debian release 1.33-3

diff --git a/debian/changelog b/debian/changelog
index ec40ba4..f9a4d74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+vavoom (1.33-3) unstable; urgency=low
+
+  * libpng migration fixes (Closes: #662531).
+  * description updated (Closes: #662209).
+  * GNU/Hurd patch.
+
+ -- gustavo panizzo <gfa at zumbi.com.ar>  Thu, 08 Mar 2012 23:40:50 -0300
+
 vavoom (1.33-2) unstable; urgency=low
 
   * FreeDoom support on vlaunch, and better support 
diff --git a/debian/control b/debian/control
index 874d70b..a32ea8e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,20 +3,31 @@ Section: games
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: gustavo panizzo <gfa at zumbi.com.ar>, Jon Dowland <jmtd at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), cmake, zlib1g-dev, libpng12-dev, libvorbis-dev, libmad0-dev, libmikmod2-dev, libflac++-dev, liballegro4.2-dev, libsdl-mixer1.2-dev, libwxgtk2.8-dev 
+Build-Depends:
+ cmake,
+ debhelper (>= 7.0.50~),
+ liballegro4.2-dev,
+ libflac++-dev,
+ libmad0-dev,
+ libmikmod2-dev,
+ libpng-dev,
+ libsdl-mixer1.2-dev,
+ libvorbis-dev,
+ libwxgtk2.8-dev,
+ zlib1g-dev
 Standards-Version: 3.9.2
 Homepage: http://www.vavoom-engine.com/
 
-
 Package: vavoom
 Provides: doom-engine, heretic-engine
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Recommends: freedoom | doom-wad | heretic-wad | game-data-packager | boom-wad
 Description: Advanced Doom/Heretic/Hexen/Strife engine
- Vavoom is a engine based on sources of Doom, Heretic, Hexen and
+ Vavoom is an engine based on sources of Doom, Heretic, Hexen and
  a little bit from Quake.
- Vavoom needs game data to run, A free game date is available in
- freedoom package. Commercial game data could be packaged using 
- game-data-packager
- One of Vavoom's features is it's graphical launcher (vlaunch)
+ It needs game data to run, A free game data is available in
+ freedoom package. Commercial game data can be packaged using
+ game-data-packager.
+ .
+ Vavoom features vlaunch, a graphical launcher.
diff --git a/debian/copyright b/debian/copyright
index f7737cd..5e52514 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -23,7 +23,7 @@ Copyright:
 License:
 
 The following files are distributed under the zlib license
-utils/vlumpy/zip.cpp, utils/vlumpy/zip.h, utils/vlumpy/ioapi.h utils/vlumpy/ioapi.cpp 
+utils/vlumpy/zip.cpp, utils/vlumpy/zip.h, utils/vlumpy/ioapi.h utils/vlumpy/ioapi.cpp
 
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
@@ -42,7 +42,7 @@ freely, subject to the following restrictions:
 3. This notice may not be removed or altered from any source distribution.
 
 The following files are distributed under the zlib (above) and GPL licenses
-source/fs_zip.cpp 
+source/fs_zip.cpp
 
 
 This program is free software; you can redistribute it and/or modify
@@ -111,5 +111,3 @@ you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
-
-
diff --git a/debian/patches/debian-paths.patch b/debian/patches/debian-paths.patch
index 8a9041e..0ceedee 100644
--- a/debian/patches/debian-paths.patch
+++ b/debian/patches/debian-paths.patch
@@ -1,18 +1,8 @@
 Description: debianization of vavoom pkg
- only change the path here
-
- .
- vavoom (1.33-1) unstable; urgency=low
- .
-   * Initial release (Closes: #598406).
- .
+ this patch only changes install time paths.
 Author: gustavo panizzo <gfa at zumbi.com.ar>
 Bug-Debian: http://bugs.debian.org/598406
-
----
-
-Bug-Debian: http://bugs.debian.org/598406
-Last-Update: <2011-10-02>
+Last-Update: 2011-10-02
 
 --- vavoom-1.33.orig/source/CMakeLists.txt
 +++ vavoom-1.33/source/CMakeLists.txt
diff --git a/debian/patches/freedoom-support.patch b/debian/patches/freedoom-support.patch
index f5c0a11..4a148ec 100644
--- a/debian/patches/freedoom-support.patch
+++ b/debian/patches/freedoom-support.patch
@@ -1,20 +1,9 @@
 Description: FreeDoom enablement for Vavoom. 
  this patch allows to run freedoom on vavoom with a single parameter
- -freedoom
  it also allows to save games on a dedicated directory instead of sharing with doom 2.
- .
- vavoom (1.33-2) unstable; urgency=low
- .
-   * FreeDoom support on vlaunch, and better support in general (Closes: #661233).
-   * Menu entry added. thanks Pabs (Closes: #661232).
 Author: gustavo panizzo <gfa at zumbi.com.ar>
 Bug-Debian: http://bugs.debian.org/661233
-
----
-
-Author: gustavo panizzo <gfa at zumbi.com.ar>
-Bug-Debian: http://bugs.debian.org/661233
-Last-Update: <2012-02-28>
+Last-Update: 2012-02-28
 
 --- vavoom-1.33.orig/basev/CMakeLists.txt
 +++ vavoom-1.33/basev/CMakeLists.txt
diff --git a/debian/patches/freedoom-vlaunch.patch b/debian/patches/freedoom-vlaunch.patch
index 3018762..85659cf 100644
--- a/debian/patches/freedoom-vlaunch.patch
+++ b/debian/patches/freedoom-vlaunch.patch
@@ -1,21 +1,8 @@
-Description: Add FreeDoom to vlaunch menu. 
- this patch just add one more game to vlaunch's 
- list of games.
- .
- vavoom (1.33-2) unstable; urgency=low
- .
-   * FreeDoom support on vlaunch, and better support
-     in general (Closes: #661233).
-   * Menu entry added. thanks Pabs (Closes: #661232).
-   * Standards version bumped to 3.9.2
+Description: Add FreeDoom to vlaunch menu
+ this patch adds freedoom to vlaunch's menu.
 Author: gustavo panizzo <gfa at zumbi.com.ar>
 Bug-Debian: http://bugs.debian.org/661233
-
----
-
-Author: gustavo panizzo <gfa at zumbi.com.ar>
-Bug-Debian: http://bugs.debian.org/661233
-Last-Update: <2012-02-28>
+Last-Update: 2012-02-28
 
 --- vavoom-1.33.orig/utils/vlaunch/vlaunch.cpp
 +++ vavoom-1.33/utils/vlaunch/vlaunch.cpp
diff --git a/debian/patches/series b/debian/patches/series
index 2d08f38..d6bc083 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ debian-paths.patch
 spelling-fixes
 freedoom-support.patch
 freedoom-vlaunch.patch
+fix-FTBFS-Hurd.patch
diff --git a/debian/patches/spelling-fixes b/debian/patches/spelling-fixes
index 4e8d85e..a7ca726 100644
--- a/debian/patches/spelling-fixes
+++ b/debian/patches/spelling-fixes
@@ -1,14 +1,7 @@
-Description: spelling fixes on vavoom source 
- .
- vavoom (1.33-1) unstable; urgency=low
- .
-   * Initial release (Closes: #598406).
- .
+Description: spelling fixes on vavoom source. 
 Author: gustavo panizzo <gfa at zumbi.com.ar>
 Bug-Debian: http://bugs.debian.org/598406
-
----
-Last-Update: <2012-02-17>
+Last-Update: 2012-02-17
 
 --- vavoom-1.33.orig/source/vc_property.cpp
 +++ vavoom-1.33/source/vc_property.cpp
diff --git a/debian/vavoom-dedicated.6 b/debian/vavoom-dedicated.6
deleted file mode 100644
index 106b0d6..0000000
--- a/debian/vavoom-dedicated.6
+++ /dev/null
@@ -1,133 +0,0 @@
-.TH vavoom 6 games
-.SS NAME 
-vavoom \- The most advanced Doom/Heretic/Hexen/Strife source port around!
-.SH SYNOPSIS
-.B vavoom
-[ \-opengl ] [ \-d3d ] [ \-particles \fIn\fR ] [ \-surfcachesize \fIn\fR ] [ \-nosound ] [ \-no3dsound ] [ \-nomusic ] [ \-cddev \fIfile\fR ] [ \-openal ] [ \-nomouse ] [ \-nojoy ] [ \-nolan ] [ \-noudp ] [ \-ip \fIip_addr\fR ] [ \-noipx ] [ \-mpath ] [ \-port \fIn\fR ] { [ \-freedoom] | [ \-doom ] | [ \-doom2 ] | [ \-tnt ] | [ \-plutonia ] | [ \-heretic ] | [ \-hexen ] | [ \-strife ] } [ \-game \fIdirectory\fR ] [ \-devgame \fIdirectory\fR ] [ \-devsnd \fIsndinfo_script\fR ] [ \-progs \fIdirectory\fP ] 
-
-.SH DESCRIPTION
-
-.B Vavoom
-is a source port based on sources of Doom, Heretic, Hexen and
-a little bit from Quake. Supported platforms are Windows and Linux.
-Vavoom has a graphical launcher (vlaunch).
-
-.SH Graphic Options
-.TP
-.BI \-opengl
-selects OpenGL driver
-.TP
-.BI \-d3d
-selects Direct3D driver
-.TP
-.BI \-particles\  <count> 
-specifies number of particles to use, default is 2048, but you can't have less than 512 (i.e. you can't disable them)
-.TP
-.BI \-surfcachesize\  <size>
-specifies size of surface cache memory, in kilobytes
-.SH Sound Options
-.TP
-.BI \-nosound
-disables all sound, music and CD-Audio
-.TP
-.BI \-nosfx
-disables sound
-.TP
-.BI \-no3dsound
-disables 3D sound, use original mode, Windows version only
-.TP
-.BI \-nomusic
-disables music
-.TP
-.BI \-nocdaudio
-disables CD music
-.TP
-.BI \-cddev\  <file>
-specifies CD device \fIfile\fP, default /dev/cdrom, LINUX version only
-.TP
-.BI \-openal
-enabled OpenAL driver.
-.SH Input Options
-.BI \-nomouse
-disables mouse
-.TP
-.BI \-nojoy
-disables joystick
-.SH Network Options
-.BI \-nolan
-disables all LAN drivers
-.TP
-.BI \-noudp
-disables TCP/IP driver
-.TP
-.BI \-ip\  <address>
-specifies IP address, Windows version only
-.TP
-.BI \-noipx
-disables IPX driver
-.TP
-.BI \-mpath
-enables MPATH TCP/IP driver, DOS version only
-.TP
-.BI \-port\  <port>
-sets default LAN port
-.SH Game selection
-.BI \-freedoom
-look only for FreeDoom IWAD files
-.TP
-.BI \-doom
-look only for Doom IWAD files
-.TP
-.BI \-doom2
-look only for Doom 2: Hell On Earth IWAD files
-.TP
-.BI \-tnt
-look only for Doom TNT: Evilution IWAD files
-.TP
-.BI \-plutonia
-look only for Doom: The Plutionia Experiment IWAD files
-.TP
-.BI \-heretic
-look only for Heretic IWAD files
-.TP
-.BI \-hexen
-look only for Hexen IWAD files
-.TP
-.BI \-strife
-look only for Strife IWAD files
-.SH Custom games and development
-.BI \-game\  <directory>
-specifies custom game.
-.TP
-.BI \-devgame\  <directory>
-like \fI-game\fR, but also sets Vavoom in development mode.
-.TP
-.BI \-devsound\  <SNDINFO_script>
-sets sound development mode, uses given SNDINFO script, sounds and music are loaded form archive \fIdirectory\fP, which is specified in script.
-.TP
-.BI \-progs\   <directory>
-specifies \fIdirectory\fP where to look for progs. Server progs are loaded from \fIfile\fP svprogs.dat, client progs - clprogs.dat. Path must include ending slash.
-    Example: \-progs progs/myprogs/
-.TP
-.BI \-file\   <file1> [<file2> \.\.\.]
-specifies additional files.
-.TP
-.BI \-iwaddir\   <dir1> [<dir2> \.\.\.]
-specifies additional directories where to look for IWAD files.
-.SH Debugging Options
-.BI \-debug
-creates a debug \fIfile\fP basev/debug.txt with all console messages.
-.TP
-.BI \-starttime\  <time>
-sets start time, not in LINUX version and dedicated servers
-.TP
-.BI \-rhide
-prints debugfile to stderr, in DOS version Sys_Error exits with call frame traceback
-.SH More Information
-http://vavoom-engine.com/wiki/index.php?title=Command_line_arguments
-
-/usr/share/doc/vavoom/vavoom.txt.gz
-.PP
-Doom is a registered trademark of id software (http://www.idsoftware.com/).
-.SH Author
-See the copyright file on \fI/usr/share/doc/vavoom/copyright\fR
diff --git a/debian/vavoom.manpages b/debian/vavoom.manpages
index 0ab5f91..1259d85 100644
--- a/debian/vavoom.manpages
+++ b/debian/vavoom.manpages
@@ -1,2 +1 @@
 debian/vavoom.6
-debian/vavoom-dedicated.6
diff --git a/debian/watch b/debian/watch
index 34277bc..a834c09 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://sf.net/vavoom/vavoom-(.*)\.tar\.gz
+http://sf.net/vavoom/vavoom-(.+)\.(?:tar\.(?:gz|bz2|xz))

-- 
Packaging for vavoom



More information about the Pkg-games-commits mailing list