tags 556479 + pending
tags 629813 + pending
thanks

Dear maintainer,

I've prepared an NMU for swish++ (versioned as 6.1.5-2.1) and
uploaded it to the archive. Attached is the patch with the changes.

Regards.
Ana
diff -u swish++-6.1.5/debian/changelog swish++-6.1.5/debian/changelog
--- swish++-6.1.5/debian/changelog
+++ swish++-6.1.5/debian/changelog
@@ -1,3 +1,11 @@
+swish++ (6.1.5-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with newer GCC 4.6 (Closes: #629813) and with binutils-gold
+    (Closes:#556479).  Patches thanks to Georgios M. Zarkadas.
+
+ -- Ana Beatriz Guerrero Lopez <a...@debian.org>  Mon, 12 Sep 2011 19:37:31 +0200
+
 swish++ (6.1.5-2) unstable; urgency=low
 
   * Added some more detailed remarks in README.Debian about
diff -u swish++-6.1.5/debian/patches/series swish++-6.1.5/debian/patches/series
--- swish++-6.1.5/debian/patches/series
+++ swish++-6.1.5/debian/patches/series
@@ -11,0 +12,2 @@
+include_cstddef_header
+fix_ftbfs_gold_bug
only in patch2:
unchanged:
--- swish++-6.1.5.orig/debian/patches/include_cstddef_header
+++ swish++-6.1.5/debian/patches/include_cstddef_header
@@ -0,0 +1,14 @@
+From: "Georgios M. Zarkadas" <georgios.zarka...@gmail.com>
+Subject: fix FTBFS with gcc 4.6
+diff --git a/encoded_char.h b/encoded_char.h
+index 819c993..6b9a371 100644
+--- a/encoded_char.h
++++ b/encoded_char.h
+@@ -25,6 +25,7 @@
+ // standard
+ #include <iterator>
+ #include <set>
++#include <cstddef>
+ 
+ // local
+ #include "iso8859-1.h"
only in patch2:
unchanged:
--- swish++-6.1.5.orig/debian/patches/fix_ftbfs_gold_bug
+++ swish++-6.1.5/debian/patches/fix_ftbfs_gold_bug
@@ -0,0 +1,7 @@
+From: "Georgios M. Zarkadas" <georgios.zarka...@gmail.com>
+Subject: Fix FTBFS with binutils-gold
+--- swish++-6.1.4.orig/config/config.mk
++++ swish++-6.1.4/config/config.mk
+@@ -186,1 +186,1 @@
+-STDCXXLINK:=	-lstdc++
++STDCXXLINK:=   -lstdc++ -lgcc -lm

Reply via email to