From e0556359738026909fdf22c29f1c3d7e531bcde2 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Sat, 19 Oct 2024 16:33:01 +0200 Subject: [PATCH] debian: Do not run codecheck We do not want to depend on these checks succeeding in Debian. They should run in CI and that shall be enough. --- debian/control | 4 ---- debian/rules | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/control b/debian/control index 3df2fa6..b0e9fb7 100644 --- a/debian/control +++ b/debian/control @@ -9,13 +9,9 @@ Uploaders: Ulrich Dangel , Build-Depends: asciidoc, - black, debhelper-compat (= 12), docbook-xsl, - flake8, - isort, nasm, - vulture, xsltproc, Standards-Version: 4.6.2 Rules-Requires-Root: no diff --git a/debian/rules b/debian/rules index 7d696b5..05f4b17 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ override_dh_auto_build: dh_testdir grep -qE '^PROG_VERSION = "\*\*\*UNKNOWN\*\*\*"' grml2usb || (echo "PROG_VERSION in grml2usb wrong." && exit 2) $(MAKE) -C mbr - $(MAKE) + $(MAKE) doc override_dh_fixperms: chmod 664 ./debian/grml2usb/usr/share/grml2usb/mbr/mbrldr