Change log for llvm-toolchain-3.3 package in Debian

119 of 19 results
Deleted in jessie-release (Reason: None provided.)
Deleted in sid-release (Reason: None provided.)
llvm-toolchain-3.3 (1:3.3-16) unstable; urgency=low


  * Make lldb-3.3-dev dependencies matches lldb-3.3.
  * Disable the lldb build under ia64 (so, now: ia64 mips mipsel hurd)

 -- Sylvestre Ledru <email address hidden>  Wed, 18 Dec 2013 11:19:50 +0100
Superseded in sid-release
llvm-toolchain-3.3 (1:3.3-15) unstable; urgency=low


  * Add the Ocaml ABI dependency (Closes: #731344)
  * The disable of lldb was also catching i386 (because of hurd-i386)

 -- Sylvestre Ledru <email address hidden>  Wed, 04 Dec 2013 17:52:03 +0100
Superseded in sid-release
llvm-toolchain-3.3 (1:3.3-14) unstable; urgency=low


  * Port LLVM to mips64el. Thanks to YunQiang Su
    (Closes: #730808)
  * Disable LLDB also for mips & mipsel

 -- Sylvestre Ledru <email address hidden>  Sat, 30 Nov 2013 12:32:29 +0100
Superseded in sid-release
llvm-toolchain-3.3 (1:3.3-13) unstable; urgency=low


  * Standards-Version update to 3.9.5
  * Also install clang 3.3 examples (clang-3.3-examples) (Closes: #728260)
  * Move c-index-test* from llvm-3.3 => clang-3.3. It was triggering an
    unnecessary dependency from llvm-3.3 to libclang

 -- Sylvestre Ledru <email address hidden>  Mon, 04 Nov 2013 13:34:47 +0100
Superseded in jessie-release
Superseded in sid-release
llvm-toolchain-3.3 (1:3.3-12) unstable; urgency=low


  * Update of the clang descriptions (Closes: #727684)
  * The package wasn't cleaned correctly (Closes: #722155)
  * Bring back /usr/lib/llvm-3.3/lib/libclang.so (libclang-3.3-dev) and
    /usr/lib/llvm-3.3/lib/libclang.so.1 (libclang1-3.3)

 -- Sylvestre Ledru <email address hidden>  Tue, 29 Oct 2013 13:49:59 +0100
Superseded in sid-release
llvm-toolchain-3.3 (1:3.3-11) unstable; urgency=low


  * Honor the option "nocheck"
  * Fix the detection of hurd (was failing i386) (Closes: #727157)

 -- Sylvestre Ledru <email address hidden>  Wed, 16 Oct 2013 18:10:17 +0200
Superseded in sid-release
llvm-toolchain-3.3 (1:3.3-10) unstable; urgency=low


  * Update of the description of LLVM packages
    (LLVM no longer mean Low Level Virtual Machine)
  * Disable the build of lldb under HURD
  * Ship the lldb headers into lldb-X.Y-dev (Closes: #723743)
    I might create a liblldb-X.Y library at some point but I think it is too
    early.
  * Fix "cannot compile this atomic library call"
    Thanks to Francisco Facioni for the refresh (Closes: #705115)
  * Install libclang.so in /usr/lib/*/libclang-3.3.so
  * Install libclang.so.1 in /usr/lib/*/libclang-3.3.so.1
  * Also ship the python clang binding (python-clang-3.3)
  * Fix a FTBFS with a duplicate declaration of shouldUseInlineAtomic
  * Build depend automake1.9 => automake (Closes: #724414)
  * Update the build dependency from tcl8.5 to tcl (Closes: #725953)
  * To build libclang, update the upstream Makefile to use LLVMLibsOptions
    instead of LDFLAGS. Overriding LDFLAGS was removing some information.
    example: make LDFLAGS=" -fuse-ld=gold"

 -- Sylvestre Ledru <email address hidden>  Mon, 09 Sep 2013 14:35:08 +0200
Deleted in experimental-release (Reason: None provided.)
Superseded in jessie-release
Superseded in sid-release
llvm-toolchain-3.3 (1:3.3-9) unstable; urgency=low


  [ Luca Falavigna ]
  * debian/control:
    - Add llvm-3.3-dev to lldb-3.3 Depends field (Closes: #715129).

  [ Sylvestre Ledru ]
  * Only use -fuse-ld=gold on supported distribution. Simplify the
    backports.
  * Fix  'bits/c++config.h' file not found under i386
    See libstdc++-header-i386.diff. (Closes: #714890)
  * Add more fixes for the HURD port... (but still fails)

  [ Robert Millan ]
  * clang under KfFreeBSD was not exporting the correct defines
    (Closes: #721880)

  [ Jon Severinsson ]
  * Merge from llvm-toolchain-3.2 branch up to 3.2repack-11.
  * Drop auto-generated file debian/libllvm3.3.install.
  * Automatically determine GCC_VERSION and dep:devlibs based on g++ package
    version.
  * Automatically determine if -fuse-ld=gold is supported based on binutils
    package version.

  [ Adam Conrad ]
  * debian/patches/lldb-link-atomic.diff: Link lldb with -latomic to get
    builtin GCC atomic helpers on arches (like powerpc) that need them.

 -- Sylvestre Ledru <email address hidden>  Mon, 26 Aug 2013 14:48:42 +0200
Superseded in sid-release
llvm-toolchain-3.3 (1:3.3-8) unstable; urgency=low


  [ Sylvestre Ledru ]
  * Fix another issues under HURD...

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

 -- Sylvestre Ledru <email address hidden>  Fri, 23 Aug 2013 15:02:05 +0200
Superseded in sid-release
llvm-toolchain-3.3 (1:3.3-7) unstable; urgency=low


  * debhelper version 9.20130720 fails on the call to dh_auto_clean
    Remove it. It was anyway useless.

 -- Sylvestre Ledru <email address hidden>  Thu, 22 Aug 2013 14:28:25 +0200
Superseded in sid-release
llvm-toolchain-3.3 (1:3.3-6) unstable; urgency=low


  * Fix the FTBFS under hurd and KFreeBSD
  * Do not remove all *.o in tests. Some of them are from upstream source
    tarball. Thanks to Maarten Lankhorst for the fix.
  * Fix the lintian error 'lldb-3.3: postinst-must-call-ldconfig'
  * Add the manpages of clang-format-3.3
  * Overrides the manpages warnings
  * Also apply unwind-chain-inclusion.diff from the snapshot branch to make sure
    we can build the package locally even if libclang-dev is installed

 -- Sylvestre Ledru <email address hidden>  Sun, 18 Aug 2013 16:45:53 +0200
Superseded in sid-release
llvm-toolchain-3.3 (1:3.3-5) unstable; urgency=low


  * Install llvm-c headers also in usr/include/llvm-3.3/llvm-c
  * Fix the FTBFS under mips & mipsel
  * Refresh of the kfreebsd i386 patch

 -- Sylvestre Ledru <email address hidden>  Wed, 07 Aug 2013 13:12:23 +0200
Superseded in sid-release
llvm-toolchain-3.3 (1:3.3-4) unstable; urgency=low


  * llvm-config-3.3 --libdir reports wrong directory (Closes: #717346)
  * Backport of upstream patch to fix the FTBFS under kfreebsd i386
  * binutils-gold no longer exists. Use -fuse-ld=gold instead.
  * Use the static library libjsoncpp.a instead of the ship library in polly

 -- Sylvestre Ledru <email address hidden>  Thu, 01 Aug 2013 14:06:38 +0200
Superseded in sid-release
llvm-toolchain-3.3 (1:3.3-3) unstable; urgency=low


  [ Luca Falavigna ]
  * Integrate patch to fix FTBFS under IA64.

  [ Luca Falavigna & Robert Millan ]
  * Integrate patch to fix FTBFS under kFreeBSD (Closes: #714098)

 -- Sylvestre Ledru <email address hidden>  Mon, 01 Jul 2013 09:29:02 +0200
Superseded in sid-release
llvm-toolchain-3.3 (1:3.3-2) unstable; urgency=low


  * Fix warning python-script-but-no-python-dep on clang-format-X.Y
  * manpages are generated during build time (simplifies maintenance)
  * Fix duplicate underscore.js and jquery.js
  * Move libjs-jquery & libjs-underscore dependencies to llvm-X.Y-doc
  * Add lldb-X.Y manpage
  * Hopefully fix the ftbfs under mipsel (mipsel-ftbfs.diff)
  * 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"

  [ Léo Cavaillé ]
  * Add patch to find correctly LLVMGold.so with -O4 (Closes: #712437)

 -- Sylvestre Ledru <email address hidden>  Fri, 14 Jun 2013 11:45:26 +0200

Available diffs

Superseded in sid-release
llvm-toolchain-3.3 (1:3.3-1) unstable; urgency=low


  * Upload to unstable
  * Add some last minute changes to lldb (lldb33-to-r183444.patch)
  * Add the patch for the Ubuntu Saucy detection

 -- Sylvestre Ledru <email address hidden>  Thu, 13 Jun 2013 14:58:20 +0200

Available diffs

Deleted in experimental-release (Reason: None provided.)
llvm-toolchain-3.3 (1:3.3-1~exp1) experimental; urgency=low


  * New upstream release

 -- Sylvestre Ledru <email address hidden>  Tue, 11 Jun 2013 15:06:36 +0200
Superseded in experimental-release
llvm-toolchain-3.3 (1:3.3~+rc3-1~exp2) experimental; urgency=low


  * Force the version in experimental of binutils-gold to fix powerpc
  * Print the lldb test failures
  * Create the compiler-rt directory for unsupported platforms
  * Fix the FTBFS under HURD (hurd-endian.diff)
  * Introduce the clang-format-X.Y package
  * Introduce the cpp11-migrate-X.Y package (Closes: #705626)
  * Install the vim llvm script at the right place
  * make clang-3.3 also conflict against the 3.4 version
  * Fix the FTBFS under kfreebsd and ia64. Many thanks to Luca Falavigna
    for the patches (kfreebsd.diff and ia64-fix.diff)

 -- Sylvestre Ledru <email address hidden>  Thu, 06 Jun 2013 14:28:41 +0200
Superseded in experimental-release
llvm-toolchain-3.3 (1:3.3~+rc3-1~exp1) experimental; urgency=low


  * Package of the testing release (3.3 rc3)
  * Provide a better lldb package (Closes: #707191)
  * Improve the dependencies:
    * clang-3.3 depends on the exact same libllvm3.3 release
    * idem for lldb-3.3
  * Various packages rename to allow co installations:
    * libclang1 => libclang1-3.3
    * libclang1-dbg => libclang1-3.3-dbg
    * libclang-dev => libclang-3.3-dev
    * libclang-common-dev => libclang-common-3.3-dev

 -- Sylvestre Ledru <email address hidden>  Fri, 19 Apr 2013 09:31:38 +0200
119 of 19 results