diff --git a/debian/changelog b/debian/changelog index db0bc5e7..42c94efd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/control b/debian/control index 3fee0f11..ae69c962 100644 --- a/debian/control +++ b/debian/control @@ -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}