aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2020-03-15 00:56:01 -0400
committerTheodore Ts'o <tytso@mit.edu>2020-03-15 01:12:44 -0400
commitb3f9df9f1ba5ded7031566c94a7a9dfdcbd38aa6 (patch)
tree3ba4abcd65da6f94ea74996f3f9c8193bc71e622
parent1acede5ded41b7c793532a922822c405de75704c (diff)
downloade2fsprogs-b3f9df9f1ba5ded7031566c94a7a9dfdcbd38aa6.tar.gz
debian: drop libattr1-dev from the build dependencies list
The libattr has stopped providing attr/xattr.h; we now use sys/xattr.h. So there is no longer any reason to require that the libattr1-dev package be present when building e2fsprogs, so drop it. Addresses-Debian-Bug: #953926 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 71613e112..69471f45c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: e2fsprogs
Section: admin
Priority: required
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
-Build-Depends: gettext, texinfo, pkg-config, libfuse-dev [linux-any kfreebsd-any] <!pkg.e2fsprogs.no-fuse2fs>, libattr1-dev, debhelper (>= 12.0), dh-exec, libblkid-dev, uuid-dev, m4, udev [linux-any], systemd [linux-any], cron [linux-any]
+Build-Depends: gettext, texinfo, pkg-config, libfuse-dev [linux-any kfreebsd-any] <!pkg.e2fsprogs.no-fuse2fs>, debhelper (>= 12.0), dh-exec, libblkid-dev, uuid-dev, m4, udev [linux-any], systemd [linux-any], cron [linux-any]
Standards-Version: 4.4.1
Homepage: http://e2fsprogs.sourceforge.net
Vcs-Browser: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git