tags 417137 + patch
thanks

Hi,

Attached is the diff for my cvsnt 2.5.03.2382-3.2 NMU.
diff -u cvsnt-2.5.03.2382/debian/changelog cvsnt-2.5.03.2382/debian/changelog
--- cvsnt-2.5.03.2382/debian/changelog
+++ cvsnt-2.5.03.2382/debian/changelog
@@ -1,3 +1,10 @@
+cvsnt (2.5.03.2382-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with new GCC 4.3 (Closes: #417137).
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Sat, 15 Mar 2008 08:29:18 +0000
+
 cvsnt (2.5.03.2382-3.1) unstable; urgency=medium
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- cvsnt-2.5.03.2382.orig/cvsapi/cvs_string.h
+++ cvsnt-2.5.03.2382/cvsapi/cvs_string.h
@@ -19,6 +19,7 @@
 #ifndef CVS_STRING__H
 #define CVS_STRING__H
 
+#include <cstring>
 #include <string>
 #include <stdarg.h>
 
only in patch2:
unchanged:
--- cvsnt-2.5.03.2382.orig/cvsapi/db/SQLiteConnection.loT
+++ cvsnt-2.5.03.2382/cvsapi/db/SQLiteConnection.loT
@@ -0,0 +1,7 @@
+# SQLiteConnection.lo - a libtool object file
+# Generated by ltmain.sh - GNU libtool 1.5.22 Debian 1.5.22-4 (1.1220.2.365 2005/12/18 22:14:06)
+#
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# Name of the PIC object.

Reply via email to