Source: duplicity
Section: utils
Priority: optional
Maintainer: Alexander Zangerl <az@debian.org>
Build-Depends: debhelper-compat (= 13),
 python3-all-dev, dh-python, python3-setuptools,
 gnupg | gnupg1,
 rdiff,
 par2,
 tox,
 rename,
 rsync,librsync-dev (>=0.9.6),
 python3-mock, python3-pexpect,
 python3-fasteners, 
 pylint,
 python3-pytest, python3-pytest-runner,
 python3-pytest-cov, python3-setuptools,
 python3-setuptools-scm
Standards-Version: 4.6.2
Homepage: https://duplicity.gitlab.io/
Vcs-Git: https://salsa.debian.org/debian/duplicity.git
Vcs-Browser: https://salsa.debian.org/debian/duplicity
X-Python3-Version: >= 3.7

Package: duplicity
Architecture: any
Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}, python3-fasteners, gnupg | gnupg1
Recommends: rsync, python3-paramiko, python3-pexpect, python3-urllib3, python3-oauthlib
Suggests: python3-boto3, ncftp, lftp, tahoe-lafs, python3-swiftclient, python3-pip, par2
Description: encrypted bandwidth-efficient backup
 Duplicity backs directories by producing encrypted tar-format volumes
 and uploading them to a remote or local file server. Because duplicity
 uses librsync, the incremental archives are space efficient and only
 record the parts of files that have changed since the last backup.
 Because duplicity uses GnuPG to encrypt and/or sign these archives, they
 will be safe from spying and/or modification by the server.