codecheck: rely on flake8, isort + black during build time
[grml2usb.git] / debian / control
index e2fbeb7..ba485f8 100644 (file)
@@ -4,30 +4,34 @@ Priority: optional
 Maintainer: Grml Team <team@grml.org>
 Uploaders: Michael Prokop <mika@debian.org>,
            Alexander Wirt <formorer@debian.org>,
-           Christian Hofstaedtler <christian@hofstaedtler.name>,
+           Christian Hofstaedtler <zeha@debian.org>,
            Ulrich Dangel <mru@spamt.net>
 Build-Depends: asciidoc,
-               debhelper (>= 7),
+               black,
+               debhelper-compat (= 12),
                docbook-xsl,
-               xsltproc
-Standards-Version: 3.9.6
-Homepage: http://grml.org/grml2usb/
+               flake8,
+               isort,
+               xsltproc,
+Standards-Version: 4.4.1
+Homepage: https://grml.org/grml2usb/
 Vcs-git: git://git.grml.org/grml2usb.git
-Vcs-Browser: http://git.grml.org/?p=grml2usb.git
+Vcs-Browser: https://git.grml.org/?p=grml2usb.git
 
 Package: grml2usb
 Architecture: amd64 i386
-Depends: mtools,
-         python,
-         python-parted,
-         realpath,
+Depends: kmod,
+         mtools,
+         python3,
+         python3-parted,
          rsync,
-         syslinux | grub-pc,
+         syslinux | grub2-common, syslinux | grub-pc-bin,
          ${misc:Depends},
          ${shlibs:Depends}
 Recommends: syslinux,
+            syslinux-utils,
             xorriso | genisoimage
 Description: install Grml system / ISO to usb device
  This script installs a Grml ISO to an USB device to be able
  to boot from it.  Make sure you have at least one Grml ISO
- or a running Grml system (/lib/live/mount/medium) available.
+ or a running Grml system (/run/live/medium) available.