mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-13 14:02:26 +00:00
* create the directory for the mips stuff
* Use upstream ld.lld manpage instead of help2man
This commit is contained in:
parent
b9d4977169
commit
e296d6efd5
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -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
|
||||
|
||||
|
3
debian/lld-X.Y.manpages.in
vendored
3
debian/lld-X.Y.manpages.in
vendored
@ -1 +1,2 @@
|
||||
debian/man/ld.lld-@LLVM_VERSION@.1
|
||||
lld/docs/ld.lld-@LLVM_VERSION@.1
|
||||
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user