tags 667401 + patch
thanks

diff -Nru tulip-3.6.0dfsg/debian/changelog tulip-3.6.0dfsg/debian/changelog
--- tulip-3.6.0dfsg/debian/changelog    2011-09-09 20:58:34.000000000 +0000
+++ tulip-3.6.0dfsg/debian/changelog    2012-04-17 11:20:43.000000000 +0000
@@ -1,3 +1,10 @@
+tulip (3.6.0dfsg-2.1) unstable; urgency=low
+
+  * Non maintainer upload.
+  * Fix build failure with GCC 4.7. Closes: #667401.
+
+ -- Matthias Klose <d...@debian.org>  Tue, 17 Apr 2012 13:20:00 +0200
+
 tulip (3.6.0dfsg-2) unstable; urgency=low
 
   * Don't build docs for tulip-doc from build-arch, move java packages,
diff -Nru tulip-3.6.0dfsg/debian/patches/fix-ftbfs-gcc4.7.diff 
tulip-3.6.0dfsg/debian/patches/fix-ftbfs-gcc4.7.diff
--- tulip-3.6.0dfsg/debian/patches/fix-ftbfs-gcc4.7.diff        1970-01-01 
00:00:00.000000000 +0000
+++ tulip-3.6.0dfsg/debian/patches/fix-ftbfs-gcc4.7.diff        2012-04-17 
11:26:25.000000000 +0000
@@ -0,0 +1,13 @@
+Index: tulip-3.6.0dfsg/library/tulip/include/tulip/SimpleVector.h
+===================================================================
+--- tulip-3.6.0dfsg.orig/library/tulip/include/tulip/SimpleVector.h    
2011-08-20 19:25:05.000000000 +0000
++++ tulip-3.6.0dfsg/library/tulip/include/tulip/SimpleVector.h 2012-04-17 
11:26:22.779468973 +0000
+@@ -21,6 +21,8 @@
+ #ifndef _SIMPLE_VECTOR_H_
+ #define _SIMPLE_VECTOR_H_
+ 
++#include <stdlib.h>
++
+ namespace tlp {
+ 
+ // SimpleVector
diff -Nru tulip-3.6.0dfsg/debian/patches/series 
tulip-3.6.0dfsg/debian/patches/series
--- tulip-3.6.0dfsg/debian/patches/series       2011-09-09 20:57:53.000000000 
+0000
+++ tulip-3.6.0dfsg/debian/patches/series       2012-04-17 11:18:33.000000000 
+0000
@@ -6,3 +6,4 @@
 0006-Use-system-FTGL-not-the-one-shipped-in-thirtparty.patch
 0007-Disable-python-binding.patch
 0008-Use-Debian-packaged-jars.patch
+fix-ftbfs-gcc4.7.diff

Reply via email to