[linux] 01/01: xen-linux-system: Relax dependency on linux-image to allow for version suffix added by linux-signed

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Sep 15 16:10:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit 900cf04cace83bbd39c504ada30b30a7b82cea42
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Thu Sep 15 17:06:43 2016 +0100

    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 4dd377c..d120983 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<version> (Closes: #837710)
+  * xen-linux-system: Relax dependency on linux-image to allow for version
+    suffix added by linux-signed
 
  -- Ben Hutchings <ben at decadent.org.uk>  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 c30da13..4471621 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- at abiname@@localversion@
 Build-Profiles: <!stage1>
 Section: metapackages
-Depends: linux-image- at abiname@@localversion@ (= ${binary:Version}), ${misc:Depends}
+Depends: linux-image- at abiname@@localversion@ (>= ${binary:Version}),
+ linux-image- at 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.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list