From 6b05a64b005157098eb6d16cc278e237230fef8c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 17 Feb 2014 12:55:55 +0000 Subject: [PATCH] Fix the wrong dependency declaration on llvm-3.5-tools --- debian/changelog | 3 ++- debian/control | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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