grml2usb: Add smoke autopkgtest for python2
[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: kmod,
21          mtools,
22          python,
23          python-parted,
24          rsync,
25          syslinux | grub2-common, syslinux | grub-pc-bin,
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 (/run/live/medium) available.