diff --git a/debian/changelog b/debian/changelog index 9469d941..1a73dde7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +llvm-toolchain-7 (1:7~+rc2-1~exp3) experimental; urgency=medium + + * Remove libtool flex, bison, dejagnu, tcl, expect, + and perl from the build deps (testing) + * Disable force-gcc-header-obj.diff as it is introducing + some regressions in the search headers + (Closes: #903709) + + [ Gianfranco Costamagna ] + * Add liblldb-7-dev to python-lldb runtime dependencies, needed to import it + * Enable lld on arm64, mips64el + * Enable lldb on mips64el + + -- Sylvestre Ledru Sun, 26 Aug 2018 14:00:14 +0200 + llvm-toolchain-7 (1:7~+rc2-1~exp2) experimental; urgency=medium * Force sphinx to be >> 1.2.3 diff --git a/debian/control b/debian/control index 2269f19e..92821b6b 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: devel Priority: optional Maintainer: LLVM Packaging Team Uploaders: Sylvestre Ledru -Build-Depends: debhelper (>= 9.0), flex, bison, dejagnu, tcl, expect, - cmake, perl, libtool, chrpath, texinfo, sharutils, libffi-dev (>= 3.0.9), +Build-Depends: debhelper (>= 9.0), cmake, chrpath, texinfo, sharutils, + libffi-dev (>= 3.0.9), lsb-release, patchutils, diffstat, xz-utils, python-dev, libedit-dev, libncurses5-dev, swig, python-six, python-sphinx (>= 1.3.6), binutils-dev, @@ -583,7 +583,6 @@ Description: LLVM low level support for a standard C++ library . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ - . Package: libc++abi-7-dev Section: libdevel @@ -601,7 +600,6 @@ Description: LLVM low level support for a standard C++ library (development file . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ - . Package: libc++-7-helpers Architecture: all diff --git a/debian/patches/series b/debian/patches/series index bdfeff29..5c2c2699 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -68,3 +68,4 @@ libcxx-test-atomics-set-compare-exchange-to-be-expected-fails-on-arm.patch libcxx-silent-test-libcxx.diff libcxx-silent-failure-ppc64el.diff libcxx-silent-failure-arm64.diff +