[linux-signed] 04/04: debian/control: Add versioned dependency on initramfs-tools
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Mon Apr 18 02:44:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux-signed.
commit e23f1257fd3df8f4381bd9e61ba5ed6f283468ea
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Sun Apr 17 17:26:43 2016 +0100
debian/control: Add versioned dependency on initramfs-tools
... to ensure it installs a hook script
---
debian/changelog | 2 ++
debian/templates/control.image-signed.in | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 3ba2061..12c2612 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ linux-signed (1~exp3) UNRELEASED; urgency=medium
modprobe in the initramfs (see #821307)
* Invoke hooks under /etc/kernel/signed_post{inst,rm} from maintainer
scripts instead of running update-grub directly
+ * debian/control: Add versioned dependency on initramfs-tools to ensure
+ it installs a hook script
-- Ben Hutchings <ben at decadent.org.uk> Sun, 17 Apr 2016 13:41:41 +0100
diff --git a/debian/templates/control.image-signed.in b/debian/templates/control.image-signed.in
index 79dd54f..7fcde68 100644
--- a/debian/templates/control.image-signed.in
+++ b/debian/templates/control.image-signed.in
@@ -1,6 +1,7 @@
Package: linux-image- at abiname@@localversion at -signed
Depends: linux-image- at abiname@@localversion@ (= ${kernel:ImageVersion}),
- kmod (>= 22-1.2~), ${kernel:ImageSignTool}, ${misc:Depends}
+ kmod (>= 22-1.2~), initramfs-tools (>= 0.125~), ${kernel:ImageSignTool},
+ ${misc:Depends}
Breaks: busybox (<< 1:1.22.0-19~), busybox-static
Description: Signatures for Linux @abiname@@localversion@ kernel and modules
This package provides signatures for the kernel image and modules in
--
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