[ubuntu/utopic-proposed] llvm-toolchain-3.5 1:3.5-4ubuntu1 (Accepted)

Matthias Klose doko at ubuntu.com
Fri Oct 3 17:28:05 UTC 2014


llvm-toolchain-3.5 (1:3.5-4ubuntu1) utopic; urgency=medium

  * Merge with Debian; remaining changes:
    - Drop the build dependency on libjsoncpp-dev (universe).

llvm-toolchain-3.5 (1:3.5-4) unstable; urgency=medium

  * scan-build could not find clang binary (Closes: #758998)
  * Fix the ABI issues by installing a symlink (Closes: #762959, #763058).
    This should fix the doxygen breakage. Many thanks to Andreas Barth.

llvm-toolchain-3.5 (1:3.5-3) unstable; urgency=medium

  * Fix my screw up. Add .1 to the libclang & liblldb sonames
    to make dpkg-shlibdeps happy
  * python-clang-3.6 and python-clang-3.5: error when trying to install
    together (Closes: #762901)
  * Remove useless dependency on doxygen

llvm-toolchain-3.5 (1:3.5-2) unstable; urgency=medium

  * Upload in unstable
  * Disable the co-instability of lldb & python-lldb
    (Python stuff conflicts)
  * Fix the FTBFs under kfreebsd (kfreebsd-readline.diff)
  * Really apply patch kfreebsd-path.diff (oups)
  * Further improvement on lldb-mi
    Once more, thanks to Steven Chamberlain for the kfreebsd patches.
  * Try to workaround the FTBFS under ppc64el (create an empty directory)

llvm-toolchain-3.5 (1:3.5-2~exp1) experimental; urgency=medium

  * Build lldb-mi under kfreebsd (Closes: #761650)
  * Fix a bad dependency from lldb-3.5
  * Does not have multiarch include paths on !linux (Closes: #759303)
  * Fails to find C++ include paths under Kfreebsd (Closes: #731711)
    Thanks to Steven Chamberlain for the help on the two previous fixes

Date: Fri, 03 Oct 2014 19:12:50 +0200
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/utopic/+source/llvm-toolchain-3.5/1:3.5-4ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 03 Oct 2014 19:12:50 +0200
Source: llvm-toolchain-3.5
Binary: clang-3.5 clang-format-3.5 cpp11-migrate-3.5 clang-modernize-3.5 clang-3.5-doc libclang1-3.5 libclang1-3.5-dbg libclang-3.5-dev libclang-common-3.5-dev python-clang-3.5 clang-3.5-examples libllvm3.5 libllvm3.5-dbg llvm-3.5 llvm-3.5-runtime llvm-3.5-dev llvm-3.5-tools libllvm-3.5-ocaml-dev llvm-3.5-doc llvm-3.5-examples lldb-3.5 liblldb-3.5 python-lldb-3.5 liblldb-3.5-dev lldb-3.5-dev
Architecture: source
Version: 1:3.5-4ubuntu1
Distribution: utopic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description:
 clang-3.5  - C, C++ and Objective-C compiler (LLVM based)
 clang-3.5-doc - C, C++ and Objective-C compiler (LLVM based) - Documentation
 clang-3.5-examples - Clang examples
 clang-format-3.5 - Tool to format C/C++/Obj-C code
 clang-modernize-3.5 - Tool to convert C++98 and C++03 code to C++11
 cpp11-migrate-3.5 - Tool to convert C++98 and C++03 code to C++11
 libclang-3.5-dev - clang library - Development package
 libclang-common-3.5-dev - clang library - Common development package
 libclang1-3.5 - C interface to the clang library
 libclang1-3.5-dbg - clang library
 liblldb-3.5 - Next generation, high-performance debugger, library
 liblldb-3.5-dev - Next generation, high-performance debugger - Header files
 libllvm-3.5-ocaml-dev - Modular compiler and toolchain technologies, OCaml bindings
 libllvm3.5 - Modular compiler and toolchain technologies, runtime library
 libllvm3.5-dbg - Modular compiler and toolchain technologies, debugging libraries
 lldb-3.5   - Next generation, high-performance debugger
 lldb-3.5-dev - transitional dummy package to liblldb-3.5-dev
 llvm-3.5   - Modular compiler and toolchain technologies
 llvm-3.5-dev - Modular compiler and toolchain technologies, libraries and header
 llvm-3.5-doc - Modular compiler and toolchain technologies, documentation
 llvm-3.5-examples - Modular compiler and toolchain technologies, examples
 llvm-3.5-runtime - Modular compiler and toolchain technologies, IR interpreter
 llvm-3.5-tools - Modular compiler and toolchain technologies, tools
 python-clang-3.5 - Clang Python Bindings
 python-lldb-3.5 - Next generation, high-performance debugger, python lib
Closes: 731711 758998 759303 761650 762901 762959 763058
Changes:
 llvm-toolchain-3.5 (1:3.5-4ubuntu1) utopic; urgency=medium
 .
   * Merge with Debian; remaining changes:
     - Drop the build dependency on libjsoncpp-dev (universe).
 .
 llvm-toolchain-3.5 (1:3.5-4) unstable; urgency=medium
 .
   * scan-build could not find clang binary (Closes: #758998)
   * Fix the ABI issues by installing a symlink (Closes: #762959, #763058).
     This should fix the doxygen breakage. Many thanks to Andreas Barth.
 .
 llvm-toolchain-3.5 (1:3.5-3) unstable; urgency=medium
 .
   * Fix my screw up. Add .1 to the libclang & liblldb sonames
     to make dpkg-shlibdeps happy
   * python-clang-3.6 and python-clang-3.5: error when trying to install
     together (Closes: #762901)
   * Remove useless dependency on doxygen
 .
 llvm-toolchain-3.5 (1:3.5-2) unstable; urgency=medium
 .
   * Upload in unstable
   * Disable the co-instability of lldb & python-lldb
     (Python stuff conflicts)
   * Fix the FTBFs under kfreebsd (kfreebsd-readline.diff)
   * Really apply patch kfreebsd-path.diff (oups)
   * Further improvement on lldb-mi
     Once more, thanks to Steven Chamberlain for the kfreebsd patches.
   * Try to workaround the FTBFS under ppc64el (create an empty directory)
 .
 llvm-toolchain-3.5 (1:3.5-2~exp1) experimental; urgency=medium
 .
   * Build lldb-mi under kfreebsd (Closes: #761650)
   * Fix a bad dependency from lldb-3.5
   * Does not have multiarch include paths on !linux (Closes: #759303)
   * Fails to find C++ include paths under Kfreebsd (Closes: #731711)
     Thanks to Steven Chamberlain for the help on the two previous fixes
Checksums-Sha1:
 19f1c5946e04139ccf681c48b98a2e9e7326f101 5267 llvm-toolchain-3.5_3.5-4ubuntu1.dsc
 55a6c9fb520c84703c59fea1ddf999fd0a263446 52544 llvm-toolchain-3.5_3.5-4ubuntu1.debian.tar.xz
Checksums-Sha256:
 e1b8173a6fe6773a609ef88a7b0cca4a337b47590d2245f496c87ceaadf3a471 5267 llvm-toolchain-3.5_3.5-4ubuntu1.dsc
 cfd5c84b1d0300df6f26339c7219afed077f3bc8927fc4782412bdc9b23901dc 52544 llvm-toolchain-3.5_3.5-4ubuntu1.debian.tar.xz
Files:
 11f8c49bc8db97ab6dcc34ef691b73e9 5267 devel optional llvm-toolchain-3.5_3.5-4ubuntu1.dsc
 326699cf0cae50afdff322a51892a104 52544 devel optional llvm-toolchain-3.5_3.5-4ubuntu1.debian.tar.xz
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team at lists.alioth.debian.org>


More information about the Utopic-changes mailing list