Also limit the number of archs for liblldb-dev

This commit is contained in:
Sylvestre Ledru 2013-12-18 10:25:00 +00:00
parent ccc064e352
commit bf6ebbcaff
2 changed files with 3 additions and 1 deletions

1
debian/changelog vendored
View File

@ -5,6 +5,7 @@ llvm-toolchain-3.4 (1:3.4~+rc3-1) unstable; urgency=low
See: fix-an-issue-in-chroot-witout-proc.diff
* Bring back lldb-link-atomic.diff to make sure lldb builds under
powerpc
* Also limit the number of archs for liblldb-dev
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 17 Dec 2013 11:27:40 +0100

3
debian/control vendored
View File

@ -373,7 +373,8 @@ Description: Next generation, high-performance debugger
Project, such as the Clang expression parser and LLVM disassembler.
Package: lldb-3.4-dev
Architecture: any
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc alpha arm64 hppa m68k powerpcspe ppc64 sh4 sparc64 x32 powerpc
# ia64 mips mipsel hurd have been removed
Depends: ${shlibs:Depends}, ${misc:Depends}, lldb-3.4 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Description: Next generation, high-performance debugger - Header files