aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2019-07-24 12:20:11 -0400
committerTheodore Ts'o <tytso@mit.edu>2019-07-24 12:20:11 -0400
commitf3223c5fa2b7e0e3e10c96dea0fce2048910ff98 (patch)
tree7742337a3b85afbe2293c2c39bbf4ea1cac8b4dd
parent52478f40bb5a630695f4a716203ae8b6e9cc9867 (diff)
downloade2fsprogs-f3223c5fa2b7e0e3e10c96dea0fce2048910ff98.tar.gz
debian: add a hard dependency on logsave to e2fsprogs
The initramfs created by the initramfs-tools package needs logsave and assumes it comes along with e2fsprogs. If it is not present, the result systems which will fail to boot. Fix this by adding the dependency. In the future initramfs-tools will explicitly ask for logsave (tracked in Debian Bug: #932854), but we'll need to keep this dependency until the next stable release of Debian. Addresses-Debian-Bug: #932855 Addresses-Debian-Bug: #932859 Addresses-Debian-Bug: #932861 Addresses-Debian-Bug: #932881 Addresses-Debian-Bug: #932888 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 3ea0b404c..f20e92289 100644
--- a/debian/control
+++ b/debian/control
@@ -200,8 +200,9 @@ Description: ext2/ext3/ext4 file system libraries - headers and static libraries
Package: e2fsprogs
XB-Important: yes
Pre-Depends: ${shlibs:Depends}, ${misc:Depends}, libblkid1, libuuid1
+Depends: logsave
Multi-Arch: foreign
-Suggests: gpart, parted, fuse2fs, e2fsck-static, logsave
+Suggests: gpart, parted, fuse2fs, e2fsck-static
Recommends: e2fsprogs-l10n
Architecture: any
Description: ext2/ext3/ext4 file system utilities