Control: tags -1 patch Please find a patch attached.
>From dceec96516b9315fd933587c2bf7523a45fb4f32 Mon Sep 17 00:00:00 2001 From: Bastian Germann <b...@debian.org> Date: Thu, 1 May 2025 19:46:59 +0200 Subject: [PATCH] Run fff unit tests
--- debian/control | 1 + debian/rules | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 80bf7ee..d8f2d53 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: debhelper-compat (= 13), check, gnu-efi, help2man <!nodoc>, + libfff-dev <!nocheck>, libpci-dev, pkgconf, python3-shtab, diff --git a/debian/rules b/debian/rules index ee00053..12a090b 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,3 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) -n "Generate unified kernel image" \ tools/bg_gen_unified_kernel endif - -# do not run the tests until fff is available in Debian -override_dh_auto_test: - true