Release new version 0.108
[grml-debootstrap.git] / debian / control
1 Source: grml-debootstrap
2 Section: admin
3 Priority: optional
4 Maintainer: Grml Team <team@grml.org>
5 Uploaders:
6  Michael Prokop <mika@debian.org>,
7  Alexander Wirt <formorer@debian.org>,
8  Chris Hofstaedtler <zeha@debian.org>,
9  Ulrich Dangel <mru@spamt.net>,
10 Build-Depends:
11  debhelper-compat (= 13),
12 Build-Depends-Indep:
13  asciidoc,
14  docbook-xsl,
15  shunit2,
16  xsltproc,
17 Standards-Version: 4.6.2
18 Rules-Requires-Root: no
19 Homepage: https://grml.org/grml-debootstrap/
20 Vcs-Git: https://github.com/grml/grml-debootstrap.git
21 Vcs-Browser: https://github.com/grml/grml-debootstrap
22
23 Package: grml-debootstrap
24 Architecture: all
25 Depends:
26  bash (>= 4.3-11+deb8u2),
27  debian-archive-keyring,
28  debootstrap (>= 1.0.65) | cdebootstrap (>= 0.3.16) | mmdebstrap,
29  dosfstools,
30  e2fsprogs,
31  fdisk | util-linux (<< 2.29.2-3~),
32  gawk,
33  kmod,
34  ${misc:Depends},
35  ${shlibs:Depends},
36 Recommends:
37  dialog,
38  kpartx,
39  parted,
40  qemu-utils,
41 Description: wrapper around debootstrap for installing pure Debian
42  Provides a wrapper suite around debootstrap, cdebootstrap, mmdebstrap
43  to ease installation of a pure Debian system.
44  .
45  Configuration can be done on the command line, in a dialog frontend
46  or in /etc/debootstrap/config. You will get a pure Debian system
47  installed on the specified device or directory, or directly into
48  an image file suitable for Virtual Machine use.