mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-07-27 06:55:53 +00:00
* debian/rules:
- Update dh_auto_build/dh_auto_clean for new upstream options: set MAKELEVEL.
This commit is contained in:
parent
ba899c3d3c
commit
62a4fa2d31
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -2,6 +2,9 @@ shim (12+1501864225.b586175-0) UNRELEASED; urgency=medium
|
|||||||
|
|
||||||
* New upstream snapshot: 12+1501864225.b586175.
|
* New upstream snapshot: 12+1501864225.b586175.
|
||||||
* debian/control: add a Build-Depends on libnss3-tools for pk12-util.
|
* debian/control: add a Build-Depends on libnss3-tools for pk12-util.
|
||||||
|
* debian/rules:
|
||||||
|
- Update dh_auto_build/dh_auto_clean for new upstream options: set
|
||||||
|
MAKELEVEL.
|
||||||
|
|
||||||
-- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Fri, 04 Aug 2017 12:33:22 -0400
|
-- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Fri, 04 Aug 2017 12:33:22 -0400
|
||||||
|
|
||||||
|
7
debian/rules
vendored
7
debian/rules
vendored
@ -13,8 +13,13 @@ endif
|
|||||||
%:
|
%:
|
||||||
dh $@ --parallel
|
dh $@ --parallel
|
||||||
|
|
||||||
|
override_dh_auto_clean:
|
||||||
|
dh_auto_clean -- MAKELEVEL=0
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
dh_auto_build -- EFI_PATH=/usr/lib VENDOR_CERT_FILE=$(cert)
|
dh_auto_build -- \
|
||||||
|
MAKELEVEL=0 \
|
||||||
|
EFI_PATH=/usr/lib \
|
||||||
|
VENDOR_CERT_FILE=$(cert)
|
||||||
|
|
||||||
override_dh_fixperms:
|
override_dh_fixperms:
|
||||||
dh_fixperms
|
dh_fixperms
|
||||||
|
Loading…
Reference in New Issue
Block a user