File: control

package info (click to toggle)
bdebstrap 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 284 kB
  • sloc: python: 1,559; sh: 120; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,232 bytes parent folder | download
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
Source: bdebstrap
Section: admin
Priority: optional
Maintainer: Benjamin Drung <bdrung@debian.org>
Build-Depends: black,
               debhelper-compat (= 13),
               dh-python,
               isort,
               pandoc,
               pylint (>= 2.2.2-2~) | pylint3,
               python3,
               python3-flake8,
               python3-ruamel.yaml,
               python3-setuptools,
               shellcheck
Standards-Version: 4.6.1
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.