From 29bbc50d2529d43f4f3445178ac953e61230135b Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 2 Nov 2021 17:33:29 +0100 Subject: [PATCH] bkctld recommends the btrfs-progs package instead of depending on btrfs-tools --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1f749fc..bab0cc6 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,8 @@ Standards-Version: 4.0.0 Package: bkctld Architecture: all -Depends: openssh-server, coreutils, btrfs-tools, rsync, lsb-base, lsof, procps, duc-nox | duc, cryptsetup, ${misc:Depends} +Depends: openssh-server, coreutils, rsync, lsb-base, lsof, procps, duc-nox | duc, cryptsetup, ${misc:Depends} +Recommends: btrfs-progs Description: Tool for manage rsync jail for backup bkctld is a shell script to create and manage a backup server which will handle the backup of many servers (clients).