Support --vmfile and --vmsize command line options for deploying a virtual machine.
[grml-debootstrap.git] / debian / control
1 Source: grml-debootstrap
2 Section: grml
3 Priority: optional
4 Maintainer: Michael Prokop <mika@grml.org>
5 Uploaders: Alexander Wirt <formorer@grml.org>
6 Build-Depends: debhelper (>= 5)
7 Build-Depends-Indep: asciidoc, docbook-xsl, xsltproc, shunit2
8 Standards-Version: 3.9.1
9 Homepage: http://grml.org/grml-debootstrap/
10 Vcs-git: git://git.grml.org/grml-debootstrap.git
11 Vcs-Browser: http://git.grml.org/?p=grml-debootstrap.git
12
13 Package: grml-debootstrap
14 Architecture: all
15 Depends: ${shlibs:Depends}, ${misc:Depends}, debootstrap (>= 0.3.3.3) | cdebootstrap (>= 0.3.16), grml-etc-core
16 Recommends: kpartx, mksh, parted, qemu-utils
17 Description: wrapper around debootstrap for installing plain Debian via Grml
18  This package provides a wrapper suite around deboostrap and
19  cdebootstrap for installing a plain Debian system via Grml.
20  .
21  All you have to do is adjust a few variables in configuration
22  file /etc/debootstrap/config or use some simple command line
23  switches or use the interactive configuration frontend. A plain
24  and base Debian system will be installed on the specified device
25  or directory then. Customization of this process is possible as
26  well.
27  .
28  Supported Debian GNU/Linux releases:
29    * Lenny (5.0)   [old-stable]
30    * Squeeze (6.0) [stable]
31    * Wheezy        [testing]
32    * Sid           [unstable]