summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-08-25 12:16:37 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-08-25 12:16:37 +0400
commitb45badaf7e02ad71ebcd64b90ae5e16ca346b0b4 (patch)
treebd8a16f037914ab4c4b9aaccfdc61b8da00182b6
parenta3c4773a0f9e2888d49bdbbd8ac875e2ec5a8e27 (diff)
downloadllvm-toolchain-3.5-b45badaf7e02ad71ebcd64b90ae5e16ca346b0b4.tar.gz
llvm-toolchain-3.5 (1:3.5~+rc2-2~dyson1) unstable; urgency=mediumHEADdyson/3.5_+rc2-2_dyson1master
* Package for Dyson: - Adjust options for GNU ld (dyson-gnu-ld.patch) - Ported clang driver to Dyson (dyson-driver-gnutoolchain.patch) - Use -Wl,--no-keep-memory (debian/rules) - Don't build lldb, it does not support illumos (debian/rules) - Fixed that rm fails if compiler-rt/clang_linux/ is empty (debian/rules) - Fixed shell code error when doing ln -s Release+Asserts Release (debian/rules) - Use egrep and fine instead of ggrep and gfind (debian/patches/dyson-coreutils.patch) - Made override_dh_auto_install idempotent by removing clang/tools/scan-*-$(LLVM_VERSION) before copying clang/tools/scan-* (debian/rules) - Remove clang/tools/scan-*-$(LLVM_VERSION) on clean - Remove manpage clang/tools/scan-build/scan-build-$(LLVM_VERSION).1 on clean -- Igor Pashev <pashev.igor@gmail.com> Mon, 25 Aug 2014 08:58:50 +0400
-rw-r--r--debian/changelog18
1 files changed, 14 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 5278182..9cacdb2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,23 @@
-llvm-toolchain-3.5 (1:3.5~+rc2-2~dyson1) UNRELEASED; urgency=medium
+llvm-toolchain-3.5 (1:3.5~+rc2-2~dyson1) unstable; urgency=medium
* Package for Dyson:
- Adjust options for GNU ld (dyson-gnu-ld.patch)
+ - Ported clang driver to Dyson (dyson-driver-gnutoolchain.patch)
- Use -Wl,--no-keep-memory (debian/rules)
- Don't build lldb, it does not support illumos (debian/rules)
+ - Fixed that rm fails if compiler-rt/clang_linux/ is empty (debian/rules)
+ - Fixed shell code error when doing ln -s Release+Asserts Release
+ (debian/rules)
- Use egrep and fine instead of ggrep and gfind
- (debian/patches/dyson-coreutils.patch)
-
- -- Igor Pashev <pashev.igor@gmail.com> Sat, 23 Aug 2014 12:14:59 +0400
+ (debian/patches/dyson-coreutils.patch)
+ - Made override_dh_auto_install idempotent by removing
+ clang/tools/scan-*-$(LLVM_VERSION) before copying clang/tools/scan-*
+ (debian/rules)
+ - Remove clang/tools/scan-*-$(LLVM_VERSION) on clean
+ - Remove manpage clang/tools/scan-build/scan-build-$(LLVM_VERSION).1 on
+ clean
+
+ -- Igor Pashev <pashev.igor@gmail.com> Mon, 25 Aug 2014 08:58:50 +0400
llvm-toolchain-3.5 (1:3.5~+rc2-2) UNRELEASED; urgency=medium