[ubuntu/yakkety-proposed] llvm-toolchain-3.8 1:3.8.1-1ubuntu1 (Accepted)

Gianfranco Costamagna locutusofborg at debian.org
Wed Jun 29 15:10:39 UTC 2016


llvm-toolchain-3.8 (1:3.8.1-1ubuntu1) yakkety; urgency=low

  * Merge with Debian (LP: #1593952); remaining changes:
    - Disable lldb on s390x.
    - Remove the build tree before calling dh_strip; at least the amd64 buildd
      runs out of diskspace at this step.
    - rules: Allow LLVM tests to fail on i386, we know dropping AVX512 breaks
      them.
    - drop-avx512-from-skylake.diff: Don't enable AVX512 on Skylake, as it's
      a server cpu feature and breaks llvmpipe on workstations.

llvm-toolchain-3.8 (1:3.8.1-1) unstable; urgency=medium

  * New maintenance release

  [ Kai Wasserbäch ]
  * debian/rules: Ensure ld-gold is used. CMake invokes the linker through
    g++ most of the time, therefore we need to set -Wl,-fuse-ld=gold.

  [ Brad King ]
  * Followup to fix the cmake install (Closes: #819072)

  [ YunQiang Su ]
  * Enable FPXX by default on mips/mipsel (Closes: #826749)

llvm-toolchain-3.8 (1:3.8.1~+rc1-1~exp1) experimental; urgency=medium

  * New RC release
  * Improve the cmake detection (used for llvm.org/apt)
  * Standards-Version updated to 3.9.8
  * Ignore outdated-autotools-helper-file

  [ Brad King ]
  * Install cmake files in usr/share/llvm- at LLVM_VERSION@/cmake/ instead of
    usr/share/llvm- at LLVM_VERSION@/cmake/
  * Also install libLLVM-3.8.so.1 as a symlink
  * debian/patches/fix-cmake-config-prefix.diff:
    cover the CMake build system too
  (Closes: #819072)

  [ Pablo Oliveira ]
  * Fix python-lldb dependencies and make proper symlinks to libLLVM
    and liblldb as suggested by Graham Inggs (Closes: #821022)
  * Fix liblldb suffix in lldb/scripts/Python/finishSwigPythonLLDB.py
    (Closes: #813798)
  * Fix LLVM bug 26158 - clang packages don't provide man pages
  * Add python-six as a dependency of python-lldb (thanks to Askar Safin).

  [ Gianfranco Costamagna ]
  * Make python-lldb-3.8 depend on lldb-3.8-dev, to pick all
    the required dependencies
  * Unbreak circular dependency by Suggesting the python binding from
    liblldb-3.8-dev

  [ Alexis La Goutte ]
  * Fix an issue with scan-view (Closes: #825101)

Date: Wed, 29 Jun 2016 12:50:33 +0200
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.8/1:3.8.1-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 29 Jun 2016 12:50:33 +0200
Source: llvm-toolchain-3.8
Binary: clang-3.8 clang-format-3.8 clang-tidy-3.8 clang-3.8-doc libclang1-3.8 libclang1-3.8-dbg libclang-3.8-dev libclang-common-3.8-dev python-clang-3.8 clang-3.8-examples libllvm3.8 libllvm3.8-dbg llvm-3.8 llvm-3.8-runtime llvm-3.8-dev libllvm-3.8-ocaml-dev llvm-3.8-doc llvm-3.8-examples lldb-3.8 liblldb-3.8 liblldb-3.8-dbg python-lldb-3.8 liblldb-3.8-dev lldb-3.8-dev
Architecture: source
Version: 1:3.8.1-1ubuntu1
Distribution: yakkety
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.8  - C, C++ and Objective-C compiler (LLVM based)
 clang-3.8-doc - C, C++ and Objective-C compiler (LLVM based) - Documentation
 clang-3.8-examples - Clang examples
 clang-format-3.8 - Tool to format C/C++/Obj-C code
 clang-tidy-3.8 - clang-based C++ linter tool
 libclang-3.8-dev - clang library - Development package
 libclang-common-3.8-dev - clang library - Common development package
 libclang1-3.8 - C interface to the clang library
 libclang1-3.8-dbg - clang library
 liblldb-3.8 - Next generation, high-performance debugger, library
 liblldb-3.8-dbg - Next generation, high-performance debugger, debugging libraries
 liblldb-3.8-dev - Next generation, high-performance debugger - Header files
 libllvm-3.8-ocaml-dev - Modular compiler and toolchain technologies, OCaml bindings
 libllvm3.8 - Modular compiler and toolchain technologies, runtime library
 libllvm3.8-dbg - Modular compiler and toolchain technologies, debugging libraries
 lldb-3.8   - Next generation, high-performance debugger
 lldb-3.8-dev - transitional dummy package to liblldb-3.8-dev
 llvm-3.8   - Modular compiler and toolchain technologies
 llvm-3.8-dev - Modular compiler and toolchain technologies, libraries and header
 llvm-3.8-doc - Modular compiler and toolchain technologies, documentation
 llvm-3.8-examples - Modular compiler and toolchain technologies, examples
 llvm-3.8-runtime - Modular compiler and toolchain technologies, IR interpreter
 python-clang-3.8 - Clang Python Bindings
 python-lldb-3.8 - Next generation, high-performance debugger, python lib
Closes: 813798 819072 821022 825101 826749
Launchpad-Bugs-Fixed: 1593952
Changes:
 llvm-toolchain-3.8 (1:3.8.1-1ubuntu1) yakkety; urgency=low
 .
   * Merge with Debian (LP: #1593952); remaining changes:
     - Disable lldb on s390x.
     - Remove the build tree before calling dh_strip; at least the amd64 buildd
       runs out of diskspace at this step.
     - rules: Allow LLVM tests to fail on i386, we know dropping AVX512 breaks
       them.
     - drop-avx512-from-skylake.diff: Don't enable AVX512 on Skylake, as it's
       a server cpu feature and breaks llvmpipe on workstations.
 .
 llvm-toolchain-3.8 (1:3.8.1-1) unstable; urgency=medium
 .
   * New maintenance release
 .
   [ Kai Wasserbäch ]
   * debian/rules: Ensure ld-gold is used. CMake invokes the linker through
     g++ most of the time, therefore we need to set -Wl,-fuse-ld=gold.
 .
   [ Brad King ]
   * Followup to fix the cmake install (Closes: #819072)
 .
   [ YunQiang Su ]
   * Enable FPXX by default on mips/mipsel (Closes: #826749)
 .
 llvm-toolchain-3.8 (1:3.8.1~+rc1-1~exp1) experimental; urgency=medium
 .
   * New RC release
   * Improve the cmake detection (used for llvm.org/apt)
   * Standards-Version updated to 3.9.8
   * Ignore outdated-autotools-helper-file
 .
   [ Brad King ]
   * Install cmake files in usr/share/llvm- at LLVM_VERSION@/cmake/ instead of
     usr/share/llvm- at LLVM_VERSION@/cmake/
   * Also install libLLVM-3.8.so.1 as a symlink
   * debian/patches/fix-cmake-config-prefix.diff:
     cover the CMake build system too
   (Closes: #819072)
 .
   [ Pablo Oliveira ]
   * Fix python-lldb dependencies and make proper symlinks to libLLVM
     and liblldb as suggested by Graham Inggs (Closes: #821022)
   * Fix liblldb suffix in lldb/scripts/Python/finishSwigPythonLLDB.py
     (Closes: #813798)
   * Fix LLVM bug 26158 - clang packages don't provide man pages
   * Add python-six as a dependency of python-lldb (thanks to Askar Safin).
 .
   [ Gianfranco Costamagna ]
   * Make python-lldb-3.8 depend on lldb-3.8-dev, to pick all
     the required dependencies
   * Unbreak circular dependency by Suggesting the python binding from
     liblldb-3.8-dev
 .
   [ Alexis La Goutte ]
   * Fix an issue with scan-view (Closes: #825101)
Checksums-Sha1:
 b08e456ff2277d1a79c534e3c34de540f39a65af 5841 llvm-toolchain-3.8_3.8.1-1ubuntu1.dsc
 00551f48e370020d2187c6945f3cda8aa1ffa059 351346 llvm-toolchain-3.8_3.8.1.orig-clang-tools-extra.tar.bz2
 025aaeea8c1fc5c456fba56b6e7533be42b6c41e 10564872 llvm-toolchain-3.8_3.8.1.orig-clang.tar.bz2
 9ad81bc9e0fb7ce799d2920a26e3a4893c2276bb 1673839 llvm-toolchain-3.8_3.8.1.orig-compiler-rt.tar.bz2
 6d507316a91a8192aa23811d8d629834a7bda20b 4001949 llvm-toolchain-3.8_3.8.1.orig-lldb.tar.bz2
 ee75c921f5e03ccbed0a93e51071bafa396b8c07 2018515 llvm-toolchain-3.8_3.8.1.orig-polly.tar.bz2
 a3b06df9664f648d1b43d237735ef32c24214c82 19194143 llvm-toolchain-3.8_3.8.1.orig.tar.bz2
 9173013490c19703fc7a6c0165004352374004ab 50636 llvm-toolchain-3.8_3.8.1-1ubuntu1.debian.tar.xz
Checksums-Sha256:
 b2e4651e58d8d5df92017f5a79a2f778f0f72fbcbc6be77d4fabdf3a60a99b44 5841 llvm-toolchain-3.8_3.8.1-1ubuntu1.dsc
 788500834305622c7189b1ca9e328f1871b92b234c9397ac7fdde9ca2361dbfc 351346 llvm-toolchain-3.8_3.8.1.orig-clang-tools-extra.tar.bz2
 3edb39a9df41cc696c7376d006f4b691f1f91a5e828de842aa5a35375cbe0737 10564872 llvm-toolchain-3.8_3.8.1.orig-clang.tar.bz2
 3e69e63516b51a0158ad1845b4a98a78bb9f93df5642b7cdf04b3e6e328abe31 1673839 llvm-toolchain-3.8_3.8.1.orig-compiler-rt.tar.bz2
 ff85776e2157f45aa04b03fe34cdd880f8567ae41cb05964dc26a3cb9a252e19 4001949 llvm-toolchain-3.8_3.8.1.orig-lldb.tar.bz2
 317e850d90cc9b63e732cc9e95c071fef5bf5e364dcc568aaf56cd1a0e76be09 2018515 llvm-toolchain-3.8_3.8.1.orig-polly.tar.bz2
 49bb76301db200454025966887960741a2756a7d0bdb2c44a69436859357c73c 19194143 llvm-toolchain-3.8_3.8.1.orig.tar.bz2
 7b7d0e98a3f43d905e62813b7e96b26a86cc2e36427d2ea2c811cb1774b6ca4b 50636 llvm-toolchain-3.8_3.8.1-1ubuntu1.debian.tar.xz
Files:
 a561dd092710eac2c0fe42c3b3a5f95b 5841 devel optional llvm-toolchain-3.8_3.8.1-1ubuntu1.dsc
 6c8440a6463456e99d65985ff994eb59 351346 devel optional llvm-toolchain-3.8_3.8.1.orig-clang-tools-extra.tar.bz2
 51dab686ba9df006083129bf2bc186f4 10564872 devel optional llvm-toolchain-3.8_3.8.1.orig-clang.tar.bz2
 70299c5c3547b0869ed261a4c7bb991a 1673839 devel optional llvm-toolchain-3.8_3.8.1.orig-compiler-rt.tar.bz2
 e50e34a93c1df5111a7a4f49398c715a 4001949 devel optional llvm-toolchain-3.8_3.8.1.orig-lldb.tar.bz2
 559412f9c327e34fce2222ec627f1662 2018515 devel optional llvm-toolchain-3.8_3.8.1.orig-polly.tar.bz2
 fbd4f388d30736e4e8328e824d2d755b 19194143 devel optional llvm-toolchain-3.8_3.8.1.orig.tar.bz2
 3811d95ffcaa50c640bfdf492b96eac4 50636 devel optional llvm-toolchain-3.8_3.8.1-1ubuntu1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJXc98HAAoJEK/P7I5mnOHC7HkQAK1ip0nXuI0iUY0dsv9WFoZK
T7zfo2EhAy5GYjYHCa9BsERAb/XG8pDU8+YJO2jTj0I9Fo6lj6OGBNa0cQIFuUxr
IqSCwA18Dg4bzDEneiPQUybM3Xqf7qeudXJ7lz6yXfhFh4V5qx9FGHkzIiced0BQ
eHUIghw0qHJ95zTOP6Lj+dbVjUj/RMulrIG+o15i6Q21m94/YF8RYeNDw/3fLYvn
qu+6DOoaFOYo7maUl0cZPHc2kQ1Y7RhDkwwSgg0+povTtNVkDd1iG+XLFLjrZAEe
NJZUwENAQzqyELnRxQ2ajWpwmvnje54k1j14rZxE5nSJiUnzBLLVYP/l6yPTcZXb
POe5T4wYoDc6SkewfQ4UzD3ysVdZvIfS+HHR9l7aYg0Kfz6e18ZOHhKcNmEmsY3J
bz6znBmAqT4v31D88B06NyM/bpQLN0TFyLt9jsJ+TJIRZ30vmJ+VoqLMAvjE9+T3
FOH8fSq4i2paAVxmAUusdgZ1WuSbmtqg9qKJvHSeZC4R8KI0TnuFQNtZo3TXgyfs
VgA0OQ10SfLZnyr5gpJZfWNFzBg38ssRuz7yNZZU95lpotxg0rUO32q7niph0rm/
UCThAwPT7X14jX7Bt6yxHnrcGJ/j/BE9milqq8Q6Nmw1wYgm+E9Euf0P2Xqx8NLl
q2/+Ecdyzz32rVUvmDZK
=wH3j
-----END PGP SIGNATURE-----


More information about the Yakkety-changes mailing list