mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-11-01 13:36:31 +00:00
Tweak setup for dh_auto_test so the tests work
This commit is contained in:
parent
7c81b875e3
commit
b947ca6ac0
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
|
||||
|
||||
|
||||
3
debian/rules
vendored
3
debian/rules
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user