diff options
author | intrigeri <intrigeri@boum.org> | 2011-05-16 22:55:40 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2011-05-16 23:06:01 +0200 |
commit | 6ef0bfdff0634c637f8068ab8de3b49aab44968c (patch) | |
tree | f76287f0f2dabb99a7ee21892fd37ded16591aac /debian/control | |
parent | bae887a529bdfe44a0ff12f7106213d9772511a9 (diff) | |
download | backupninja-6ef0bfdff0634c637f8068ab8de3b49aab44968c.tar.gz backupninja-6ef0bfdff0634c637f8068ab8de3b49aab44968c.tar.bz2 |
Add to Suggests the packages that handlers need.
Seems like this has been our intent but was not updated that much recently.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 28e8bae..c4f004a 100644 --- a/debian/control +++ b/debian/control @@ -20,11 +20,15 @@ Depends: bsd-mailx | mailx | mailutils, ${misc:Depends} Suggests: + bzip2, debconf-utils, + duplicity, genisoimage, hwinfo, mdadm, rdiff-backup, + rsync, + subversion, wodim Description: lightweight, extensible meta-backup system Backupninja lets you drop simple config files in /etc/backup.d to |