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
This commit is contained in:
Ben Hutchings 2013-10-27 17:59:18 +00:00
parent 6138aa4f8b
commit 364f50ff21
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Sun, 27 Oct 2013 17:15:02 +0000

View File

@ -6,7 +6,7 @@ Uploaders: Bastian Blank <waldi@debian.org>, Ben Hutchings <ben@decadent.org.uk>
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/