[F-K][linux-signed-gcp PATCH] UBUNTU: [Packaging] Add sbsigntool build-dependcy on all arches
Dimitri John Ledkov
dimitri.ledkov at canonical.com
Fri Jan 27 11:45:00 UTC 2023
BugLink: https://bugs.launchpad.net/bugs/2004010
Add sbsigntool build-dependcy on all arches, it is used to verify
correct signing in the signing archive.
Signed-off-by: Dimitri John Ledkov <dimitri.ledkov at canonical.com>
---
This needs to apply to all linux-signed-{gcp,gke}{,-*} in at least
focal to kinetic, that build on arm64. If this is reviewed, I can go
through all the repositories and push this change to them all.
I am not sure when or why this build-dependency happened like this,
given that sbsigntool has existed on arm64 for a very long time and
used by all other arm64 linux-signed packages.
debian/control.stub | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control.stub b/debian/control.stub
index a597cadad1..7227aab2a9 100644
--- a/debian/control.stub
+++ b/debian/control.stub
@@ -8,6 +8,6 @@ Build-Depends:
python3,
python3-apt,
Build-Depends-Arch:
- sbsigntool [amd64],
+ sbsigntool,
@DEPENDS@,
Standards-Version: 3.9.4
--
2.34.1
More information about the kernel-team
mailing list