summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2008-07-24 15:15:29 +0200
committerReinhard Tartler <siretart@tauware.de>2008-07-24 15:15:29 +0200
commit3673cf0fd1f41648bb4827f450f1e60e3db90517 (patch)
tree5a16185e537a25c0125af8d8e27c06583c87ca09 /debian/control
parent10d6afa627fdb302e720ce8d6514040d23d6342a (diff)
add packaging
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control29
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..bca1abbb
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: boxbackup
+Section: utils
+Priority: optional
+Maintainer: Reinhard Tartler <siretart@tauware.de>
+Build-Depends: debhelper (>> 5.0.0), libedit-dev, libdb4.6-dev, libssl-dev, zlib1g-dev
+Standards-Version: 3.7.2
+XS-Vcs-bzr: http://bazaar.launchpad.net/~siretart/boxbackup/boxbackup.debian
+XS-Vcs-Browser: http://codebrowse.launchpad.net/~siretart/boxbackup/boxbackup.debian/files
+
+Package: boxbackup-server
+Architecture: any
+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,
+ authenticates them via X.509 certificates and stores the
+ encrypted data on hard drives with optional RAID techniques.
+ It also supports versions historization and per-user quotas.
+
+Package: boxbackup-client
+Architecture: any
+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,
+ connects to a BoxBackup server and sends the changes via a
+ secure channel. All data is encrypted before being sent to
+ the server. A command-line tool is provided for restoration
+ of backups including deleted files and old versions.