tags 667327 + patch
thanks

Howdy maintainer,

Please find a patch attached. It solved the FTBFS locally :)

I also removed the hard-dependency on a g++ version, it built fine with
the latest version after a quick patch.

If that's not cool, feel free to exclude that. It built on 2.7 with this
very minor fix to src/vecteurs.h

This patch patches:

 debian/control
 src/vecteurs.h

Have a fantastic day,
  -- Paul
--- a/debian/control	2012-04-14 01:04:14.639306267 -0400
+++ b/debian/control	2012-04-14 01:04:19.847305989 -0400
@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 7.0.50~), c
  libfontconfig1-dev, libfreetype6-dev, libglib2.0-dev, libice-dev,
  libpng-dev, libsm-dev, libx11-dev, libxext-dev, libxrender-dev,
  zlib1g-dev,
- g++-4.5
+ g++
 Standards-Version: 3.9.3
 Homepage: http://www.bioinformatics.org/~tryphon/populations/
 

--- a/src/vecteurs.h	2012-04-14 01:04:00.875307000 -0400
+++ b/src/vecteurs.h	2012-04-14 01:04:06.531306699 -0400
@@ -86,7 +86,7 @@ public:
 	}
 
 	void Suppr(unsigned long pos) {
-		erase(vector<T>::begin() + pos);
+		this->erase(vector<T>::begin() + pos);
 	}
 
 };

Attachment: signature.asc
Description: Digital signature

Reply via email to