summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2018-07-18 05:54:54 +0100
committerBen Hutchings <ben@decadent.org.uk>2018-07-18 05:54:54 +0100
commit2a9d97d3d176fc7b8b507ce332c62c10b8b2353f (patch)
tree7ecb933f53765d98ce33f7498606b098ffdc821d
parent28536f665ccbef9a76d775fde557d0902426df49 (diff)
debian/control: Add e2fsprogs to Depends for initramfs-tools-core
Closes: #887211 Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index dd31aaf..71a7dd3 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Package: initramfs-tools-core
Architecture: all
Multi-Arch: foreign
Recommends: ${busybox:Recommends}
-Depends: klibc-utils (>= 2.0.4-8~), cpio, kmod | module-init-tools, udev, coreutils (>= 8.24), ${misc:Depends}
+Depends: klibc-utils (>= 2.0.4-8~), cpio, kmod | module-init-tools, udev, coreutils (>= 8.24), e2fsprogs, ${misc:Depends}
Suggests: bash-completion
Breaks: initramfs-tools (<< 0.121~), ${busybox:Breaks}
Replaces: initramfs-tools (<< 0.121~)