From 1039c70ee035da458232779df30852002a47acf8 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 20 Oct 2015 16:42:32 +0000 Subject: [PATCH] * New snapshot release * Remove some warnings in the manpages generation (Closes: #795310) --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c0ca620d..f88f1af7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +llvm-toolchain-snapshot (1:3.8~svn250819-1~exp1) experimental; urgency=medium + + * New snapshot release + * Remove some warnings in the manpages generation (Closes: #795310) + + -- Sylvestre Ledru Tue, 20 Oct 2015 14:07:06 +0200 + llvm-toolchain-snapshot (1:3.8~svn250696-1) unstable; urgency=medium * Remove macho-dump from LLVM (removed by upstream r248302) diff --git a/debian/rules b/debian/rules index 065381d1..f17edac6 100755 --- a/debian/rules +++ b/debian/rules @@ -266,7 +266,7 @@ build_doc: CMDS="llvm-dwarfdump llvm-mc llvm-mcmarkup llvm-objdump llvm-rtdyld llvm-size llvm-tblgen llvm-ranlib lldb clang-format clang-modernize clang clang-tblgen clang-check clang-tidy clang-apply-replacements pp-trace"; \ for f in $$CMDS; do \ echo "Generating manpage of $$f"; \ - LD_LIBRARY_PATH=$(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/ help2man --no-discard-stderr --version-string=$(LLVM_VERSION) $(TARGET_BUILD)/$(BUILD_DIR)/bin/$$f > debian/man/$$f-$(LLVM_VERSION).1; \ + LD_LIBRARY_PATH=$(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/:/usr/lib/*/libfakeroot help2man --no-discard-stderr --version-string=$(LLVM_VERSION) $(TARGET_BUILD)/$(BUILD_DIR)/bin/$$f > debian/man/$$f-$(LLVM_VERSION).1; \ done override_dh_auto_install: