r5633 - in packages/trunk/enemylines7/debian: . patches

Gonéri LE BOUDER goneri-guest at alioth.debian.org
Sun Feb 3 16:33:43 UTC 2008


Author: goneri-guest
Date: 2008-02-03 16:33:43 +0000 (Sun, 03 Feb 2008)
New Revision: 5633

Modified:
   packages/trunk/enemylines7/debian/changelog
   packages/trunk/enemylines7/debian/control
   packages/trunk/enemylines7/debian/patches/fix-gcc-4.3.diff
Log:
 * update fix-gcc-4.3.diff to add a missing '#include <limits>'
   (Closes: #454871)
 * bump date-standards-version too 3.7.3 (no change)
 * remove homepage URL from description
 * add Vcs-{Svn,Browser} fields



Modified: packages/trunk/enemylines7/debian/changelog
===================================================================
--- packages/trunk/enemylines7/debian/changelog	2008-02-03 16:08:18 UTC (rev 5632)
+++ packages/trunk/enemylines7/debian/changelog	2008-02-03 16:33:43 UTC (rev 5633)
@@ -1,3 +1,14 @@
+enemylines7 (0.6-3) unstable; urgency=low
+
+  [ Gonéri Le Bouder ]
+  * update fix-gcc-4.3.diff to add a missing '#include <limits>'
+    (Closes: #454871)
+  * bump date-standards-version too 3.7.3 (no change)
+  * remove homepage URL from description
+  * add Vcs-{Svn,Browser} fields
+
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Sun, 03 Feb 2008 17:12:26 +0100
+
 enemylines7 (0.6-2) unstable; urgency=low
 
   [ Linas Žvirblis ]

Modified: packages/trunk/enemylines7/debian/control
===================================================================
--- packages/trunk/enemylines7/debian/control	2008-02-03 16:08:18 UTC (rev 5632)
+++ packages/trunk/enemylines7/debian/control	2008-02-03 16:33:43 UTC (rev 5633)
@@ -4,8 +4,10 @@
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>, Alexander Schmehl <tolimar at debian.org>
 Build-Depends: debhelper (>= 5.0.0), libsdl1.2-dev, libsdl-mixer1.2-dev, docbook-to-man, libsdl-image1.2-dev, quilt 
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Homepage: http://proj.phk.at/el/7/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/enemylines7/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/enemylines7/?op=log
 
 Package: enemylines7
 Architecture: any
@@ -13,5 +15,3 @@
 Description: first person 3d-shooter game 
  Enemy Lines 7 is a Single-player game. You have to Shoot down enemy
  bombers threatening your city.
- .
-  Homepage: http://proj.phk.at/el/7/

Modified: packages/trunk/enemylines7/debian/patches/fix-gcc-4.3.diff
===================================================================
--- packages/trunk/enemylines7/debian/patches/fix-gcc-4.3.diff	2008-02-03 16:08:18 UTC (rev 5632)
+++ packages/trunk/enemylines7/debian/patches/fix-gcc-4.3.diff	2008-02-03 16:33:43 UTC (rev 5633)
@@ -1,7 +1,7 @@
 Index: enemylines7-0.6/random.cc
 ===================================================================
---- enemylines7-0.6.orig/random.cc	2007-07-11 11:10:19.000000000 +0000
-+++ enemylines7-0.6/random.cc	2007-07-11 11:10:32.000000000 +0000
+--- enemylines7-0.6.orig/random.cc	2008-02-03 17:32:36.000000000 +0100
++++ enemylines7-0.6/random.cc	2008-02-03 17:32:43.000000000 +0100
 @@ -1,5 +1,6 @@
  #include "random.h"
  
@@ -9,3 +9,16 @@
  #include <iostream>
  
  
+Index: enemylines7-0.6/math/c3_tpl.h
+===================================================================
+--- enemylines7-0.6.orig/math/c3_tpl.h	2008-02-03 17:32:46.000000000 +0100
++++ enemylines7-0.6/math/c3_tpl.h	2008-02-03 17:32:49.000000000 +0100
+@@ -2,7 +2,7 @@
+ #include <sstream>
+ #include <utility>
+ #include <cmath>
+-
++#include <limits>
+ 
+ using namespace std::rel_ops;
+ 




More information about the Pkg-games-commits mailing list