Prepare control file for targetting Debian
[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 plain Debian via Grml
19  This package provides a wrapper suite around deboostrap and
20  cdebootstrap for installing a plain Debian system via Grml.
21  .
22  All you have to do is adjust a few variables in configuration
23  file /etc/debootstrap/config or use some simple command line
24  switches or use the interactive configuration frontend. A plain
25  and base Debian system will be installed on the specified device
26  or directory then. Customization of this process is possible as
27  well.
28  .
29  Supported Debian GNU/Linux releases:
30    * Lenny (5.0)   [old-stable]
31    * Squeeze (6.0) [stable]
32    * Wheezy        [testing]
33    * Sid           [unstable]