tags 953926 +pending thanks On Sat, Mar 14, 2020 at 07:46:18PM +0100, Guillem Jover wrote: > > This package used to use libattr for its xattr support, but got > switched to use the native support from glibc, but the Build-Depends > got left behind.
Thanks for the report. The following will be in the next release of e2fsprogs. - Ted commit b3f9df9f1ba5ded7031566c94a7a9dfdcbd38aa6 Author: Theodore Ts'o <ty...@mit.edu> Date: Sun Mar 15 00:56:01 2020 -0400 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 <ty...@mit.edu> diff --git a/debian/control b/debian/control index 71613e11..69471f45 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: e2fsprogs Section: admin Priority: required Maintainer: Theodore Y. Ts'o <ty...@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