"Fossies" - the Fresh Open Source Software Archive 
Member "safekeep-1.5.1/debian/control" (16 Nov 2020, 1305 Bytes) of package /linux/misc/safekeep-1.5.1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "control":
1.5.0_vs_1.5.1.
1 Source: safekeep
2 Section: Applications/System
3 Priority: optional
4 Maintainer: Lattica, Inc.
5 Build-Depends: debhelper (>= 4.0.0), dh-python, asciidoc, xmlto
6 Standards-Version: 3.6.2
7
8 Package: safekeep-server
9 Architecture: all
10 Depends: safekeep-common, rdiff-backup, adduser, passwd, ssh-client
11 Replaces: safekeep
12 Description: The server component of the SafeKeep backup system.
13 SafeKeep is a client/server backup system which enhances the
14 power of rdiff-backup with simple configuration and use.
15 .
16 This component should be installed on the server on
17 which the data will be backed-up to.
18
19 Package: safekeep-client
20 Architecture: all
21 Depends: safekeep-common, ssh-server
22 Replaces: safekeep
23 Description: The client component of the SafeKeep backup system.
24 SafeKeep is a client/server backup system which enhances the
25 power of rdiff-backup with simple configuration and use.
26 .
27 This component should be installed on all hosts that
28 need to be backed-up.
29
30 Package: safekeep-common
31 Architecture: all
32 Depends: ${python3:Depends}, rdiff-backup
33 Replaces: safekeep
34 Description: The common component of the SafeKeep backup system.
35 SafeKeep is a client/server backup system which enhances the
36 power of rdiff-backup with simple configuration and use.
37 .
38 This is shared in between the client/server components.