1008.1.3
by Michael Terry
Add debian packaging |
1 |
Source: duplicity |
2 |
Section: utils |
|
3 |
Priority: optional |
|
4 |
Maintainer: Duplicity Team <duplicity-team@lists.launchpad.net> |
|
5 |
Build-Depends: debhelper (>= 7), |
|
1011
by Michael Terry
Minor tweaks to debian/control to fix building on older versions of Ubuntu |
6 |
dh-python | python (>= 2.6.6-3~), |
1008.1.3
by Michael Terry
Add debian packaging |
7 |
gnupg,
|
8 |
librsync-dev (>= 0.9.6), |
|
9 |
par2,
|
|
10 |
pep8,
|
|
11 |
pylint,
|
|
1011
by Michael Terry
Minor tweaks to debian/control to fix building on older versions of Ubuntu |
12 |
python-dev,
|
1284
by Kenneth Loafman
* Adjust control for LP build process, fasteners not lockfile. |
13 |
python-fasteners,
|
1008.1.3
by Michael Terry
Add debian packaging |
14 |
python-mock,
|
15 |
python-pexpect,
|
|
1212
by Michael Terry
Add missing build-dep apparently now not installed by default with python2 in xenial+ |
16 |
python-setuptools,
|
1008.1.3
by Michael Terry
Add debian packaging |
17 |
rdiff,
|
1327.1.1
by Michael Terry
Explicitly add rename to build-depends |
18 |
rename,
|
1008.1.3
by Michael Terry
Add debian packaging |
19 |
rsync,
|
20 |
Homepage: https://launchpad.net/duplicity |
|
21 |
Standards-Version: 3.9.5 |
|
22 |
X-Python-Version: >= 2.6 |
|
23 |
||
24 |
Package: duplicity |
|
25 |
Architecture: any |
|
26 |
Depends: ${misc:Depends}, |
|
27 |
${python:Depends}, |
|
28 |
${shlibs:Depends}, |
|
29 |
gnupg,
|
|
1284
by Kenneth Loafman
* Adjust control for LP build process, fasteners not lockfile. |
30 |
python-fasteners,
|
1008.1.3
by Michael Terry
Add debian packaging |
31 |
python-pexpect,
|
32 |
Suggests: ncftp, |
|
33 |
python-boto,
|
|
34 |
python-paramiko,
|
|
1183.1.1
by Filip Pytloun
Support GSSAPI authentication in webdav backend |
35 |
python-kerberos,
|
1008.1.3
by Michael Terry
Add debian packaging |
36 |
Description: encrypted bandwidth-efficient backup |
37 |
Duplicity backs directories by producing encrypted tar-format volumes
|
|
38 |
and uploading them to a remote or local file server. Because duplicity
|
|
39 |
uses librsync, the incremental archives are space efficient and only
|
|
40 |
record the parts of files that have changed since the last backup.
|
|
41 |
Because duplicity uses GnuPG to encrypt and/or sign these archives, they
|
|
42 |
will be safe from spying and/or modification by the server.
|