From 3f776793aa188a538869f2276915b29c7d6e91d5 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 24 Apr 2021 21:58:15 +0200 Subject: [PATCH] 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 --- Makefile | 2 +- debian/control | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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/ -- 2.1.4