[ubuntu/zesty-proposed] llvm-toolchain-3.9 1:3.9-5ubuntu1 (Accepted)
Gianfranco Costamagna
locutusofborg at debian.org
Thu Nov 10 18:26:40 UTC 2016
llvm-toolchain-3.9 (1:3.9-5ubuntu1) zesty; urgency=low
* Merge from Debian unstable. Remaining changes:
- Don't build the Fuzzer library on powerpc.
llvm-toolchain-3.9 (1:3.9-5) unstable; urgency=medium
* d/p/0011-SimplifyCFG-Hoisting-invalidates-metadata.patch: Also apply bug 29163
to fix some issues in rust (Closes: #842956)
Many thanks to Ximin Luo for the investigation
* libclang-common-3.9-dev: missing multilib binaries for the sanitizer
libraries (Closes: #841923)
Many thanks to Norbert Lange for the changes
[ Pauli ]
* d/p/clang-fix-cmpxchg8-detection-on-i386.patch:
libcxx atomic tests for old i386 fail with wrong Atomic inline width.
Needed for libc++
(See https://llvm.org/bugs/show_bug.cgi?id=19355)
* d/p lldb-addversion-suffix-to-llvm-server-exec.patch:
Fix the lldb-server call in some cases
llvm-toolchain-3.9 (1:3.9-4) unstable; urgency=medium
* d/p/bug-30342.diff:
Backport upstream bug 30342 to fix an infinity loop in rust testsuite
* LLVMConfig.cmake was installed into wrong location
Install a symlink from lib/cmake/llvm to share/llvm/cmake
(Closes: #839234)
* Fix a path issue in scan-view. Thanks Riccardo Magliocchetti
(Closes: #838572)
llvm-toolchain-3.9 (1:3.9-3) unstable; urgency=medium
[ Sylvestre Ledru ]
* The libstdc++-6-dev & libobjc-6-dev are only install with clang-X.Y
and libclang-X.Y-dev and no longer with libclang1-X.Y
(Closes: #841309)
[ Gianfranco Costamagna ]
* Team upload
* d/p/drop-wrong-hack-arm64.patch:
- drop hack that was preventing the package from building on
non-amd64 64bit architectures:
llvm-toolchain-3.9 (1:3.9-2) unstable; urgency=medium
* Merge clang-include-fixer-3.9 into clang-3.9. Don't think
it deserves it own package
* python-lldb-3.9 archs "any" to a list like others pkg
Should fix the transition issue
* Fix a version issue with run-clang-tidy-4.0.py
* Fix the VCS-* fields (Closes: #839095)
Date: Thu, 10 Nov 2016 16:19:57 +0100
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Maintainer: LLVM Packaging Team <pkg-llvm-team at lists.alioth.debian.org>
Signed-By: Graham Inggs <graham at nerve.org.za>
https://launchpad.net/ubuntu/+source/llvm-toolchain-3.9/1:3.9-5ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 10 Nov 2016 16:19:57 +0100
Source: llvm-toolchain-3.9
Binary: clang-3.9 clang-format-3.9 clang-tidy-3.9 clang-3.9-doc libclang1-3.9 libclang1-3.9-dbg libclang-3.9-dev libclang-common-3.9-dev libfuzzer-3.9-dev python-clang-3.9 clang-3.9-examples libllvm3.9 libllvm3.9-dbg llvm-3.9 llvm-3.9-runtime llvm-3.9-dev llvm-3.9-tools libllvm-3.9-ocaml-dev llvm-3.9-doc llvm-3.9-examples lldb-3.9 liblldb-3.9 liblldb-3.9-dbg python-lldb-3.9 liblldb-3.9-dev
Architecture: source
Version: 1:3.9-5ubuntu1
Distribution: zesty
Urgency: medium
Maintainer: LLVM Packaging Team <pkg-llvm-team at lists.alioth.debian.org>
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Description:
clang-3.9 - C, C++ and Objective-C compiler (LLVM based)
clang-3.9-doc - C, C++ and Objective-C compiler (LLVM based) - Documentation
clang-3.9-examples - Clang examples
clang-format-3.9 - Tool to format C/C++/Obj-C code
clang-tidy-3.9 - clang-based C++ linter tool
libclang-3.9-dev - clang library - Development package
libclang-common-3.9-dev - clang library - Common development package
libclang1-3.9 - C interface to the clang library
libclang1-3.9-dbg - clang library
libfuzzer-3.9-dev - Library for coverage-guided fuzz testing
liblldb-3.9 - Next generation, high-performance debugger, library
liblldb-3.9-dbg - Next generation, high-performance debugger, debugging libraries
liblldb-3.9-dev - Next generation, high-performance debugger, header files
libllvm-3.9-ocaml-dev - Modular compiler and toolchain technologies, OCaml bindings
libllvm3.9 - Modular compiler and toolchain technologies, runtime library
libllvm3.9-dbg - Modular compiler and toolchain technologies, debugging libraries
lldb-3.9 - Next generation, high-performance debugger
llvm-3.9 - Modular compiler and toolchain technologies
llvm-3.9-dev - Modular compiler and toolchain technologies, libraries and header
llvm-3.9-doc - Modular compiler and toolchain technologies, documentation
llvm-3.9-examples - Modular compiler and toolchain technologies, examples
llvm-3.9-runtime - Modular compiler and toolchain technologies, IR interpreter
llvm-3.9-tools - Modular compiler and toolchain technologies, tools
python-clang-3.9 - Clang Python Bindings
python-lldb-3.9 - Next generation, high-performance debugger, python lib
Closes: 838572 839095 839234 841309 841923 842956
Changes:
llvm-toolchain-3.9 (1:3.9-5ubuntu1) zesty; urgency=low
.
* Merge from Debian unstable. Remaining changes:
- Don't build the Fuzzer library on powerpc.
.
llvm-toolchain-3.9 (1:3.9-5) unstable; urgency=medium
.
* d/p/0011-SimplifyCFG-Hoisting-invalidates-metadata.patch: Also apply bug 29163
to fix some issues in rust (Closes: #842956)
Many thanks to Ximin Luo for the investigation
.
* libclang-common-3.9-dev: missing multilib binaries for the sanitizer
libraries (Closes: #841923)
Many thanks to Norbert Lange for the changes
.
[ Pauli ]
* d/p/clang-fix-cmpxchg8-detection-on-i386.patch:
libcxx atomic tests for old i386 fail with wrong Atomic inline width.
Needed for libc++
(See https://llvm.org/bugs/show_bug.cgi?id=19355)
* d/p lldb-addversion-suffix-to-llvm-server-exec.patch:
Fix the lldb-server call in some cases
.
llvm-toolchain-3.9 (1:3.9-4) unstable; urgency=medium
.
* d/p/bug-30342.diff:
Backport upstream bug 30342 to fix an infinity loop in rust testsuite
* LLVMConfig.cmake was installed into wrong location
Install a symlink from lib/cmake/llvm to share/llvm/cmake
(Closes: #839234)
* Fix a path issue in scan-view. Thanks Riccardo Magliocchetti
(Closes: #838572)
.
llvm-toolchain-3.9 (1:3.9-3) unstable; urgency=medium
.
[ Sylvestre Ledru ]
* The libstdc++-6-dev & libobjc-6-dev are only install with clang-X.Y
and libclang-X.Y-dev and no longer with libclang1-X.Y
(Closes: #841309)
.
[ Gianfranco Costamagna ]
* Team upload
* d/p/drop-wrong-hack-arm64.patch:
- drop hack that was preventing the package from building on
non-amd64 64bit architectures:
.
llvm-toolchain-3.9 (1:3.9-2) unstable; urgency=medium
.
* Merge clang-include-fixer-3.9 into clang-3.9. Don't think
it deserves it own package
* python-lldb-3.9 archs "any" to a list like others pkg
Should fix the transition issue
* Fix a version issue with run-clang-tidy-4.0.py
* Fix the VCS-* fields (Closes: #839095)
Checksums-Sha1:
7f88f8b7cb7badc94f2b0dda41abad358b503baa 6354 llvm-toolchain-3.9_3.9-5ubuntu1.dsc
cc55507ab2b2217f7db43cb9b5d5d9a9333b71b1 70696 llvm-toolchain-3.9_3.9-5ubuntu1.debian.tar.xz
Checksums-Sha256:
39509a1bf50626fbcaa53c6c33a4d41c6b78be92dfc76ff8971613579f007670 6354 llvm-toolchain-3.9_3.9-5ubuntu1.dsc
d5427d9ab65b02487b8de19fe947145419970cb74c630f505ac9fd860da1c1eb 70696 llvm-toolchain-3.9_3.9-5ubuntu1.debian.tar.xz
Files:
0eecc16226cf921b355eb6217f852475 6354 devel optional llvm-toolchain-3.9_3.9-5ubuntu1.dsc
551f6585398dac4b257c7d917687b572 70696 devel optional llvm-toolchain-3.9_3.9-5ubuntu1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCgAGBQJYJLsfAAoJEK/P7I5mnOHCzgoP/2OERMCWvUD1TqaJ3J7BII4U
oyo+JrUflnzti/UJDwvVvM1rYd4klPAf6M0W1cnQ0TvLdcCzig1DQG8VIYvIxuF0
zT45h18k7VXmVQx69g6lnVtUH0j86uIZOSHddBS8fcFibxJL4t6Sz84PxwGj4o2O
pUmNXqwWuTjCEM86h+gJ0Hd4aeKsJVeAeueNDQA/xR442DpStbmvMAp4hg2IkmlL
A8xZWCNldQxZbTIPOipJVvVFFfZD2eokX7qTM2MG06uxf53fWruUDS1LUnwjn9Lg
Tzd54Oxr3JustA9Y9g4JeDFTryIkKnvyUAS2XqxUw1fpkBnf/5GETApVez0GdTx4
MQAwMK6jMGQSqbxZ0Q6qZKWtHEuyULSKiw9diJQejyl7deoepb8DyK8I+zQajj9k
4aSMjrGWDojQ5G8VoyZG24QxR8OGyVoEz09uEg64BKB5CucvFy+qkZiQQ+iMFJcx
VhJzzLqnOtTCr9dghBzbg5WBMOFhNyiCwPvNyPFbEnTg0qFmaMuzXZyOHfA6p3K+
972Qa/d+GMYSNs20DkfMr0Pgt+7bpfzIBzk6ZYlGe6AQ+fxlqoXB/pPR6fzYtFXP
FFmYdTDz6Lmt4+3gMDQW2O+OfiiZm+91iSaQWDU43J9dtAW5p3UQ0NigCSSjNRsv
hJLIA6Ha/vrZ6ncZxx/e
=oQZq
-----END PGP SIGNATURE-----
More information about the Zesty-changes
mailing list