diff --git a/debian/changelog b/debian/changelog index e56ce549..cbafe106 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ llvm-toolchain-3.4 (1:3.4.2-3) unstable; urgency=medium * Fix FTBFS on powerpc and powerpcspe (Closes: #733890) * Broken library symlink fixed in lldb-3.4 (Closes: #715130) * Fix --use-cc when no absolute path is provided (Closes: #748777) + * depends-on-build-essential-package-without-using-version g++ fixed -- Sylvestre Ledru Thu, 19 Jun 2014 19:13:16 +0200 diff --git a/debian/control b/debian/control index 38c563ee..38e7a064 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,7 @@ Build-Depends: debhelper (>= 9.0), flex, bison, dejagnu, tcl, expect, lsb-release, patchutils, diffstat, xz-utils, chrpath, python-dev, libedit-dev, swig, python-sphinx, ocaml-nox, binutils-dev, libcloog-isl-dev, libisl-dev (>= 0.11.1), libjsoncpp-dev, - lcov, procps, help2man, dh-ocaml, - g++ + lcov, procps, help2man, dh-ocaml Build-Conflicts: oprofile, ocaml, libllvm-3.5-ocaml-dev Standards-Version: 3.9.5 Homepage: http://www.llvm.org/