tags 672015 + patch pending thanks
diff -Nru libhmsbeagle-1.0/debian/changelog libhmsbeagle-1.0/debian/changelog --- libhmsbeagle-1.0/debian/changelog 2012-03-05 13:28:32.000000000 +0100 +++ libhmsbeagle-1.0/debian/changelog 2012-05-22 11:44:46.000000000 +0200 @@ -1,3 +1,10 @@ +libhmsbeagle (1.0-5.1) unstable; urgency=low + + * Non maintainer upload + * Fix build failure with GCC 4.7. Closes: #672015. + + -- Matthias Klose <d...@debian.org> Tue, 22 May 2012 09:44:03 +0000 + libhmsbeagle (1.0-5) unstable; urgency=low [Charles Plessy] diff -Nru libhmsbeagle-1.0/debian/patches/ftbfs-gcc-4.7.diff libhmsbeagle-1.0/debian/patches/ftbfs-gcc-4.7.diff --- libhmsbeagle-1.0/debian/patches/ftbfs-gcc-4.7.diff 1970-01-01 01:00:00.000000000 +0100 +++ libhmsbeagle-1.0/debian/patches/ftbfs-gcc-4.7.diff 2012-05-22 11:46:14.000000000 +0200 @@ -0,0 +1,13 @@ +Index: libhmsbeagle-1.0/libhmsbeagle/CPU/Precision.h +=================================================================== +--- libhmsbeagle-1.0.orig/libhmsbeagle/CPU/Precision.h 2009-10-22 01:44:07.000000000 +0000 ++++ libhmsbeagle-1.0/libhmsbeagle/CPU/Precision.h 2012-05-22 09:46:10.300820876 +0000 +@@ -8,6 +8,8 @@ + #ifndef PRECISION_H_ + #define PRECISION_H_ + ++#include <string.h> ++ + #define DOUBLE_PRECISION (sizeof(REALTYPE) == 8) + + template<typename T, typename F> diff -Nru libhmsbeagle-1.0/debian/patches/series libhmsbeagle-1.0/debian/patches/series --- libhmsbeagle-1.0/debian/patches/series 2012-01-25 13:57:26.000000000 +0100 +++ libhmsbeagle-1.0/debian/patches/series 2012-05-22 11:45:13.000000000 +0200 @@ -1,2 +1,3 @@ enable_static.patch disable_cpu_sse_plugin.patch +ftbfs-gcc-4.7.diff