Remove some warnings in the manpages generation (Closes: #795310)

This commit is contained in:
Sylvestre Ledru 2015-10-20 16:42:42 +00:00
parent 07f9787406
commit 5f3970a86f
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View File

@ -2,8 +2,9 @@ llvm-toolchain-3.7 (1:3.7-4) unstable; urgency=medium
* Add a Break/Replaces clang-3.7 (<< 1:3.7-3) from clang-tidy-3.7
to simplify the transition
* Remove some warnings in the manpages generation (Closes: #795310)
--
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 20 Oct 2015 09:28:32 +0200
llvm-toolchain-3.7 (1:3.7-3) unstable; urgency=medium

2
debian/rules vendored
View File

@ -265,7 +265,7 @@ build_doc:
CMDS="llvm-dwarfdump llvm-mc llvm-mcmarkup llvm-objdump llvm-rtdyld llvm-size llvm-tblgen llvm-ranlib macho-dump 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: