Fix vulture usage and add vulture to Build-Depends
authorMichael Prokop <mika@grml.org>
Sat, 24 Apr 2021 19:58:15 +0000 (21:58 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 24 Apr 2021 20:09:42 +0000 (22:09 +0200)
* grml2iso is a shell script, executing vulture doesn't work on it
* the Debian package build process executes 'make codecheck:', so
  everything what's needed for its execution needs to be covered through
  the Build-Dependencies, accordingly add add vulture to Build-Depends

Makefile
debian/control

index 6d506eb..dd12e74 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ codecheck:
        flake8 grml2usb
        isort --check-only grml2usb
        black --check grml2usb
-       vulture grml2iso grml2usb test/grml2usb_test.py
+       vulture grml2usb test/grml2usb_test.py
 
 test:
        pytest
index e5c58b0..d6cac4f 100644 (file)
@@ -14,6 +14,7 @@ Build-Depends:
  docbook-xsl,
  flake8,
  isort,
+ vulture,
  xsltproc,
 Standards-Version: 4.5.1
 Homepage: https://grml.org/grml2usb/