Bug#674320: add patch and upload to delayed/5
Matthias Klose
doko at debian.org
Wed May 30 13:44:13 UTC 2012
tags 674320 + patch pending
thanks
add patch and upload to delayed/5
-------------- next part --------------
diff -u lordsawar-0.2.0/debian/changelog lordsawar-0.2.0/debian/changelog
--- lordsawar-0.2.0/debian/changelog
+++ lordsawar-0.2.0/debian/changelog
@@ -1,3 +1,10 @@
+lordsawar (0.2.0-2.1) unstable; urgency=low
+
+ * Non maintainer upload.
+ * Fix build failure with GCC-4.7. Closes: #674320.
+
+ -- Matthias Klose <doko at debian.org> Wed, 30 May 2012 12:55:45 +0000
+
lordsawar (0.2.0-2) unstable; urgency=low
* Stopp build-depending on libggz-dev, libggzdmod-dev and libggzmod-dev.
only in patch2:
unchanged:
--- lordsawar-0.2.0.orig/src/LocationList.h
+++ lordsawar-0.2.0/src/LocationList.h
@@ -55,7 +55,7 @@
void add(T t)
{
- push_back(t);
+ this->push_back(t);
d_id[t->getId()] = t;
int size = t->getSize();
for (int i = 0; i < size; i++)
More information about the Pkg-games-devel
mailing list