tags 355990 + pending
thanks
I've uploaded the following NMU to delayed-2.
diff -u zinf-2.2.5/debian/changelog zinf-2.2.5/debian/changelog
--- zinf-2.2.5/debian/changelog
+++ zinf-2.2.5/debian/changelog
@@ -1,3 +1,11 @@
+zinf (2.2.5-5.2) unstable; urgency=low
+
+ * NMU as part of the GCC 4.1 transition.
+ * Remove extra qualification from a C++ header file and include cassert
+ so assert is defined (closes: #355990).
+
+ -- Martin Michlmayr <[EMAIL PROTECTED]> Thu, 25 May 2006 21:26:52 +0200
+
zinf (2.2.5-5.1) unstable; urgency=low
* Non-maintainer upload.
only in patch2:
unchanged:
--- zinf-2.2.5.orig/base/include/queue.h
+++ zinf-2.2.5/base/include/queue.h
@@ -24,6 +24,8 @@
#ifndef INCLUDED_QUEUE_H_
#define INCLUDED_QUEUE_H_
+#include <cassert>
+
#include "config.h"
#include "mutex.h"
only in patch2:
unchanged:
--- zinf-2.2.5.orig/base/include/player.h
+++ zinf-2.2.5/base/include/player.h
@@ -155,13 +155,13 @@
#define _EQUALIZER_ENABLE_
#ifdef _EQUALIZER_ENABLE_
- void Player::SetEQData(Event *pEvent);
+ void SetEQData(Event *pEvent);
#endif // _EQUALIZER_ENABLE_
#undef _EQUALIZER_ENABLE_
#define _VISUAL_ENABLE_
#ifdef _VISUAL_ENABLE_
- void Player::SendVisBuf(Event *pEvent);
+ void SendVisBuf(Event *pEvent);
#endif // _VISUAL_ENABLE_
#undef _VISUAL_ENABLE_
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]