mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 17:54:50 +00:00
Fix the wrong dependency declaration on llvm-3.5-tools
This commit is contained in:
parent
082776495a
commit
6b05a64b00
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -1,8 +1,9 @@
|
|||||||
llvm-toolchain-snapshot (1:3.5~svn200375-2) UNRELEASED; urgency=medium
|
llvm-toolchain-snapshot (1:3.5~svn200375-2) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Symlink for current build mode missing (Closes upstream #18836)
|
* 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
|
llvm-toolchain-snapshot (1:3.5~svn200375-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -294,7 +294,7 @@ Description: Modular compiler and toolchain technologies, libraries and headers
|
|||||||
Package: llvm-3.5-tools
|
Package: llvm-3.5-tools
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python,
|
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
|
Description: Modular compiler and toolchain technologies, tools
|
||||||
LLVM is a collection of libraries and tools that make it easy to build
|
LLVM is a collection of libraries and tools that make it easy to build
|
||||||
compilers, optimizers, just-in-time code generators, and many other
|
compilers, optimizers, just-in-time code generators, and many other
|
||||||
|
Loading…
Reference in New Issue
Block a user