From 364f50ff21c08193ddfffc5844c24e22069694a2 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 27 Oct 2013 17:59:18 +0000 Subject: [PATCH] Remove build-dependency on libunwind8-dev on ia64 libunwind8-dev is available but practically uninstallable on ia64, as the default compiler version is still gcc-4.6 which depends on libunwind7-dev and thus conflicts with it. We could use libunwind7-dev instead, but then we only want it for perf which we can't build for ia64 anyway! svn path=/dists/sid/linux-tools/; revision=20741 --- debian/changelog | 2 +- debian/templates/control.source.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index fb604b5c0..9dbb40405 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ linux-tools (3.11-2) UNRELEASED; urgency=low * linux-tools: Limit build-dependency on libunwind8-dev to architectures - where it is available + where it is available and needed -- Ben Hutchings Sun, 27 Oct 2013 17:15:02 +0000 diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in index f2622a49b..c48eb7251 100644 --- a/debian/templates/control.source.in +++ b/debian/templates/control.source.in @@ -6,7 +6,7 @@ Uploaders: Bastian Blank , Ben Hutchings Standards-Version: 3.9.4 Build-Depends: debhelper (>> 7), python, - asciidoc, binutils-dev, bison, flex, libaudit-dev, libdw-dev, libelf-dev, libnewt-dev, libperl-dev, libunwind8-dev [amd64 armel armhf i386 ia64 mips powerpc ppc64], python-dev, xmlto, + asciidoc, binutils-dev, bison, flex, libaudit-dev, libdw-dev, libelf-dev, libnewt-dev, libperl-dev, libunwind8-dev [amd64 armel armhf i386 mips powerpc ppc64], python-dev, xmlto, autoconf, automake, libtool, libglib2.0-dev, libsysfs-dev, libwrap0-dev Vcs-Svn: svn://svn.debian.org/svn/kernel/dists/trunk/linux-tools/ Vcs-Browser: http://anonscm.debian.org/viewvc/kernel/dists/trunk/linux-tools/