r5605 - in packages/branches/wesnoth/experimental: . debian debian/patches

Gerfried Fuchs alfie at alioth.debian.org
Fri Feb 1 13:13:02 UTC 2008


Author: alfie
Date: 2008-02-01 13:13:01 +0000 (Fri, 01 Feb 2008)
New Revision: 5605

Added:
   packages/branches/wesnoth/experimental/debian/TODO
   packages/branches/wesnoth/experimental/debian/patches/03_gcc-4.3-fix
Modified:
   packages/branches/wesnoth/experimental/
   packages/branches/wesnoth/experimental/debian/changelog
   packages/branches/wesnoth/experimental/debian/patches/series
Log:
 * New upstream release (closes: #463521) - also set new svn-bp:origUrl
 * Add patch gcc-4.3-fix which contains an uncaught missing include in the
   patch from #462708 which already got applied upstream (closes: #462708)
 * Add TODO file about wesnoth-tools for now, don't create the package yet.



Property changes on: packages/branches/wesnoth/experimental
___________________________________________________________________
Name: svn-bp:origUrl
   - http://pkg-games.alioth.debian.org/tarballs/wesnoth_1.3.14.orig.tar.gz

   + http://pkg-games.alioth.debian.org/tarballs/wesnoth_1.3.15.orig.tar.gz


Added: packages/branches/wesnoth/experimental/debian/TODO
===================================================================
--- packages/branches/wesnoth/experimental/debian/TODO	                        (rev 0)
+++ packages/branches/wesnoth/experimental/debian/TODO	2008-02-01 13:13:01 UTC (rev 5605)
@@ -0,0 +1,4 @@
+create wesnoth-tools package containing:
+ -  debian/tmp/usr/share/games/wesnoth/data/tools/
+ - chmod +x on the scripts (wmllint, wmlscope, wmlindent, others?)
+ - byte-compile .py modules?

Modified: packages/branches/wesnoth/experimental/debian/changelog
===================================================================
--- packages/branches/wesnoth/experimental/debian/changelog	2008-02-01 08:19:09 UTC (rev 5604)
+++ packages/branches/wesnoth/experimental/debian/changelog	2008-02-01 13:13:01 UTC (rev 5605)
@@ -1,9 +1,13 @@
-wesnoth (1:1.3.14-2) experimental; urgency=low
+wesnoth (1:1.3.15-1) experimental; urgency=low
 
+  * New upstream release (closes: #463521)
   * Move -music and -editor in -all package from Depends to Recommends as
     discussed with Cyril Brulebois.
+  * Add patch gcc-4.3-fix which contains an uncaught missing include in the
+    patch from #462708 which already got applied upstream (closes: #462708)
+  * Add TODO file about wesnoth-tools for now, don't create the package yet.
 
- -- 
+ -- Gerfried Fuchs <rhonda at debian.at>  Fri, 01 Feb 2008 12:07:07 +0100
 
 wesnoth (1:1.3.14-1) experimental; urgency=low
 

Added: packages/branches/wesnoth/experimental/debian/patches/03_gcc-4.3-fix
===================================================================
--- packages/branches/wesnoth/experimental/debian/patches/03_gcc-4.3-fix	                        (rev 0)
+++ packages/branches/wesnoth/experimental/debian/patches/03_gcc-4.3-fix	2008-02-01 13:13:01 UTC (rev 5605)
@@ -0,0 +1,15 @@
+Author: Mark de Wever <koraq at xs4all.nl>	vim:ft=diff:
+Description: add missing fix for gcc-4.3
+
+Index: wesnoth-1.3.15/src/unit_animation.hpp
+===================================================================
+--- wesnoth-1.3.15.orig/src/unit_animation.hpp
++++ wesnoth-1.3.15/src/unit_animation.hpp
+@@ -19,6 +19,7 @@
+ #include "map.hpp"
+ #include "unit_frame.hpp"
+ 
++#include <climits>
+ #include <string>
+ #include <vector>
+ 

Modified: packages/branches/wesnoth/experimental/debian/patches/series
===================================================================
--- packages/branches/wesnoth/experimental/debian/patches/series	2008-02-01 08:19:09 UTC (rev 5604)
+++ packages/branches/wesnoth/experimental/debian/patches/series	2008-02-01 13:13:01 UTC (rev 5605)
@@ -1 +1,2 @@
 02_fix-desktop-files
+03_gcc-4.3-fix




More information about the Pkg-games-commits mailing list