summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2019-07-27 22:58:06 +0100
committerBen Hutchings <ben@decadent.org.uk>2019-07-28 00:49:58 +0100
commitcf7bb4b36648b4871fe13b04608df7e04ff7385b (patch)
tree6bfb56e4b3ea843a3639b92cc060fb627f44bc50 /debian
parentda9f53eb56371cdbbaf5808073ba59e717ac7322 (diff)
initramfs-tools-core: Depend on logsave or older e2fsprogs
The fsck hook depends on logsave, which has moved from e2fsprogs to a separate binary package. Closes: #932854 Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 5006b67..ebeea3f 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Package: initramfs-tools-core
Architecture: all
Multi-Arch: foreign
Recommends: ${busybox:Recommends}, pigz
-Depends: klibc-utils (>= 2.0.4-8~), cpio (>= 2.12), kmod, udev, coreutils (>= 8.24), e2fsprogs, ${misc:Depends}
+Depends: klibc-utils (>= 2.0.4-8~), cpio (>= 2.12), kmod, udev, coreutils (>= 8.24), logsave | e2fsprogs (<< 1.45.3-1~), ${misc:Depends}
Suggests: bash-completion
Breaks: initramfs-tools (<< 0.121~), ${busybox:Breaks}
Replaces: initramfs-tools (<< 0.121~)