diff options
| author | Steve McIntyre <steve@einval.com> | 2019-03-12 01:37:40 +0000 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2019-03-12 01:37:40 +0000 |
| commit | 14b8b20ebdb6f9d1df94d797b497737b96101e97 (patch) | |
| tree | c6a54656630d2f3a2955955a6ce36a56b09675b2 | |
| parent | 424d859ce103d8d8fbc5a8a671e5168f8ed41c20 (diff) | |
| download | efi-boot-shim-14b8b20ebdb6f9d1df94d797b497737b96101e97.tar.gz efi-boot-shim-14b8b20ebdb6f9d1df94d797b497737b96101e97.zip | |
Remove Rules-Requires-Root in the signing template.
We manually install things owned by root. There might be better ways
to do this, but this will do for now.
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | debian/signing-template/control.in | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 04f48a94..792039c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,11 @@ shim (15+1533136590.3beb971-5) UNRELEASED; urgency=medium [ Ansgar Burchardt ] * Correct maintainer address in signing template + [ Steve McIntyre ] + * Remove Rules-Requires-Root in the signing template. We manually install + things owned by root. There might be better ways to do this, but this + will do for now. + -- Steve McIntyre <93sam@debian.org> Sat, 09 Mar 2019 22:24:23 +0000 shim (15+1533136590.3beb971-4) unstable; urgency=medium diff --git a/debian/signing-template/control.in b/debian/signing-template/control.in index 87881e2c..96664232 100644 --- a/debian/signing-template/control.in +++ b/debian/signing-template/control.in @@ -6,7 +6,6 @@ Standards-Version: 4.3.0 Build-Depends: debhelper (>= 10.1~), sbsigntool [amd64 arm64 i386], shim-unsigned (= @version_binary@), -Rules-Requires-Root: no Package: shim-helpers-@arch@-signed Architecture: @arch@ |
