* Fix the renaming of the manpages (Closes: #834077)

* Fix a crash with clang-tidy (Closes: #833802)
  Fixed in 1:3.9~+rc1-1~exp1
This commit is contained in:
Sylvestre Ledru 2016-08-26 21:36:32 +00:00
parent 078edc07c5
commit 5b373e7314
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
llvm-toolchain-3.9 (1:3.9~+rc3-1~exp2) experimental; urgency=medium
* Fix the renaming of the manpages (Closes: #834077)
* Fix a crash with clang-tidy (Closes: #833802)
Fixed in 1:3.9~+rc1-1~exp1
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 26 Aug 2016 23:34:16 +0200
llvm-toolchain-3.9 (1:3.9~+rc3-1~exp1) experimental; urgency=medium
* new RC release

2
debian/rules vendored
View File

@ -249,7 +249,7 @@ build_doc:
-(cd $(TARGET_BUILD) && make $(NJOBS) docs-llvm-html docs-clang-html docs-clang-tools-html docs-polly-html docs-polly-man docs-clang-tools-man docs-clang-man docs-llvm-man)
# Rename manpages
d=$(TARGET_BUILD)/docs/man/; \
d=$(TARGET_BUILD)/docs/_build/man/; \
if test -d $$d; then \
cd $$d; \
for f in *.1; do \