diff options
author | intrigeri <intrigeri@boum.org> | 2011-05-16 22:49:36 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2011-05-16 23:05:55 +0200 |
commit | f2759ea30b7fb450cccdbcd1d87535297e0e70f2 (patch) | |
tree | aeae8eee3772d3c79515ede34d70bf23cc329a0c /debian/control | |
parent | 5f104968160a8490daff9de9b18271400ced1f4b (diff) | |
download | backupninja-f2759ea30b7fb450cccdbcd1d87535297e0e70f2.tar.gz backupninja-f2759ea30b7fb450cccdbcd1d87535297e0e70f2.tar.bz2 |
Use folded format for Build-Depends, Depends and Suggests control fields.
This makes it easier to track and understand changes using Git
(i.e. git blame for the masses).
Sort Suggests lexically while I'm at it.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/debian/control b/debian/control index af0171b..4e56e7f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,10 @@ Source: backupninja Section: admin Priority: optional Maintainer: Micah Anderson <micah@riseup.net> -Build-Depends: debhelper (>= 5.0.0), autoconf, automake +Build-Depends: + debhelper (>= 5.0.0), + autoconf, + automake Build-Conflicts: autoconf2.13 Standards-Version: 3.9.2 Homepage: https://labs.riseup.net/code/projects/show/backupninja @@ -10,8 +13,21 @@ Vcs-Git: git://labs.riseup.net/backupninja.git Package: backupninja Architecture: all -Depends: gawk | mawk, dialog, bash (>=2.05b-26), bsd-mailx | mailx | mailutils, ${misc:Depends} -Suggests: rdiff-backup, hwinfo, genisoimage, wodim, cdrdao, dvd+rw-tools, debconf-utils, mdadm +Depends: + gawk | mawk, + dialog, + bash (>=2.05b-26), + bsd-mailx | mailx | mailutils, + ${misc:Depends} +Suggests: + cdrdao, + debconf-utils, + dvd+rw-tools, + genisoimage, + hwinfo, + mdadm, + rdiff-backup, + wodim Description: lightweight, extensible meta-backup system Backupninja lets you drop simple config files in /etc/backup.d to coordinate system backups. Backupninja is a master of many arts, |