Bump debhelper compat level to 10
[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: 3.9.8
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          gawk,
24          kmod,
25          ${misc:Depends},
26          ${shlibs:Depends}
27 Recommends: dialog,
28             kpartx,
29             parted,
30             qemu-utils
31 Description: wrapper around debootstrap for installing pure Debian
32  Provides a wrapper suite around debootstrap and cdebootstrap
33  to ease installation of a pure Debian system.
34  .
35  Configuration can be done on the command line, in a dialog frontend
36  or in /etc/debootstrap/config. You will get a pure Debian system
37  installed on the specified device or directory, or directly into
38  an image file suitable for Virtual Machine use.