Update package description
[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>, Alexander Wirt <formorer@debian.org>, Christian Hofstaedtler <christian@hofstaedtler.name>, Ulrich Dangel <mru@spamt.net>
6 DM-Upload-Allowed: yes
7 Build-Depends: debhelper (>= 5)
8 Build-Depends-Indep: asciidoc, docbook-xsl, xsltproc, shunit2
9 Standards-Version: 3.9.2
10 Homepage: http://grml.org/grml-debootstrap/
11 Vcs-git: git://git.grml.org/grml-debootstrap.git
12 Vcs-Browser: http://git.grml.org/?p=grml-debootstrap.git
13
14 Package: grml-debootstrap
15 Architecture: all
16 Depends: ${shlibs:Depends}, ${misc:Depends}, debootstrap (>= 0.3.3.3) | cdebootstrap (>= 0.3.16)
17 Recommends: kpartx, mksh, parted, qemu-utils
18 Description: wrapper around debootstrap for installing pure Debian
19  Provides a wrapper suite around debootstrap and cdebootstrap
20  to ease installing a pure Debian system.
21  .
22  Configuration can be done on the command line, in a dialog frontend
23  or in /etc/debootstrap/config. You will get a pure Debian system
24  installed on the specified device or directory, or directly into
25  an image file suitable for Virtual Machine use.