summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2009-06-28 17:40:19 +0200
committerReinhard Tartler <siretart@tauware.de>2009-06-28 17:40:19 +0200
commit9a40dc310f9858558c5cefe5a0ef6c9da1a60211 (patch)
tree4391918bc4e4f6257d5f64756c1f333ed94b39b1 /debian/control
parente13b0d5c831cef7ffd1ab2471d9dd08cc30734de (diff)
prefer multiline fields in debian/control
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
1 files changed, 14 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index cb64d220..06c51bbc 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,14 @@ Vcs-Browser: http://codebrowse.launchpad.net/~siretart/boxbackup/boxbackup.debia
Package: boxbackup-server
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, perl, gawk, ucf, openssl, debconf | debconf-2.0
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ adduser,
+ perl,
+ gawk,
+ ucf,
+ openssl,
+ debconf | debconf-2.0
Description: server for the BoxBackup remote backup system
BoxBackup is an automatic on-line backup system.
The server waits for connections from remote clients,
@@ -32,7 +39,12 @@ Description: server for the BoxBackup remote backup system
Package: boxbackup-client
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ucf, perl, openssl, debconf | debconf-2.0
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ ucf,
+ perl,
+ openssl,
+ debconf | debconf-2.0
Description: client for the BoxBackup remote backup system
BoxBackup is an automatic on-line backup system.
The client watches for changes on the local file system,