[linux-signed] 01/05: For jessie-backports, don't sign kernel images as sbsigntool is not available
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Tue Oct 4 02:48:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch jessie-backports
in repository linux-signed.
commit 98bb8ee9982bc5639a3454ae807b924d416449d2
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Mon Oct 3 23:57:09 2016 +0100
For jessie-backports, don't sign kernel images as sbsigntool is not available
---
debian/bin/sign.py | 4 ++++
debian/changelog | 7 +++++++
debian/templates/control.source.in | 2 +-
3 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/debian/bin/sign.py b/debian/bin/sign.py
index 7895825..bb018a4 100755
--- a/debian/bin/sign.py
+++ b/debian/bin/sign.py
@@ -206,6 +206,10 @@ def sign(config_name, imageversion_str, modules_privkey_name, modules_cert_name,
'%s/lib/modules/%s' % (signature_dir, kernelversion),
modules_privkey_name, modules_cert_name)
+ # XXX jessie-backports doesn't have sbsigntool so only sign
+ # modules
+ continue
+
# Currently we can only sign kernel images built with an
# EFI stub, which has space for an embedded signature.
with open(os.path.join(package_dir,
diff --git a/debian/changelog b/debian/changelog
index f224d6e..d786102 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+linux-signed (2.6~bpo8+1) UNRELEASED; urgency=medium
+
+ * Rebuild for jessie-backports:
+ - Don't sign kernel images as sbsigntool is not available
+
+ -- Ben Hutchings <ben at decadent.org.uk> Mon, 03 Oct 2016 23:58:56 +0100
+
linux-signed (2.6) unstable; urgency=medium
* Update to linux version 4.7.5-1
diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in
index ccf0184..f4ffeb9 100644
--- a/debian/templates/control.source.in
+++ b/debian/templates/control.source.in
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Kernel Team <debian-kernel at lists.debian.org>
Uploaders: Ben Hutchings <ben at decadent.org.uk>
Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 9~), rsync, sbsigntool [amd64 arm64 armhf i386], kernel-wedge (>= 2.94~), linux-kbuild- at version@
+Build-Depends: debhelper (>= 9~), rsync, kernel-wedge (>= 2.94~), linux-kbuild- at version@
Vcs-Git: https://anonscm.debian.org/git/kernel/linux-signed.git
Vcs-Browser: https://anonscm.debian.org/cgit/kernel/linux-signed.git
Homepage: https://www.kernel.org/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux-signed.git
More information about the Kernel-svn-changes
mailing list