summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsylvestre <sylvestre@670adf90-79fe-46c2-b027-9eb1e76e7c7d>2014-07-31 16:13:37 +0000
committersylvestre <sylvestre@670adf90-79fe-46c2-b027-9eb1e76e7c7d>2014-07-31 16:13:37 +0000
commit5d8a1c7b897f12af140726cd571ceb24b52d3dfd (patch)
tree8f9085d50fa7c579e3007308b080160d94ee890b
parent548e635d0e8c02e214a5311512e09c02b94aa3fc (diff)
downloadllvm-toolchain-3.5-5d8a1c7b897f12af140726cd571ceb24b52d3dfd.tar.gz
clang-3.5 Breaks & Replaces clang (<< 1:3.5). Just like 3.4
git-svn-id: svn://svn.debian.org/svn/pkg-llvm/llvm-toolchain/branches/3.5@1293 670adf90-79fe-46c2-b027-9eb1e76e7c7d
-rw-r--r--debian/changelog5
-rw-r--r--debian/control4
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 0641a0a..4c5d1f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-llvm-toolchain-3.5 (1:3.5~+rc1-3) UNRELEASED; urgency=medium
+llvm-toolchain-3.5 (1:3.5~+rc1-4) UNRELEASED; urgency=medium
* SVN branched. Update the Vcs- flags.
+ * clang-3.5 Breaks & Replaces clang (<< 1:3.5). Just like 3.4
- -- Sylvestre Ledru <sylvestre@debian.org> Thu, 31 Jul 2014 08:27:50 +0200
+ -- Sylvestre Ledru <sylvestre@debian.org> Thu, 31 Jul 2014 18:12:59 +0200
llvm-toolchain-3.5 (1:3.5~+rc1-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 8ad17d1..b5d4ab9 100644
--- a/debian/control
+++ b/debian/control
@@ -26,8 +26,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
Provides: c-compiler, objc-compiler, c++-compiler
Recommends: llvm-3.5-dev, python
Suggests: gnustep, gnustep-devel, clang-3.5-doc
-Replaces: clang, clang-3.1, clang-3.2, clang-3.3, clang-3.4, compiler-rt
-Breaks: clang, clang-3.1, clang-3.2, clang-3.3, clang-3.4, compiler-rt
+Replaces: clang (<< 1:3.5), clang-3.1, clang-3.2, clang-3.3, clang-3.4, compiler-rt
+Breaks: clang (<< 1:3.5), clang-3.1, clang-3.2, clang-3.3, clang-3.4, 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. Its goal is to offer a replacement to the GNU Compiler