From: Theodore Ts'o Date: Tue, 12 Jun 2012 22:50:01 +0000 (-0400) Subject: Add patches for 1.42.4-2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3a379cde59012ea1c083a9b5310d8ff9e7b749b;p=thirdparty%2Fe2fsprogs.git Add patches for 1.42.4-2 --- diff --git a/.gitignore b/.gitignore index 588c9e732..69364e85b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,6 @@ FILES ^core *~ .pc -patches Makefile *.o *.orig diff --git a/debian/patches/quota-FTBFS-fix b/debian/patches/quota-FTBFS-fix new file mode 100644 index 000000000..2635ccc24 --- /dev/null +++ b/debian/patches/quota-FTBFS-fix @@ -0,0 +1,25 @@ +Description: libquota: remove unneeded #include of + The attempted inclusion of sys/quota.h is causing failures in when + building on the hurd and freebsd platforms for Debian. It's not + necessary any more, so just remove the #include. + . + Signed-off-by: "Theodore Ts'o" + . + e2fsprogs (1.42.4-2) unstable; urgency=medium + . + * Fix FTBFS problem on the hurd and freebsd platforms +Author: Theodore Y. Ts'o +Origin: http://git.kernel.org/?p=fs/ext2/e2fsprogs.git;a=commitdiff;h=8f00911a21f4e95de84c60e09cc4df173e5b6701 + +--- + +--- e2fsprogs-1.42.4.orig/lib/quota/quotaio.c ++++ e2fsprogs-1.42.4/lib/quota/quotaio.c +@@ -15,7 +15,6 @@ + #include + #include + #include +-#include + + #include "common.h" + #include "quotaio.h" diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 000000000..d3b1913e5 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +quota-FTBFS-fix