mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 17:29:17 +00:00
Add libc6-dev as an explicit dependency of clang-3.4
This commit is contained in:
parent
2f7457ffe3
commit
dab9ea3433
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -9,6 +9,7 @@ llvm-toolchain-3.4 (1:3.4+204650-1~exp1) UNRELEASED; urgency=medium
|
|||||||
* Update the path regarding upstream changed (3.4 => 3.4.1)
|
* Update the path regarding upstream changed (3.4 => 3.4.1)
|
||||||
* Remove generated file libllvm3.4.install
|
* Remove generated file libllvm3.4.install
|
||||||
* Add gnustep & gnustep-devel as suggests of clang-3.4
|
* Add gnustep & gnustep-devel as suggests of clang-3.4
|
||||||
|
* Add libc6-dev as an explicit dependency of clang-3.4
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 28 Mar 2014 13:41:23 +0000
|
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 28 Mar 2014 13:41:23 +0000
|
||||||
|
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -23,7 +23,7 @@ Package: clang-3.4
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
||||||
libclang-common-3.4-dev (= ${binary:Version}),
|
libclang-common-3.4-dev (= ${binary:Version}),
|
||||||
libclang1-3.4 (= ${binary:Version})
|
libclang1-3.4 (= ${binary:Version}), libc6-dev
|
||||||
Provides: c-compiler, objc-compiler, c++-compiler
|
Provides: c-compiler, objc-compiler, c++-compiler
|
||||||
Recommends: llvm-3.4-dev, python
|
Recommends: llvm-3.4-dev, python
|
||||||
Suggests: gnustep, gnustep-devel
|
Suggests: gnustep, gnustep-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user