Commit Graph

10 Commits

Author SHA1 Message Date
Sylvestre Ledru
bf501e76b9 refresh of the patches 2017-02-09 13:33:54 +00:00
Sylvestre Ledru
578e474efb * debian/patches/{0003-Debian-version-info-and-bugreport.patch,
0044-soname.diff,23-strlcpy_strlcat_warning_removed.diff,
  26-set-correct-float-abi.diff,atomic_library_[12].diff,
  fix-clang-path-and-build.diff,fix-lldb-server-build,lldb-libname.diff,
  lldb-soname.diff,mips-fpxx-enable.diff,removeduplicatedeclaration.diff}:
  Refreshed.
* debian/patches/{silent-gold-utils,kfreebsd-support}.diff: Updated.
2016-11-03 08:40:58 +00:00
Sylvestre Ledru
7f1d0e08cb * debian/clang-X.Y.install.in: Added clang-cpp.
* debian/patches: Refreshed.
2016-10-10 16:51:15 +00:00
Sylvestre Ledru
ba178db1ad rebase of the patch 2016-09-22 09:25:57 +00:00
Sylvestre Ledru
720303b34c rebase of the patches + remove + fix-doc-rst.diff 2016-02-14 17:16:22 +00:00
Sylvestre Ledru
dd8713ffce * Cmake migration. Done by Andrew Wilkins. Many thanks to him
- Update patches to set SONAME in CMake build
  - Create symlinks with ".links", don't install from build tree
  - Remove LLVM-internal tools (lit, FileCheck, not, tblgen, etc.)
  - Remove llvm-X.Y-tools package, because it contained only
    internal tools that are not intended for distribution.
  - Remove autotools-specific artifacts from packages.
  - Remove "dummy" documentation artifacts from llvm-X.Y-docs
    package. Not built/installed by CMake, not useful.
  - Update control/rules to support CMake
  - Patch LLDB SWIG interfaces to workaround a bug in SWIG
    See https://llvm.org/bugs/show_bug.cgi?id=25468
  - add missing files to clang-format
  - Add patch to fix sanitizer lit invocation
  - removed LLVM-internal tools (lit, FileCheck, not, *-tblgen, etc.);
    not installed by CMake, not intended for distribution
  - removed llvm-X.Y-tools (contained only internal tools)
  - removed autotools-specific artifacts (configure, Makefile, etc.)
  - removed dummy documentation files
2016-02-08 12:49:57 +00:00
Sylvestre Ledru
342b3e8e5a rebase of the patch 2015-11-16 08:41:19 +00:00
Sylvestre Ledru
23fef8f171 refresh of the patches 2015-07-10 17:24:40 +00:00
Sylvestre Ledru
41c6ab8341 * New snapshot release
TODO CVE
* Merge with 3.4
* Remove scan-build-fix-clang-detection.diff (applied upstream)
* Improve the CVE-2014-2893 fix (Closes: #744817)
* Add a check to avoid an error on arch where compiler-rt is not available
* New upstream release
* Add build conflict on libllvm-3.5-ocaml-dev
* Also disable lldb tests under armel (like armhf). Timeout
* Update of the repack script
* Use llvm-3.4-dev.links.in to manage the symlinks
* Fix the soname of liblldb.so to see it treated as a real library
  (Closes: #750868)
* Switch to the default gcc/g++ compiler. Currently 4.9 (Closes: #751322)
* Fixes CVE-2014-2893 (Closes: #744817)
* Be less permissive when installing lldb. Remove duplication of the install
  of liblldb.so.1
* Add symlinks lldb-3.4, lldb-platform-3.4 & lldb-gdbserver-3.4 without 3.4
* Clang was unusable with libstdc++ from gcc 4.9 (Closes: #744792)
* Fix path for arch without support of compiler-rt. Should fix most of the
  FTBFS
* Fix the soname. No changes in the ABI, so, no need to update the soname
  (Closes: #747701)
* New upstream release. Note that only LLVM & Clang had a new release.
  I just copied the 3.4 tarballs for clang-extra-tools, polly, lldb and
  compiler-rt.
* Add link usr/lib/llvm-3.4/ to usr/lib/llvm-3.4/build/Debug+Asserts
* Backport of a r201586 from upstream. scan-build was failing on some project
  like firefox build system. (Yeh, advantage to be the packager of a software
  that I use ;) ). See scan-build-fix-clang-detection.diff
* Fix the version in the symbol list (libclang1-3.4.symbols)
* Update the path regarding upstream changed (3.4 => 3.4.1)
  (Patch improved also by Martin Nowack)
* Remove generated file libllvm3.4.install
* Add gnustep & gnustep-devel as suggests of clang-3.4
* Add libc6-dev as an explicit dependency of clang-3.4
* Build with dh_install --fail-missing
* Start to use /usr/bin/foo-X.Y. First step to have several clang versions
  installed together
* Add some missing files:
  - lli-child-target         - llvm-3.4-runtime
  - count                    - llvm-3.4-tools
  - html.tar.gz              - llvm-3.4-doc
  - ocamldoc.tar.gz          - llvm-3.4-doc
  - BugpointPasses.so        - llvm-3.4-dev
  - liblldb*                 - lldb-3.4-dev
  - lldb-platform-3.4        - lldb-3.4
  - clang-apply-replacements - clang-3.4
  - clang-tidy               - clang-3.4
  - pp-trace                 - clang-3.4
2014-06-17 15:05:31 +00:00
Sylvestre Ledru
4eef1d0ee1 * Fix the soname of liblldb.so to see it treated as a real library
(Closes: #750868)
* Switch to the default gcc/g++ compiler. Currently 4.9 (Closes: #751322)
2014-06-16 10:05:45 +00:00