diff options
| author | Steve Langasek <steve.langasek@canonical.com> | 2012-10-04 17:46:51 +0000 |
|---|---|---|
| committer | Steve Langasek <steve.langasek@canonical.com> | 2012-10-04 17:46:51 +0000 |
| commit | 63e313d7532ff0e89c1e298db3328a40e3f5f68a (patch) | |
| tree | 158b1e73cf7e9540b21d4a2dc26f0ae6de5ae87f /debian/control | |
| parent | 76e675cb49c973c62e5107f2d36330941f3888e7 (diff) | |
| download | efi-boot-shim-63e313d7532ff0e89c1e298db3328a40e3f5f68a.tar.gz efi-boot-shim-63e313d7532ff0e89c1e298db3328a40e3f5f68a.zip | |
Only build the package for amd64; we're not signing an i386 shim at this
stage so there's no point in building it.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4f27419e..0e27bb52 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9), gnu-efi Vcs-Bzr: lp:ubuntu/shim Package: shim -Architecture: any +Architecture: amd64 Depends: ${shlibs:Depends}, ${misc:Depends} Description: boot loader to chain-load signed boot loaders under Secure Boot This package provides a minimalist boot loader which allows verifying |
