tags 356878 + pending
thanks
I've uploaded the following NMU to delayed-2.
diff -u flobopuyo-0.20/debian/changelog flobopuyo-0.20/debian/changelog
--- flobopuyo-0.20/debian/changelog
+++ flobopuyo-0.20/debian/changelog
@@ -1,3 +1,10 @@
+flobopuyo (0.20-2.1) unstable; urgency=low
+
+ * NMU as part of the GCC 4.1 transition.
+ * Remove extra qualification from C++ header file (Closes: #356878).
+
+ -- Martin Michlmayr <[EMAIL PROTECTED]> Thu, 25 May 2006 23:08:25 +0200
+
flobopuyo (0.20-2) unstable; urgency=low
* Recompile for the C++ transition.
only in patch2:
unchanged:
--- flobopuyo-0.20.orig/PuyoGame.h
+++ flobopuyo-0.20/PuyoGame.h
@@ -46,7 +46,7 @@
virtual ~PuyoPuyo() {};
PuyoState getPuyoState();
void setPuyoState(PuyoState state);
- bool PuyoPuyo::isFalling();
+ bool isFalling();
int getPuyoX() const;
int getPuyoY() const;
void setPuyoXY(int X, int Y);
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]