diff --git a/debian/changelog b/debian/changelog index 47b12d30..3bcac679 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ llvm-toolchain-7 (1:7-2) unstable; urgency=medium - built with libc++-8-dev - run with libc++1-7 (Closes: #903802) + * Remove circular dependency by removing python-lldb-7: Depends: liblldb-7-dev + (Closes: #888889) -- Sylvestre Ledru Wed, 19 Sep 2018 14:12:34 +0200 diff --git a/debian/control b/debian/control index 36c58d83..6dd39b5e 100644 --- a/debian/control +++ b/debian/control @@ -448,7 +448,7 @@ Package: python-lldb-7 Section: python Architecture: amd64 arm64 armel armhf i386 mips mipsel mips64el ppc64el kfreebsd-amd64 kfreebsd-i386 s390 sparc hppa m68k sh4 x32 # ia64 hurd powerpc powerpcspe ppc64 alpha s390x sparc64 have been removed -Depends: ${shlibs:Depends}, ${misc:Depends}, liblldb-7-dev, python, python-six +Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-six Conflicts: python-lldb-3.8, python-lldb-3.9, python-lldb-x.y Replaces: python-lldb-x.y Provides: python-lldb-x.y