r7812 - in packages/trunk/lordsawar/debian: . patches
Barry deFreese
bddebian-guest at alioth.debian.org
Mon Jul 21 16:23:37 UTC 2008
Author: bddebian-guest
Date: 2008-07-21 16:23:37 +0000 (Mon, 21 Jul 2008)
New Revision: 7812
Added:
packages/trunk/lordsawar/debian/patches/ftbfs_gcc-4.3_fix2.diff
Modified:
packages/trunk/lordsawar/debian/changelog
packages/trunk/lordsawar/debian/patches/series
packages/trunk/lordsawar/debian/watch
Log:
* New upstream release.
* ftbfs_gcc-4.3_fix2.diff - Introduces some new gcc-4.3 build errors.
* Fix watch file for new upstream URL.
Modified: packages/trunk/lordsawar/debian/changelog
===================================================================
--- packages/trunk/lordsawar/debian/changelog 2008-07-21 09:03:05 UTC (rev 7811)
+++ packages/trunk/lordsawar/debian/changelog 2008-07-21 16:23:37 UTC (rev 7812)
@@ -1,9 +1,10 @@
-lordsawar (0.0.9-1.1) UNRELEASED; urgency=low
+lordsawar (0.1.0-1) unstable; urgency=low
- * Non-maintainer upload.
- * NOT RELEASED YET
+ * New upstream release.
+ * ftbfs_gcc-4.3_fix2.diff - Introduces some new gcc-4.3 build errors.
+ * Fix watch file for new upstream URL.
- -- Barry deFreese <bdefreese at comcast.net> Tue, 17 Jun 2008 16:07:00 -0400
+ -- Barry deFreese <bddebian at comcast.net> Tue, 17 Jun 2008 16:07:00 -0400
lordsawar (0.0.9-1) unstable; urgency=low
Added: packages/trunk/lordsawar/debian/patches/ftbfs_gcc-4.3_fix2.diff
===================================================================
--- packages/trunk/lordsawar/debian/patches/ftbfs_gcc-4.3_fix2.diff (rev 0)
+++ packages/trunk/lordsawar/debian/patches/ftbfs_gcc-4.3_fix2.diff 2008-07-21 16:23:37 UTC (rev 7812)
@@ -0,0 +1,24 @@
+Index: lordsawar-0.1.0/src/gui/generation-progress-window.cpp
+===================================================================
+--- lordsawar-0.1.0.orig/src/gui/generation-progress-window.cpp 2008-07-21 11:49:01.000000000 -0400
++++ lordsawar-0.1.0/src/gui/generation-progress-window.cpp 2008-07-21 11:59:41.000000000 -0400
+@@ -18,6 +18,7 @@
+ #include <config.h>
+
+ #include <assert.h>
++#include <memory>
+ #include <libglademm/xml.h>
+
+ #include "glade-helpers.h"
+Index: lordsawar-0.1.0/src/army.cpp
+===================================================================
+--- lordsawar-0.1.0.orig/src/army.cpp 2008-07-21 11:59:56.000000000 -0400
++++ lordsawar-0.1.0/src/army.cpp 2008-07-21 12:00:17.000000000 -0400
+@@ -19,6 +19,7 @@
+ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ // 02110-1301, USA.
+
++#include <algorithm>
+ #include <iostream>
+ #include <sstream>
+ #include "army.h"
Modified: packages/trunk/lordsawar/debian/patches/series
===================================================================
--- packages/trunk/lordsawar/debian/patches/series 2008-07-21 09:03:05 UTC (rev 7811)
+++ packages/trunk/lordsawar/debian/patches/series 2008-07-21 16:23:37 UTC (rev 7812)
@@ -0,0 +1 @@
+ftbfs_gcc-4.3_fix2.diff
Modified: packages/trunk/lordsawar/debian/watch
===================================================================
--- packages/trunk/lordsawar/debian/watch 2008-07-21 09:03:05 UTC (rev 7811)
+++ packages/trunk/lordsawar/debian/watch 2008-07-21 16:23:37 UTC (rev 7812)
@@ -1,4 +1,3 @@
version=3
-http://www.lordsawar.com/lordsawar-(.*)\.tar\.gz
-
+http://download.savannah.gnu.org/releases/lordsawar/lordsawar-([\d.]+)\.tar\.gz
More information about the Pkg-games-commits
mailing list