mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-07-27 08:57:14 +00:00
debian/rules: clean up after *.signed files.
This commit is contained in:
parent
2993c0ee31
commit
ee22d4255d
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -18,6 +18,7 @@ shim (12+1503074702.5202f80-0ubuntu1) UNRELEASED; urgency=medium
|
|||||||
included upstream.
|
included upstream.
|
||||||
* debian/patches/fix_makefile_phony.patch: fix a makefile bug causing shim
|
* debian/patches/fix_makefile_phony.patch: fix a makefile bug causing shim
|
||||||
to fail to build, because it gets confused about the .signed efi files.
|
to fail to build, because it gets confused about the .signed efi files.
|
||||||
|
* debian/rules: clean up after *.signed files.
|
||||||
|
|
||||||
-- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Tue, 29 Aug 2017 13:55:45 -0400
|
-- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Tue, 29 Aug 2017 13:55:45 -0400
|
||||||
|
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -19,6 +19,8 @@ endif
|
|||||||
|
|
||||||
override_dh_auto_clean:
|
override_dh_auto_clean:
|
||||||
dh_auto_clean -- MAKELEVEL=0
|
dh_auto_clean -- MAKELEVEL=0
|
||||||
|
rm -f *.signed
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
dh_auto_build -- \
|
dh_auto_build -- \
|
||||||
MAKELEVEL=0 \
|
MAKELEVEL=0 \
|
||||||
|
Loading…
Reference in New Issue
Block a user