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