summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2018-02-20 21:55:49 -0500
committerReinhard Tartler <siretart@tauware.de>2018-02-20 21:58:04 -0500
commit1ff570990914769be07b3ed3270549c4115b08ee (patch)
tree7a0a74f429c0f53dbe3fc814ecd98b620140051f /debian/control
parent1d5ea152ea8c64767f4f980fba5049dd456280d0 (diff)
Fix detection logic for tune2fs
* debian/boxbackup-server.config: Fix quoting of variables primarily fixing the logic that handles when tune2fs is not available. * Have boxbackup-server package Recommend e2fsprogs since the package configuration (optionally) uses tune2fs in some cases. (Closes: #887274)
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index ef607aaa..c0a16cd5 100644
--- a/debian/control
+++ b/debian/control
@@ -33,6 +33,7 @@ Depends:
ucf,
${misc:Depends},
${shlibs:Depends}
+Recommends: e2fsprogs
Description: server for the BoxBackup remote backup system
BoxBackup is an automatic on-line backup system.
The server waits for connections from remote clients,