Fix some issues relative to the epoch change

This commit is contained in:
Sylvestre Ledru 2013-02-26 12:28:54 +00:00
parent 21924113af
commit f311a354c5
2 changed files with 10 additions and 4 deletions

6
debian/changelog vendored
View File

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

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