Fix the wrong dependency declaration on llvm-3.5-tools

This commit is contained in:
Sylvestre Ledru 2014-02-17 12:55:55 +00:00
parent 082776495a
commit 6b05a64b00
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View File

@ -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 <sylvestre@debian.org> Sat, 15 Feb 2014 07:36:29 -0800
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 17 Feb 2014 13:55:34 +0100
llvm-toolchain-snapshot (1:3.5~svn200375-1) unstable; urgency=medium

2
debian/control vendored
View File

@ -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