tag 667386 patch
thanks

Matthias Klose <d...@debian.org> (03/04/2012):
> Package: swish++
> Version: 6.1.5-2.1
> Severity: important
> Tags: sid wheezy
> User: debian-...@lists.debian.org
> Usertags: ftbfs-gcc-4.7

Here's a patch to fix this FTBFS. No intent to NMU here.

Mraw,
KiBi.
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.2) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with gcc 4.7 (Closes: #667386) by adding “this->” where
+    needed.
+
+ -- Cyril Brulebois <k...@debian.org>  Wed, 04 Apr 2012 19:42:39 +0000
+
 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,11 @@
+--- 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