mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-26 23:26:19 +00:00
Fix some issues relative to the epoch change
This commit is contained in:
parent
21924113af
commit
f311a354c5
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
llvm-toolchain-3.2 (1:3.2repack-1~exp3) UNRELEASED; urgency=low
|
||||
|
||||
* Fix some issues relative to the epoch change
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 17 Feb 2013 12:05:15 +0100
|
||||
|
||||
llvm-toolchain-3.2 (1:3.2repack-1~exp2) experimental; urgency=low
|
||||
|
||||
* Install the python files for lldb. Thanks to Daniel Malea for spotting this.
|
||||
|
8
debian/control
vendored
8
debian/control
vendored
@ -49,8 +49,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libstdc++6-4.7-dev, libgcc-4.7-dev,
|
||||
libobjc-4.7-dev, libclang-common-dev (= ${binary:Version})
|
||||
Provides: c-compiler, objc-compiler, c++-compiler
|
||||
Recommends: llvm-3.2-dev, python
|
||||
Replaces: clang (<< 3.1), clang-3.1, compiler-rt
|
||||
Breaks: clang (<< 3.1), clang-3.1, compiler-rt
|
||||
Replaces: clang (<< 1:3.1), clang-3.1, compiler-rt
|
||||
Breaks: clang (<< 1:3.1), clang-3.1, compiler-rt
|
||||
Description: C, C++ and Objective-C compiler (LLVM based)
|
||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||
for the LLVM compiler. Some of its goals include the following:
|
||||
@ -205,8 +205,8 @@ Package: libclang-common-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: llvm-3.2-dev (<< 3.2repack), libclang-dev
|
||||
Breaks: llvm-3.2-dev (<< 3.2repack)
|
||||
Replaces: llvm-3.2-dev (<< 1:3.2repack), libclang-dev
|
||||
Breaks: llvm-3.2-dev (<< 1:3.2repack)
|
||||
Description: clang library - Common development package
|
||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||
for the LLVM compiler. Some of its goals include the following:
|
||||
|
Loading…
Reference in New Issue
Block a user