summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control37
1 files changed, 37 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..5296637d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: boxbackup
+Section: utils
+Priority: optional
+Maintainer: Jérôme Schell <jerome@myreseau.org>
+Build-Depends: debhelper (>> 3.0.0), libedit-dev, libdb4.3-dev, libssl-dev (>= 0.9.7), zlib1g-dev
+Standards-Version: 3.5.2
+
+Package: boxbackup-server
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, perl (>= 5.6.0), gawk, ucf (>= 0.08), openssl (>= 0.9.7)
+Recommends: boxbackup-utils
+Description: Server for BoxBackup remote backup system
+ Boxbackup is an automatic on-line backup system.
+ The server waits for connections from remote clients,
+ authenticates them via x509 certificates and stores the
+ encrypted data on hard drives with optionnals RAID techniques.
+ It also supports versions historization and per-user quotas.
+
+Package: boxbackup-client
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, ucf (>= 0.07), perl (>= 5.6.0), openssl (>= 0.9.7)
+Description: Client for BoxBackup remote backup system
+ Boxbackup is an automatic on-line backup system.
+ The client is watching for changes on the local filesystem,
+ connects to a Boxbackup server and send 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.
+
+Package: boxbackup-utils
+Architecture: all
+Depends: perl (>= 5.6.0), openssl (>= 0.9.6c)
+Description: Utilities for BoxBackup remote backup system
+ Boxbackup is an automatic on-line backup system.
+ This package contains utilities for managing SSL clients
+ certificates.
+