From: Michael Prokop Date: Sat, 24 Apr 2021 19:58:15 +0000 (+0200) Subject: Fix vulture usage and add vulture to Build-Depends X-Git-Tag: v0.19.0~4 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=3f776793aa188a538869f2276915b29c7d6e91d5;hp=a5f57b0cb1685060817004b9d66ca1dfa0728b78 Fix vulture usage and add vulture to Build-Depends * 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 --- diff --git a/Makefile b/Makefile index 6d506eb..dd12e74 100644 --- 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 diff --git a/debian/control b/debian/control index e5c58b0..d6cac4f 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Build-Depends: docbook-xsl, flake8, isort, + vulture, xsltproc, Standards-Version: 4.5.1 Homepage: https://grml.org/grml2usb/