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.
This commit is contained in:
Ben Hutchings 2016-09-15 17:06:43 +01:00
parent 22a9e16882
commit 900cf04cac
2 changed files with 5 additions and 1 deletions

2
debian/changelog vendored
View File

@ -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<version> (Closes: #837710)
* xen-linux-system: Relax dependency on linux-image to allow for version
suffix added by linux-signed
-- Ben Hutchings <ben@decadent.org.uk> Sat, 03 Sep 2016 18:34:31 +0100

View File

@ -1,7 +1,9 @@
Package: xen-linux-system-@abiname@@localversion@
Build-Profiles: <!stage1>
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.