summaryrefslogtreecommitdiff
path: root/debian/control
blob: 7c84036058b09a638942c7bd2e681fd237374555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Source: boxbackup
Section: utils
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 autoconf,
 automake,
 debhelper (>> 10),
 docbook-utils,
 docbook-xml,
 docbook-xsl,
 libdb-dev (>= 4.7),
 libedit-dev,
 libssl-dev,
 libtest-lwp-useragent-perl,
 xsltproc,
 zlib1g-dev
Standards-Version: 3.9.8
Homepage: http://boxbackup.org
Vcs-Git: https://salsa.debian.org/debian/boxbackup.git
Vcs-Browser: https://salsa.debian.org/debian/boxbackup

Package: boxbackup-server
Architecture: any
Depends:
 adduser,
 debconf | debconf-2.0,
 gawk,
 lsb-base (>= 3.0-6),
 openssl,
 perl,
 ucf,
 ${misc:Depends},
 ${shlibs:Depends}
Recommends: e2fsprogs
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:
 debconf | debconf-2.0,
 lsb-base (>= 3.0-6),
 openssl,
 perl,
 ucf,
 ${misc:Depends},
 ${shlibs:Depends}
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.