* create the directory for the mips stuff

* Use upstream ld.lld manpage instead of help2man
This commit is contained in:
Sylvestre Ledru 2018-02-13 08:39:13 +00:00
parent b9d4977169
commit e296d6efd5
3 changed files with 6 additions and 2 deletions

4
debian/changelog vendored
View File

@ -1,5 +1,6 @@
llvm-toolchain-snapshot (1:7~svn323616-1~exp2) experimental; urgency=medium
llvm-toolchain-snapshot (1:7~svn323616-1~exp2) UNRELEASED; urgency=medium
* create the directory for the mips stuff
* Fail the build when new symbols are added
* 5 new symbols:
- clang_PrintingPolicy_dispose
@ -7,6 +8,7 @@ llvm-toolchain-snapshot (1:7~svn323616-1~exp2) experimental; urgency=medium
- clang_PrintingPolicy_setProperty
- clang_getCursorPrettyPrinted
- clang_getCursorPrintingPolicy
* Use upstream ld.lld manpage instead of help2man
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 12 Feb 2018 17:32:45 +0100

View File

@ -1 +1,2 @@
debian/man/ld.lld-@LLVM_VERSION@.1
lld/docs/ld.lld-@LLVM_VERSION@.1

1
debian/rules vendored
View File

@ -494,6 +494,7 @@ override_dh_shlibdeps:
dh_shlibdeps -l$(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/ -Xlibclang_rt.asan -Xlibclang_rt.asan -Xlibclang_rt.asan-*.so -Xlibclang_rt.asan-*.so
override_dh_installman:
mv lld/docs/ld.lld.1 lld/docs/ld.lld-@LLVM_VERSION@.1
dh_installman
# Make sure that lli manpage is only in llvm-3.2-runtime (See #697117)
rm -f $(CURDIR)/debian/llvm-$(LLVM_VERSION)/usr/share/man/man1/lli*