summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
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,