From 900cf04cace83bbd39c504ada30b30a7b82cea42 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 15 Sep 2016 17:06:43 +0100 Subject: [PATCH] xen-linux-system: Relax dependency on linux-image to allow for version suffix added by linux-signed I don't know what the suffix is going to be next time we need to add it, but it will sort lower than the '+deb' suffix added for stable security updates. --- debian/changelog | 2 ++ debian/templates/control.xen-linux-system.in | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4dd377c87824..d1209831ed2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -125,6 +125,8 @@ linux (4.7.3-1) UNRELEASED; urgency=medium * [hppa] Disable FTRACE due to huge size cost (Closes: #837588) * [powerpcspe] xmon: Don't use ld on 32-bit (Closes: #836741) * liblockdep-dev: Add dependency on liblockdep (Closes: #837710) + * xen-linux-system: Relax dependency on linux-image to allow for version + suffix added by linux-signed -- Ben Hutchings Sat, 03 Sep 2016 18:34:31 +0100 diff --git a/debian/templates/control.xen-linux-system.in b/debian/templates/control.xen-linux-system.in index c30da13d1a16..44716211d5a5 100644 --- a/debian/templates/control.xen-linux-system.in +++ b/debian/templates/control.xen-linux-system.in @@ -1,7 +1,9 @@ Package: xen-linux-system-@abiname@@localversion@ Build-Profiles: Section: metapackages -Depends: linux-image-@abiname@@localversion@ (= ${binary:Version}), ${misc:Depends} +Depends: linux-image-@abiname@@localversion@ (>= ${binary:Version}), + linux-image-@abiname@@localversion@ (<< ${binary:Version}+deb), + ${misc:Depends} Description: Xen system with Linux @upstreamversion@ on @class@ (meta-package) This package depends on the binary Linux image and hypervisors.