From 5f104968160a8490daff9de9b18271400ced1f4b Mon Sep 17 00:00:00 2001 From: intrigeri <intrigeri@boum.org> Date: Mon, 16 May 2011 22:45:17 +0200 Subject: [PATCH] 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. --- debian/control | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 77dece20..af0171bd 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] -- GitLab