]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Add patches for 1.42.4-2
authorTheodore Ts'o <tytso@mit.edu>
Tue, 12 Jun 2012 22:50:01 +0000 (18:50 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 12 Jun 2012 22:50:01 +0000 (18:50 -0400)
.gitignore
debian/patches/quota-FTBFS-fix [new file with mode: 0644]
debian/patches/series [new file with mode: 0644]

index 588c9e732245bcb6393157c94519ca97cf37b148..69364e85b7b7ed68fd3051b74369f73c9163b221 100644 (file)
@@ -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 (file)
index 0000000..2635ccc
--- /dev/null
@@ -0,0 +1,25 @@
+Description: libquota: remove unneeded #include of <sys/quota.h>
+ 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" <tytso@mit.edu>
+ .
+ e2fsprogs (1.42.4-2) unstable; urgency=medium
+ .
+   * Fix FTBFS problem on the hurd and freebsd platforms
+Author: Theodore Y. Ts'o <tytso@mit.edu>
+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 <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/file.h>
+-#include <sys/quota.h>
+ #include "common.h"
+ #include "quotaio.h"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644 (file)
index 0000000..d3b1913
--- /dev/null
@@ -0,0 +1 @@
+quota-FTBFS-fix