This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository lordsawar.
commit af8af713353015582e0d4fbf73b6f9f9e0bb72c2 Author: Barry deFreese <[email protected]> Date: Mon Jul 21 16:23:37 2008 +0000 * New upstream release. * ftbfs_gcc-4.3_fix2.diff - Introduces some new gcc-4.3 build errors. * Fix watch file for new upstream URL. --- debian/changelog | 9 +++++---- debian/patches/ftbfs_gcc-4.3_fix2.diff | 24 ++++++++++++++++++++++++ debian/patches/series | 1 + debian/watch | 3 +-- 4 files changed, 31 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 68702e5..e1ed5b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 <[email protected]> Tue, 17 Jun 2008 16:07:00 -0400 + -- Barry deFreese <[email protected]> Tue, 17 Jun 2008 16:07:00 -0400 lordsawar (0.0.9-1) unstable; urgency=low diff --git a/debian/patches/ftbfs_gcc-4.3_fix2.diff b/debian/patches/ftbfs_gcc-4.3_fix2.diff new file mode 100644 index 0000000..7d37dc0 --- /dev/null +++ b/debian/patches/ftbfs_gcc-4.3_fix2.diff @@ -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" diff --git a/debian/patches/series b/debian/patches/series index e69de29..e23b46d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -0,0 +1 @@ +ftbfs_gcc-4.3_fix2.diff diff --git a/debian/watch b/debian/watch index edbf97c..3c6cf54 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,3 @@ version=3 -http://www.lordsawar.com/lordsawar-(.*)\.tar\.gz - +http://download.savannah.gnu.org/releases/lordsawar/lordsawar-([\d.]+)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/lordsawar.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

