Merge remote-tracking branch 'origin/pr/230'
[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  debian-archive-keyring,
27  debootstrap (>= 0.3.3.3) | cdebootstrap (>= 0.3.16) | mmdebstrap,
28  dosfstools,
29  e2fsprogs,
30  fdisk | util-linux (<< 2.29.2-3~),
31  gawk,
32  kmod,
33  ${misc:Depends},
34  ${shlibs:Depends},
35 Recommends:
36  dialog,
37  kpartx,
38  parted,
39  qemu-utils,
40 Description: wrapper around debootstrap for installing pure Debian
41  Provides a wrapper suite around debootstrap, cdebootstrap, mmdebstrap
42  to ease installation of a pure Debian system.
43  .
44  Configuration can be done on the command line, in a dialog frontend
45  or in /etc/debootstrap/config. You will get a pure Debian system
46  installed on the specified device or directory, or directly into
47  an image file suitable for Virtual Machine use.