[linux] 01/04: 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:02:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux.
commit 48cb343ec0934ea87dd0a734597cfa2249b04c66
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)
---
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 e0adcbc..856ddca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ linux (4.2~rc8-1~exp2) UNRELEASED; urgency=medium
* Remove all support for ia64 (Closes: #679545, #691576, #728706)
* [s390x] Compile with gcc-4.9 (Closes: #796845)
+ * linux-source: Depend on xz-utils, not bzip2 (Closes: #796940)
-- Ben Hutchings <ben at decadent.org.uk> Tue, 25 Aug 2015 18:50:57 +0100
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