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
|
Source: bdebstrap
Section: admin
Priority: optional
Maintainer: Benjamin Drung <bdrung@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
mypy,
pandoc,
pylint (>= 2.2.2-2~) | pylint3,
python3,
python3-ruamel.yaml,
python3-setuptools,
python3-typeshed
Standards-Version: 4.7.0
Homepage: https://github.com/bdrung/bdebstrap
Rules-Requires-Root: no
Vcs-Browser: https://github.com/bdrung/bdebstrap
Vcs-Git: https://github.com/bdrung/bdebstrap.git -b debian/unstable
Package: bdebstrap
Architecture: all
Depends: mmdebstrap (>= 0.6.0), ${misc:Depends}, ${python3:Depends}
Description: YAML config based multi-mirror Debian chroot creation tool
bdebstrap is an alternative to debootstrap and a wrapper around mmdebstrap to
support YAML based configuration files. It inherits all benefits from
mmdebstrap. The support for configuration allows storing all customization in
a YAML file instead of having to use a very long one-liner call to mmdebstrap.
It also layering multiple customizations on top of each other, e.g. to support
flavors of an image.
|