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
|
Source: bup
Section: admin
Priority: optional
Maintainer: Robert Edmonds <edmonds@debian.org>
Build-Depends:
acl,
attr,
dctrl-tools,
debhelper-compat (= 13),
dh-python,
git,
libacl1-dev,
libreadline-dev,
par2 [!hurd-i386],
pkg-config,
python3-dev,
python3-pylibacl,
python3-pytest,
python3-pytest-xdist,
python3-pyxattr [linux-any],
rsync,
tzdata,
Build-Depends-Indep: pandoc, pandoc-data
Standards-Version: 4.6.2
Homepage: https://github.com/bup/bup
Vcs-Git: https://salsa.debian.org/edmonds/bup.git
Vcs-Browser: https://salsa.debian.org/edmonds/bup
Package: bup
Architecture: any
Depends:
git,
par2 [!hurd-i386],
python3,
python3-pylibacl,
python3-pyxattr [linux-any],
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Recommends: bup-doc, python3-fuse, python3-tornado
Description: highly efficient file backup system based on git
bup is a backup tool which stores the backups in a system based around
the packfile format from git.
Package: bup-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Breaks: bup (<< 0.25~rc2-2~)
Replaces: bup (<< 0.25~rc2-2~)
Description: highly efficient file backup system based on git (documentation)
bup is a backup tool which stores the backups in a system based around
the packfile format from git.
.
This package contains the documentation.
|