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  Christian Hofstaedtler <zeha@debian.org>,
9  Ulrich Dangel <mru@spamt.net>,
10 Build-Depends:
11  debhelper-compat (= 12),
12 Build-Depends-Indep:
13  asciidoc,
14  docbook-xsl,
15  shunit2,
16  xsltproc,
17 Standards-Version: 4.5.0
18 Homepage: https://grml.org/grml-debootstrap/
19 Vcs-git: git://git.grml.org/grml-debootstrap.git
20 Vcs-Browser: https://git.grml.org/?p=grml-debootstrap.git
21
22 Package: grml-debootstrap
23 Architecture: all
24 Depends:
25  debian-archive-keyring,
26  debootstrap (>= 0.3.3.3) | cdebootstrap (>= 0.3.16),
27  e2fsprogs,
28  fdisk | util-linux (<< 2.29.2-3~),
29  gawk,
30  kmod,
31  ${misc:Depends},
32  ${shlibs:Depends},
33 Recommends:
34  dialog,
35  kpartx,
36  parted,
37  qemu-utils,
38 Description: wrapper around debootstrap for installing pure Debian
39  Provides a wrapper suite around debootstrap and cdebootstrap
40  to ease installation of a pure Debian system.
41  .
42  Configuration can be done on the command line, in a dialog frontend
43  or in /etc/debootstrap/config. You will get a pure Debian system
44  installed on the specified device or directory, or directly into
45  an image file suitable for Virtual Machine use.