codecheck: rely on flake8, isort + black during build time
[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                black,
11                debhelper-compat (= 12),
12                docbook-xsl,
13                flake8,
14                isort,
15                xsltproc,
16 Standards-Version: 4.4.1
17 Homepage: https://grml.org/grml2usb/
18 Vcs-git: git://git.grml.org/grml2usb.git
19 Vcs-Browser: https://git.grml.org/?p=grml2usb.git
20
21 Package: grml2usb
22 Architecture: amd64 i386
23 Depends: kmod,
24          mtools,
25          python3,
26          python3-parted,
27          rsync,
28          syslinux | grub2-common, syslinux | grub-pc-bin,
29          ${misc:Depends},
30          ${shlibs:Depends}
31 Recommends: syslinux,
32             syslinux-utils,
33             xorriso | genisoimage
34 Description: install Grml system / ISO to usb device
35  This script installs a Grml ISO to an USB device to be able
36  to boot from it.  Make sure you have at least one Grml ISO
37  or a running Grml system (/run/live/medium) available.