From 3e22af6906a2ab4014e07d4b69dba80df807a0e8 Mon Sep 17 00:00:00 2001 From: asgh Date: Wed, 25 Feb 2015 02:40:31 -0500 Subject: [PATCH] fix depends I'm not sure if you are still maintaining this, but if you are, this should be a Recommends not a Depends, and you should mention dracut. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775674 --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index bcc6db3..fb52176 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,8 @@ Vcs-Git: https://github.com/g2p/bcache-tools.git Package: bcache-tools Architecture: linux-any -Depends: ${shlibs:Depends}, ${misc:Depends}, initramfs-tools +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: initramfs-tools | dracut Description: bcache userspace tools Bcache allows the use of SSDs to cache other block devices. .