[ubuntu/trusty-proposed] llvm-toolchain-3.2 1:3.2repack-11ubuntu1 (Accepted)

Matthias Klose doko at ubuntu.com
Mon Dec 23 15:25:23 UTC 2013


llvm-toolchain-3.2 (1:3.2repack-11ubuntu1) trusty; urgency=medium

  * Merge with Debian; remaining changes:
    - debian/patches/JITEmitter.patch: Fix a segfault in the exception
      table of the JIT code emitter (See Launchpad bug #1160587)
    - Remove build-dependency on binutils-gold on all architectures.
  * Update 35-ubuntu-releases.diff for trusty.
  * Build without cloog/isl, disable polly.

llvm-toolchain-3.2 (1:3.2repack-11) unstable; urgency=low

  * dh_auto_clean removed, just like in the 3.3
  * Use the static library libjsoncpp.a instead of shipping library in polly
    Backport of the modification of 3.3

  [ Adam Conrad ]
  * Revive deltas from the previous Ubuntu versions of llvm and clang:
    - debian/patches/35-ubuntu-releases.diff: Add UbuntuSaucy to table.
    - debian/patches/JITEmitter.patch: Fix a segfault in the exception
      table of the JIT code emitter (See Launchpad bug #1160587)

  [ Luca Falavigna ]
  * debian/patches/libprofile_rt_sparc.patch:
    - Re-enable libprofile_rt on Sparc, fix FTBFS.

llvm-toolchain-3.2 (1:3.2repack-10) unstable; urgency=low

  * Fix the wrong package declaration on libstdc++-4.8-dev (Closes: #713944)

llvm-toolchain-3.2 (1:3.2repack-9) unstable; urgency=low

  * Switch to libstdc++ 4.8 instead of 4.7 for the headers (Closes: #712520)
  * Depends against libobjc-4.8-dev and libgcc-4.8-dev
  * Disable the usage of binutils-gold under armel. It currently fails with:
      "attempt to map 2752512 bytes at offset 2066666 exceeds size of file;
      the file may be corrupt"
  * Add DEBUGMAKE=1 to get information about compiler-rt compilation
  * Fix "libclang-common-dev: missing-depends-line"

llvm-toolchain-3.2 (1:3.2repack-8) unstable; urgency=low

  * Fix the build under ia64. Thanks to Luca Falavigna for the patch
    (ia64-fix.diff)
  * Disable lldb-3.2:
    - the quality is not good enough
    - We have lldb-3.3 now in the archive
    - Too many backported patches would be necessary for lldb-3.2 to work
    - It blocks some important transitions (mesa)
  * Add the detection of Ubuntu saucy

Date: Mon, 23 Dec 2013 15:03:21 +0100
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/llvm-toolchain-3.2/1:3.2repack-11ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 23 Dec 2013 15:03:21 +0100
Source: llvm-toolchain-3.2
Binary: clang-3.2 clang-3.2-doc libclang1 libclang1-dbg libclang-dev libclang-common-dev libllvm3.2 libllvm3.2-dbg llvm-3.2 llvm-3.2-runtime llvm-3.2-dev libllvm-3.2-ocaml-dev llvm-3.2-doc llvm-3.2-examples
Architecture: source
Version: 1:3.2repack-11ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description: 
 clang-3.2  - C, C++ and Objective-C compiler (LLVM based)
 clang-3.2-doc - C, C++ and Objective-C compiler (LLVM based) - Documentation
 libclang-common-dev - clang library - Common development package
 libclang-dev - clang library - Development package
 libclang1  - clang library
 libclang1-dbg - clang library
 libllvm-3.2-ocaml-dev - Low-Level Virtual Machine (LLVM), bindings for OCaml
 libllvm3.2 - Low-Level Virtual Machine (LLVM), runtime library
 libllvm3.2-dbg - Low-Level Virtual Machine (LLVM), debugging symbols library
 llvm-3.2   - Low-Level Virtual Machine (LLVM)
 llvm-3.2-dev - Low-Level Virtual Machine (LLVM), libraries and headers
 llvm-3.2-doc - Low-Level Virtual Machine (LLVM), documentation
 llvm-3.2-examples - Low-Level Virtual Machine (LLVM), examples
 llvm-3.2-runtime - Low-Level Virtual Machine (LLVM), bytecode interpreter
Closes: 712520 713944
Changes: 
 llvm-toolchain-3.2 (1:3.2repack-11ubuntu1) trusty; urgency=medium
 .
   * Merge with Debian; remaining changes:
     - debian/patches/JITEmitter.patch: Fix a segfault in the exception
       table of the JIT code emitter (See Launchpad bug #1160587)
     - Remove build-dependency on binutils-gold on all architectures.
   * Update 35-ubuntu-releases.diff for trusty.
   * Build without cloog/isl, disable polly.
 .
 llvm-toolchain-3.2 (1:3.2repack-11) unstable; urgency=low
 .
   * dh_auto_clean removed, just like in the 3.3
   * Use the static library libjsoncpp.a instead of shipping library in polly
     Backport of the modification of 3.3
 .
   [ Adam Conrad ]
   * Revive deltas from the previous Ubuntu versions of llvm and clang:
     - debian/patches/35-ubuntu-releases.diff: Add UbuntuSaucy to table.
     - debian/patches/JITEmitter.patch: Fix a segfault in the exception
       table of the JIT code emitter (See Launchpad bug #1160587)
 .
   [ Luca Falavigna ]
   * debian/patches/libprofile_rt_sparc.patch:
     - Re-enable libprofile_rt on Sparc, fix FTBFS.
 .
 llvm-toolchain-3.2 (1:3.2repack-10) unstable; urgency=low
 .
   * Fix the wrong package declaration on libstdc++-4.8-dev (Closes: #713944)
 .
 llvm-toolchain-3.2 (1:3.2repack-9) unstable; urgency=low
 .
   * Switch to libstdc++ 4.8 instead of 4.7 for the headers (Closes: #712520)
   * Depends against libobjc-4.8-dev and libgcc-4.8-dev
   * Disable the usage of binutils-gold under armel. It currently fails with:
       "attempt to map 2752512 bytes at offset 2066666 exceeds size of file;
       the file may be corrupt"
   * Add DEBUGMAKE=1 to get information about compiler-rt compilation
   * Fix "libclang-common-dev: missing-depends-line"
 .
 llvm-toolchain-3.2 (1:3.2repack-8) unstable; urgency=low
 .
   * Fix the build under ia64. Thanks to Luca Falavigna for the patch
     (ia64-fix.diff)
   * Disable lldb-3.2:
     - the quality is not good enough
     - We have lldb-3.3 now in the archive
     - Too many backported patches would be necessary for lldb-3.2 to work
     - It blocks some important transitions (mesa)
   * Add the detection of Ubuntu saucy
Checksums-Sha1: 
 2f9dbabd9e29ff321e7aa52a06999593ada31507 3744 llvm-toolchain-3.2_3.2repack-11ubuntu1.dsc
 e758a3a178c846a2a3d6c5e723b87f1d228224d6 221348 llvm-toolchain-3.2_3.2repack-11ubuntu1.debian.tar.gz
Checksums-Sha256: 
 e50791564dda97c219326ed800a6c4df095e159133f0b79ab5fed378e9ce7f85 3744 llvm-toolchain-3.2_3.2repack-11ubuntu1.dsc
 f6ee068c61d7ea26c2214b334a55f9ce45dd21fb2c99b6094d71916e347341cd 221348 llvm-toolchain-3.2_3.2repack-11ubuntu1.debian.tar.gz
Files: 
 b48b5b75b98f68b39ca54c3efa0be80f 3744 devel optional llvm-toolchain-3.2_3.2repack-11ubuntu1.dsc
 88e555ff603ebf34a5b9c888e8def6ce 221348 devel optional llvm-toolchain-3.2_3.2repack-11ubuntu1.debian.tar.gz
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iEYEARECAAYFAlK4VZ0ACgkQStlRaw+TLJxkWwCgu77TBLMhPfw1ldE9UelX+znO
sKwAnizac7r9UKAlNy0jOVXdPxYgVSTl
=0x8/
-----END PGP SIGNATURE-----


More information about the Trusty-changes mailing list