Hi Helen, On Monday 17 December 2007 21:59, Frank S. Thomas wrote: > So it is probable that quilt does not apply the build-with-gcc4.3.patch > before the package is built.
I just had another glance at the package and the reason why the patches are not applied is that there is no quilt series file, which lists all patches and which defines the order in which they are applied. The attached patch adds the series file and changes build-with-gcc4.3.patch so that it applies without fuzz. Grüße, Frank
diff -Naur old/labplot-1.5.1.6/debian/patches/build-with-gcc4.3.patch labplot-1.5.1.6/debian/patches/build-with-gcc4.3.patch --- old/labplot-1.5.1.6/debian/patches/build-with-gcc4.3.patch 2007-12-19 17:52:25.000000000 +0100 +++ labplot-1.5.1.6/debian/patches/build-with-gcc4.3.patch 2007-12-19 18:04:14.000000000 +0100 @@ -9,4 +9,4 @@ +#include <cstdlib> #include <qpainter.h> #include <kdebug.h> - #include "LTable.h" \ No newline at end of file + #include "LTable.h" diff -Naur old/labplot-1.5.1.6/debian/patches/series labplot-1.5.1.6/debian/patches/series --- old/labplot-1.5.1.6/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ labplot-1.5.1.6/debian/patches/series 2007-12-19 17:57:12.000000000 +0100 @@ -0,0 +1,2 @@ +build-with-gcc4.3.patch +fix-autoconf-2.6-compatibility.patch
signature.asc
Description: This is a digitally signed message part.

