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