Hello,

As promised, I'm doing an NMU of vertex to fix #377180; diff attached.

Thanks,

Matej
diff -u vertex-0.1.15/debian/changelog vertex-0.1.15/debian/changelog
--- vertex-0.1.15/debian/changelog
+++ vertex-0.1.15/debian/changelog
@@ -1,3 +1,11 @@
+vertex (0.1.15-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * vertex/string.cpp: Fix C/C++ linkage declarations conflict.
+    Closes: #377180.
+
+ -- Matej Vela <[EMAIL PROTECTED]>  Mon, 31 Jul 2006 10:16:01 +0200
+
 vertex (0.1.15-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- vertex-0.1.15.orig/vertex/string.cpp
+++ vertex-0.1.15/vertex/string.cpp
@@ -3,7 +3,9 @@
 #include <stdlib.h>
 #include <ctype.h>
 
+extern "C" {
 extern char *tzname[2];
+}
 
 #include <time.h>
 #include "../include/os.h"

Reply via email to