diff --git a/debian/changelog b/debian/changelog index c829b0a0..d38a99be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ llvm-toolchain-snapshot (1:3.5~svn200375-2) UNRELEASED; urgency=medium * Symlink for current build mode missing (Closes upstream #18836) + * Fix the wrong dependency declaration on llvm-3.5-tools - -- Sylvestre Ledru Sat, 15 Feb 2014 07:36:29 -0800 + -- Sylvestre Ledru Mon, 17 Feb 2014 13:55:34 +0100 llvm-toolchain-snapshot (1:3.5~svn200375-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 70e4f48c..69701b37 100644 --- a/debian/control +++ b/debian/control @@ -294,7 +294,7 @@ Description: Modular compiler and toolchain technologies, libraries and headers Package: llvm-3.5-tools Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, python, - llvm-3.4-dev (= ${binary:Version}) + llvm-3.5-dev (= ${binary:Version}) Description: Modular compiler and toolchain technologies, tools LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other