[linux] 02/02: linux-source: Depend on xz-utils, not bzip2 (Closes: #796940)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Wed Aug 26 01:03:46 UTC 2015


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

benh pushed a commit to branch jessie
in repository linux.

commit 45558539858fe5fad50f976f1856616fcc970729
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Wed Aug 26 00:18:28 2015 +0100

    linux-source: Depend on xz-utils, not bzip2 (Closes: #796940)
    
    (cherry picked from commit 48cb343ec0934ea87dd0a734597cfa2249b04c66)
---
 debian/changelog                 | 1 +
 debian/templates/control.main.in | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8948fbb..2ca0dbf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -465,6 +465,7 @@ linux (3.16.7-ckt15-1) UNRELEASED; urgency=medium
   * block: Do a full clone when splitting discard bios (Closes: #793326)
   * [armel,sh4] linux-image: Recommend u-boot-tools rather than the obsolete
     uboot-mkimage package (Closes: #793608)
+  * linux-source: Depend on xz-utils, not bzip2 (Closes: #796940)
 
   [ Ian Campbell ]
   * [xen] xen-netback: return correct ethtool stats (Closes: #786936)
diff --git a/debian/templates/control.main.in b/debian/templates/control.main.in
index 0c250cc..1663b5a 100644
--- a/debian/templates/control.main.in
+++ b/debian/templates/control.main.in
@@ -1,7 +1,7 @@
 Package: linux-source- at version@
 Architecture: all
 Section: kernel
-Depends: binutils, bzip2, ${misc:Depends}
+Depends: binutils, xz-utils, ${misc:Depends}
 Recommends: libc6-dev | libc-dev, gcc, make, bc
 Suggests: libncurses-dev | ncurses-dev, libqt4-dev, pkg-config
 Multi-Arch: foreign

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