Switch default mount point from /lib/live/mount/medium to /run/live/medium
[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.3.0
14 Homepage: https://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          rsync,
24          syslinux | grub2-common, syslinux | grub-pc-bin,
25          ${misc:Depends},
26          ${shlibs:Depends}
27 Recommends: syslinux,
28             syslinux-utils,
29             xorriso | genisoimage
30 Description: install Grml system / ISO to usb device
31  This script installs a Grml ISO to an USB device to be able
32  to boot from it.  Make sure you have at least one Grml ISO
33  or a running Grml system (/run/live/medium) available.