tags 667386 + pending
thanks

Dear maintainer,

I've prepared an NMU for swish++ (versioned as 6.1.5-2.2) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards
Salvatore
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,12 @@
+swish++ (6.1.5-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add fix_ftbfs_with_gcc4.7 patch.
+    Fix FTBFS with gcc 4.7 by adding 'this->' where needed.
+    Thanks to Cyril Brulebois <k...@debian.org> for the patch. (Closes: #667386)
+
+ -- Salvatore Bonaccorso <car...@debian.org>  Thu, 17 May 2012 09:06:13 +0200
+
 swish++ (6.1.5-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
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
@@ -13,0 +14 @@
+fix_ftbfs_with_gcc4.7
only in patch2:
unchanged:
--- swish++-6.1.5.orig/debian/patches/fix_ftbfs_with_gcc4.7
+++ swish++-6.1.5/debian/patches/fix_ftbfs_with_gcc4.7
@@ -0,0 +1,18 @@
+Description: Fix FTBFS with gcc 4.7
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/667386
+Forwarded: no
+Author: Cyril Brulebois <k...@debian.org>
+Last-Update: 2012-05-17
+
+--- a/my_set.h
++++ b/my_set.h
+@@ -47,7 +47,7 @@ namespace PJL {
+ //*****************************************************************************
+ {
+ public:
+-	bool contains( T const &s ) const { return find( s ) != this->end(); }
++	bool contains( T const &s ) const { return this->find( s ) != this->end(); }
+ };
+ 
+ //*****************************************************************************

Attachment: signature.asc
Description: Digital signature

Reply via email to