diff options
author | intrigeri <intrigeri@boum.org> | 2011-05-16 22:45:17 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2011-05-16 23:05:11 +0200 |
commit | 5f104968160a8490daff9de9b18271400ced1f4b (patch) | |
tree | bd2718947ca03f9061fd2cbf9813162721b6ad48 /debian/control | |
parent | b60527e5f77fc3171f3ef9861043ce33c47943bd (diff) | |
download | backupninja-5f104968160a8490daff9de9b18271400ced1f4b.tar.gz backupninja-5f104968160a8490daff9de9b18271400ced1f4b.tar.bz2 |
List every handler's dependencies in the long description.
This makes it clear what package(s) one must install in order to use any given
handler.
The devscript package's long description served as an example of how we can deal
with shipping that many tools and only suggesting their individual dependencies,
without going through the overhead of shipping every single handler in its own
binary package.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 77dece2..af0171b 100644 --- a/debian/control +++ b/debian/control @@ -25,4 +25,14 @@ Description: lightweight, extensible meta-backup system . Backupninja currently supports common backup utilities, easing their configuration, currently supported are: rdiff-backup, duplicity, CD/DVD - + . + Most handlers have their own dependencies/recommendations, shown in brackets + bellow: + . + - dup [duplicity] + - rdiff [rdiff-backup] + - sys [debconf-utils, hwinfo, mdadm] + - makecd [genisoimage, wodim] + - rsync [rsync] + - svn [subversion] + - tar [bzip2] |