diff --git a/debian/changelog b/debian/changelog index a06d0c29..ad628c68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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. diff --git a/debian/control b/debian/control index bd183b3f..b65a89c3 100644 --- a/debian/control +++ b/debian/control @@ -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: