Source: borgmatic
Section: utils
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Borg Collective <team+borg@tracker.debian.org>
Uploaders: Johan Fleury <jfleury@arcaik.net>,
           Andrej Shadura <andrewsh@debian.org>,
           Sebastien Badia <sbadia@debian.org>,
           Dominik George <natureshadow@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pandoc,
               python-is-python3,
               python3-all,
               python3-colorama,
               python3-flexmock,
               python3-jsonschema,
               python3-packaging,
               python3-pykwalify,
               python3-pytest,
               python3-requests,
               python3-ruamel.yaml,
               python3-setuptools
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://torsion.org/borgmatic
X-Python3-Version: >= 3.8
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://salsa.debian.org/debian/borgmatic.git
Vcs-Browser: https://salsa.debian.org/debian/borgmatic

Package: borgmatic
Architecture: all
Depends: borgbackup, ${misc:Depends}, ${python3:Depends}
Breaks: python3-minimal (<< 3.12.3-0ubuntu2~)
Description: automatically create, prune and verify backups with borgbackup
 borgmatic is a simple Python wrapper script for the Borg backup software that
 initiates a backup, prunes any old backups according to a retention policy,
 and validates backups for consistency. The script supports specifying your
 settings in a declarative configuration file rather than having to put them
 all on the command-line, and handles common errors.
