[linux] 01/01: debian/control: Fix version in dependencies on linux-headers-*-common*

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun Jul 23 21:49:25 UTC 2017


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

benh pushed a commit to branch master
in repository linux.

commit 662ee32fad6314189f5d75bdbb818bff8fde4e6e
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Jul 23 22:46:31 2017 +0100

    debian/control: Fix version in dependencies on linux-headers-*-common*
    
    linux-headers-*-common* packages are arch-independent since version
    4.9~rc7-1~exp1, so to allow for binNMUs we need to specify
    ${source:Version} in versioned dependencies on them.
    
    Closes: #869511
---
 debian/changelog                    | 2 ++
 debian/templates/control.headers.in | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3f897ff..13161c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ linux (4.12.3-1~exp1) UNRELEASED; urgency=medium
   * [armhf] Revert "gpu: host1x: Add IOMMU support"
   * [armhf] udeb: Replace imx-ipuv3-crtc with imxdrm in fb-modules
   * [i386] perf tools: Fix unwind build (fixes FTBFS)
+  * debian/control: Fix version in dependencies on arch-independent
+    linux-headers-*-common* (Closes: #869511)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Tue, 18 Jul 2017 13:26:41 +0100
 
diff --git a/debian/templates/control.headers.in b/debian/templates/control.headers.in
index e399b8f..38f7034 100644
--- a/debian/templates/control.headers.in
+++ b/debian/templates/control.headers.in
@@ -1,6 +1,6 @@
 Package: linux-headers- at abiname@@localversion@
 Build-Profiles: <!stage1>
-Depends: linux-headers- at abiname@-common at localversion_headers@ (= ${binary:Version}), linux-kbuild- at version@, ${misc:Depends}
+Depends: linux-headers- at abiname@-common at localversion_headers@ (= ${source:Version}), linux-kbuild- at version@, ${misc:Depends}
 Description: Header files for Linux @abiname@@localversion@
  This package provides the architecture-specific kernel header files
  for Linux kernel @abiname@@localversion@, generally

-- 
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