diff --git a/debian/changelog b/debian/changelog index 3f03db3..f6b1de3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ shim (15.5-1) UNRELEASED; urgency=medium - fix-import_one_mok_state.patch - fix_arm64_rela_sections.patch - relax_check_for_import_mok_state.patch + * Tweak setup for dh_auto_test so the tests work -- Steve McIntyre <93sam@debian.org> Wed, 27 Apr 2022 22:50:08 +0100 diff --git a/debian/rules b/debian/rules index 58620be..6228fcc 100755 --- a/debian/rules +++ b/debian/rules @@ -70,6 +70,9 @@ override_dh_auto_clean: override_dh_auto_build: $(DBX_LIST) $(SBAT_DATA) dh_auto_build -- INSTALL=install $(COMMON_OPTIONS) +override_dh_auto_test: $(DBX_LIST) $(SBAT_DATA) + dh_auto_test -- INSTALL=install $(COMMON_OPTIONS) + override_dh_auto_install: dh_auto_install --destdir=debian/tmp -- INSTALL=install $(COMMON_OPTIONS) # Remove the copy of the source that's installed - we have git