r4151 - in packages/trunk/wormux/debian: . patches

Gerfried Fuchs alfie at alioth.debian.org
Mon Sep 10 17:37:27 UTC 2007


Author: alfie
Date: 2007-09-10 17:37:26 +0000 (Mon, 10 Sep 2007)
New Revision: 4151

Added:
   packages/trunk/wormux/debian/patches/char-int.patch
Modified:
   packages/trunk/wormux/debian/changelog
   packages/trunk/wormux/debian/control
   packages/trunk/wormux/debian/control.in
Log:
release 0.8beta2-1:
  * Added char-int.patch to store the real return value and be signed, which
    is tested for.
  * Added myself to Uploaders.


Modified: packages/trunk/wormux/debian/changelog
===================================================================
--- packages/trunk/wormux/debian/changelog	2007-09-10 11:28:38 UTC (rev 4150)
+++ packages/trunk/wormux/debian/changelog	2007-09-10 17:37:26 UTC (rev 4151)
@@ -1,9 +1,15 @@
 wormux (0.8beta2-1) unstable; urgency=low
 
+  [ Eddy Petrișor ]
   * New upstream release
 
- -- Eddy Petrișor <eddy.petrisor at gmail.com>  Sun, 09 Sep 2007 16:00:57 +0300
+  [ Gerfried Fuchs ]
+  * Added char-int.patch to store the real return value and be signed, which
+    is tested for.
+  * Added myself to Uploaders.
 
+ -- Gerfried Fuchs <rhonda at debian.at>  Mon, 10 Sep 2007 17:34:19 +0200
+
 wormux (0.8beta1-1) unstable; urgency=low
 
   [ Eddy Petrișor ]

Modified: packages/trunk/wormux/debian/control
===================================================================
--- packages/trunk/wormux/debian/control	2007-09-10 11:28:38 UTC (rev 4150)
+++ packages/trunk/wormux/debian/control	2007-09-10 17:37:26 UTC (rev 4151)
@@ -2,8 +2,8 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Jean Parpaillon (artefact) <artefact at altern.org>, Eddy Petrișor <eddy.petrisor at gmail.com>, Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libsdl-ttf2.0-dev, libsdl-gfx1.2-dev (>= 2.0.13), libxml++2.6-dev, libcurl3-dev, fontconfig, ttf-dejavu, dpkg-dev (>= 1.13.19)
+Uploaders: Jean Parpaillon (artefact) <artefact at altern.org>, Eddy Petrișor <eddy.petrisor at gmail.com>, Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Gerfried Fuchs <rhonda at debian.at>
+Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, gnulib (>= 0.0.20041014-2), debhelper (>= 5), patchutils (>= 0.2.25), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libsdl-ttf2.0-dev, libsdl-gfx1.2-dev (>= 2.0.13), libxml++2.6-dev, libcurl3-dev, fontconfig, ttf-dejavu, dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.2
 
 Package: wormux

Modified: packages/trunk/wormux/debian/control.in
===================================================================
--- packages/trunk/wormux/debian/control.in	2007-09-10 11:28:38 UTC (rev 4150)
+++ packages/trunk/wormux/debian/control.in	2007-09-10 17:37:26 UTC (rev 4151)
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Jean Parpaillon (artefact) <artefact at altern.org>, Eddy Petrișor <eddy.petrisor at gmail.com>, Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>
+Uploaders: Jean Parpaillon (artefact) <artefact at altern.org>, Eddy Petrișor <eddy.petrisor at gmail.com>, Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Gerfried Fuchs <rhonda at debian.at>
 Build-Depends: @cdbs@, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libsdl-ttf2.0-dev, libsdl-gfx1.2-dev (>= 2.0.13), libxml++2.6-dev, libcurl3-dev, fontconfig, ttf-dejavu, dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.2
 

Added: packages/trunk/wormux/debian/patches/char-int.patch
===================================================================
--- packages/trunk/wormux/debian/patches/char-int.patch	                        (rev 0)
+++ packages/trunk/wormux/debian/patches/char-int.patch	2007-09-10 17:37:26 UTC (rev 4151)
@@ -0,0 +1,12 @@
+diff -Nur wormux-0.8beta2/src/main.cpp wormux-0.8beta2.new/src/main.cpp
+--- wormux-0.8beta2/src/main.cpp	2007-09-09 13:48:34.000000000 +0200
++++ wormux-0.8beta2.new/src/main.cpp	2007-09-10 16:58:04.000000000 +0200
+@@ -267,7 +267,7 @@
+ 
+ void ParseArgs(int argc, char * argv[])
+ {
+-  char c;
++  int c;
+   int option_index = 0;
+   struct option long_options[] =
+     {




More information about the Pkg-games-commits mailing list