summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2008-01-19 15:05:28 +0100
committerReinhard Tartler <siretart@tauware.de>2008-01-19 15:05:28 +0100
commit1d56581c644c53f1b9a182c6574bc2fc5243d4d1 (patch)
tree7f75e499dd2c98eee7d4ba919aad8783063ef541 /debian/control
parentaa2943800f9c00823720af98da036813ebf5cd2c (diff)
Import of boxbackup 0.10
This is actually a quite funny commit: I had started my packaging branch in a strange way: I did not start from a clean tarball, but used an existing packaging directory as starting place. This makes upgrading to a new upstream hard. So I branched revision 1, and 'bzr import'ed the Upstream tarball of version 0.10 over it. The upstream tarball version I used for this commit has the md5sum: 2dc02d87932fdb222ed019443ddcf444
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control37
1 files changed, 0 insertions, 37 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 5296637d..00000000
--- a/debian/control
+++ /dev/null
@@ -1,37 +0,0 @@
-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.
-