From aa2943800f9c00823720af98da036813ebf5cd2c Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Wed, 14 Feb 2007 09:01:45 +0100 Subject: initial commit --- debian/control | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. + -- cgit v1.2.3