[linux] 01/02: Move debug symbols into the debug archive

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Jul 7 17:44:31 UTC 2016


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

waldi pushed a commit to branch master
in repository linux.

commit cf16dd6fec6ef8854aaeae5a7fd8bc9c215b1990
Author: Bastian Blank <waldi at debian.org>
Date:   Thu Jul 7 19:41:28 2016 +0200

    Move debug symbols into the debug archive
    
    Currently the extra setting Auto-Built-Package: debug-symbols is needed
    to actually move it in addition to the debug section.
---
 debian/changelog                      | 3 +++
 debian/templates/control.image-dbg.in | 1 +
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 89ffede..0eadc42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,9 @@ linux (4.7~rc6-1~exp1) UNRELEASED; urgency=medium
     image kernel
   * [x86] KASLR, power: Remove x86 hibernation restrictions
 
+  [ Bastian Blank ]
+  * Mark debug symbols packages to move them into the debug archive.
+
  -- Ben Hutchings <ben at decadent.org.uk>  Tue, 21 Jun 2016 20:43:50 +0100
 
 linux (4.7~rc4-1~exp1) experimental; urgency=medium
diff --git a/debian/templates/control.image-dbg.in b/debian/templates/control.image-dbg.in
index 39cbe9c..788eb09 100644
--- a/debian/templates/control.image-dbg.in
+++ b/debian/templates/control.image-dbg.in
@@ -3,6 +3,7 @@ Build-Profiles: <!stage1>
 Depends: ${misc:Depends}
 Section: debug
 Priority: extra
+Auto-Built-Package: debug-symbols
 Description: Debugging symbols for Linux @abiname@@localversion@
  This package provides the detached debugging symbols for the Linux kernel
  and modules in linux-image- at abiname@@localversion at .

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