python-lldb-4.0 archs "any" to a list like others pkg

This commit is contained in:
Sylvestre Ledru 2016-09-02 11:13:44 +00:00
parent b674ea6606
commit d26e16f8f5
2 changed files with 3 additions and 1 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ llvm-toolchain-snapshot (1:4.0~svn279916-2) UNRELEASED; urgency=medium
* Merge clang-include-fixer-4.0 into clang-4.0. Don't think
it deserves it own package
* python-lldb-4.0 archs "any" to a list like others pkg
* Port to kfreebsd. Many thanks to Pino Toscano
(Closes: #835665)
* clang_getAllSkippedRanges in the list of libclang1 symbols

3
debian/control vendored
View File

@ -490,7 +490,8 @@ Description: Next generation, high-performance debugger, debugging libraries
Package: python-lldb-4.0
Section: python
Architecture: any
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc hppa m68k powerpcspe sh4 x32 mips mipsel
# ia64 mips mipsel hurd ppc64 ppc64el alpha s390x powerpc sparc64 have been removed
Depends: ${shlibs:Depends}, ${misc:Depends}, liblldb-4.0-dev, python, python-six
Conflicts: python-lldb-3.4, python-lldb-3.5, python-lldb-3.6, python-lldb-3.7, python-lldb-3.8, python-lldb-3.9
Pre-Depends: ${misc:Pre-Depends}