tags 417319 + patch
thanks
Hi,
Attached is the diff for my lavaps 2.7-4.1 NMU.
diff -u lavaps-2.7/debian/changelog lavaps-2.7/debian/changelog
--- lavaps-2.7/debian/changelog
+++ lavaps-2.7/debian/changelog
@@ -1,3 +1,10 @@
+lavaps (2.7-4.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS with GCC 4.3 (Closes: #417319).
+
+ -- Luk Claes <[EMAIL PROTECTED]> Sun, 09 Mar 2008 16:26:36 +0000
+
lavaps (2.7-4) unstable; urgency=low
* Lintian: changed copyright file to new address of Free Software Foundation
only in patch2:
unchanged:
--- lavaps-2.7.orig/src/const_str.hh
+++ lavaps-2.7/src/const_str.hh
@@ -25,6 +25,7 @@
#define lavaps_const_str_h
#include <string.h>
+#include <cstdlib>
class const_str {
protected: