347dbe93935c70b6ca9c9e8d9be0ea30d4fa0f4b
[grml2usb.git] / debian / control
1 Source: grml2usb
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: asciidoc,
10                debhelper (>= 10~),
11                docbook-xsl,
12                xsltproc
13 Standards-Version: 4.1.4
14 Homepage: http://grml.org/grml2usb/
15 Vcs-git: git://git.grml.org/grml2usb.git
16 Vcs-Browser: https://git.grml.org/?p=grml2usb.git
17
18 Package: grml2usb
19 Architecture: amd64 i386
20 Depends: mtools,
21          python,
22          python-parted,
23          coreutils (>= 8.23-1~) | realpath,
24          rsync,
25          syslinux | grub-pc | grub-efi-amd64,
26          ${misc:Depends},
27          ${shlibs:Depends}
28 Recommends: syslinux,
29             syslinux-utils,
30             xorriso | genisoimage
31 Description: install Grml system / ISO to usb device
32  This script installs a Grml ISO to an USB device to be able
33  to boot from it.  Make sure you have at least one Grml ISO
34  or a running Grml system (/lib/live/mount/medium) available.