debian: execute `wrap-and-sort -a -t -s`
[grml2usb.git] / debian / control
1 Source: grml2usb
2 Section: admin
3 Priority: optional
4 Maintainer: Grml Team <team@grml.org>
5 Uploaders:
6  Michael Prokop <mika@debian.org>,
7  Alexander Wirt <formorer@debian.org>,
8  Christian Hofstaedtler <zeha@debian.org>,
9  Ulrich Dangel <mru@spamt.net>,
10 Build-Depends:
11  asciidoc,
12  black,
13  debhelper-compat (= 12),
14  docbook-xsl,
15  flake8,
16  isort,
17  xsltproc,
18 Standards-Version: 4.5.0
19 Homepage: https://grml.org/grml2usb/
20 Vcs-git: git://git.grml.org/grml2usb.git
21 Vcs-Browser: https://git.grml.org/?p=grml2usb.git
22
23 Package: grml2usb
24 Architecture: amd64 i386
25 Depends:
26  kmod,
27  mtools,
28  python3,
29  python3-parted,
30  rsync,
31  syslinux | grub-pc-bin,
32  syslinux | grub2-common,
33  ${misc:Depends},
34  ${shlibs:Depends},
35 Recommends:
36  syslinux,
37  syslinux-utils,
38  xorriso | genisoimage,
39 Description: install Grml system / ISO to usb device
40  This script installs a Grml ISO to an USB device to be able
41  to boot from it.  Make sure you have at least one Grml ISO
42  or a running Grml system (/run/live/medium) available.