From f9700163cd2ca89a3e3e23cfebe1cdc5d83bcbc7 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 30 Mar 2014 17:35:24 +0000 Subject: [PATCH] * Add gnustep & gnustep-devel as suggests of clang-3.4 * Add libc6-dev as an explicit dependency of clang-3.5 --- debian/changelog | 2 ++ debian/control | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e2ae28d4..e779a27f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ llvm-toolchain-snapshot (1:3.5~svn200375-3) UNRELEASED; urgency=medium * Disable profile_rt.diff for now * Refresh of libclang1-3.5.symbols * Fix path to /usr/lib/clang/3.5.0/ (Closes upstream #19088) + * Add gnustep & gnustep-devel as suggests of clang-3.4 + * Add libc6-dev as an explicit dependency of clang-3.5 -- Sylvestre Ledru Wed, 19 Feb 2014 22:57:27 +0100 diff --git a/debian/control b/debian/control index 69701b37..de529fa8 100644 --- a/debian/control +++ b/debian/control @@ -22,9 +22,10 @@ Package: clang-3.5 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, libclang-common-3.5-dev (= ${binary:Version}), - libclang1-3.5 (= ${binary:Version}) + libclang1-3.5 (= ${binary:Version}), libc6-dev Provides: c-compiler, objc-compiler, c++-compiler Recommends: llvm-3.5-dev, python +Suggests: gnustep, gnustep-devel 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 Description: C, C++ and Objective-C compiler (LLVM based)