From: Raspbian automatic forward porter Date: Mon, 7 Sep 2020 19:26:02 +0000 (+0100) Subject: Merge version 1:10.0.1-1+rpi1 and 1:10.0.1-5 to produce 1:10.0.1-5+rpi1 X-Git-Tag: archive/raspbian/1%10.0.1-5+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b1ac0b91d78a6379a5d07a9d989cf156c670e2bf;p=llvm-toolchain-10.git Merge version 1:10.0.1-1+rpi1 and 1:10.0.1-5 to produce 1:10.0.1-5+rpi1 --- b1ac0b91d78a6379a5d07a9d989cf156c670e2bf diff --cc debian/changelog index bf2f7eed6,eab252107..81517b531 --- a/debian/changelog +++ b/debian/changelog @@@ -1,40 -1,44 +1,82 @@@ - llvm-toolchain-10 (1:10.0.1-1+rpi1) bullseye-staging; urgency=medium ++llvm-toolchain-10 (1:10.0.1-5+rpi1) bullseye-staging; urgency=medium + + [changes brought forward from llvm-toolchain-3.8 1:3.8-2+rpi1 by Peter Michael Green at Sat, 14 May 2016 21:43:35 +0000] + * Cleanup .pyc files in clean target. + * Add a hack to the cmake based build to force armv6 (unfortunately the cmake + based build relies on config.guess which assumes you want to build for the + hardware you are running on). + * Add -DCOMPILER_RT_BUILD_BUILTINS=OFF to disable parts of compiler-rt that + are broken on lower arm architectures. + + [changes introduced in llvm-toolchain-3.9 1:3.9.1-1 by Peter Michael Green] + * disable testsuite (using a method that is hopefully less likely to cause diff conflicts than previously). + * Remove -march=armv7-a in compiler-rt/cmake/config-ix-base.cmake + * Clean up debian/usr in clean target. + * Clean up clang/tools/*-3.9 in clean target. + * Clean up stray *3.9.vim files + * Clean up clang/tools/scan-build/man/scan-build-3.9.1 and utils/vim/llvm-3.9-vimrc + * Clean up debian/*.install + + [changes introduced in llvm-toolchain-6.0 1:6.0-1+rpi1 by Peter michael green] + * create build-llvm/docs/ocamldoc/html/ so the install target doesn't complain + about it not existing. + * clean up more crap left behind by build process. + + [changes introduced in llvm-toolchain-6.0 1:6.0-3+rpi1 by Peter Michael Green] + * Remove debian/man in clean target. + + [changes introduced in llvm-toolchain-7 1:7-6+rpi1 by Peter Michael Green] + * Use libatomic on armhf + * Set cmake/config.guess.hack back to mode 644 in clean target to keep + git/dgit happy. + * Yet more clean target fixes. + + [changes introduced in llvm-toolchain-7 1:7.0.1-1+rpi2 by Peter Michael Green] + * Change triplet in debian/rules to use armv6k rather than armv7l + - -- Raspbian forward porter Thu, 30 Jul 2020 15:46:05 +0000 ++ -- Raspbian forward porter Mon, 07 Sep 2020 19:26:01 +0000 ++ + llvm-toolchain-10 (1:10.0.1-5) unstable; urgency=medium + + [ John Paul Adrian Glaubitz ] + * Use dh-exec to exclude lib/libPolly*.a on powerpc and + powerpcspe from libclang-common-X.Y-dev.install.in + + [ Gianfranco Costamagna ] + * autopkgtests: ignore binfmts enable command return value. + + -- Gianfranco Costamagna Mon, 31 Aug 2020 12:28:24 +0200 + + llvm-toolchain-10 (1:10.0.1-4) unstable; urgency=medium + + * Fix testsuite by ignoring binfmts test + (can't be enabled on autopkgtests) + + -- Gianfranco Costamagna Fri, 28 Aug 2020 21:54:05 +0200 + + llvm-toolchain-10 (1:10.0.1-3) unstable; urgency=medium + + * Fix testsuite by enabling binfmts support before using it + (the default is disabled) + + -- Gianfranco Costamagna Thu, 27 Aug 2020 12:42:20 +0200 + + llvm-toolchain-10 (1:10.0.1-2) unstable; urgency=medium + + [ Samuel Thibault ] + * patches/hurd/hurd-cxx-paths.diff: Refresh, some of the factorization was + backported from 11 to 10. + + [ Gianfranco Costamagna ] + * debian/patches/mips-force-nomadd4.patch: Apply and rebase patch to disable + nomadd4 on mips* (Closes: #964989) + - thanks Yunqiang Su for the patch + + [ Steve Langasek ] + * Drop ocaml support on i386, which pulls in a series of packages which + is not reasonable to support. + + -- Gianfranco Costamagna Sun, 23 Aug 2020 22:57:55 +0200 llvm-toolchain-10 (1:10.0.1-1) unstable; urgency=medium diff --cc debian/control index 66316fe97,b6fdc9eec..bbd16d0d5 --- a/debian/control +++ b/debian/control @@@ -14,12 -14,12 +14,12 @@@ Build-Depends: debhelper (>= 9.0), cmak g++-multilib [amd64 i386 kfreebsd-amd64 mips mips64 mips64el mipsel powerpc ppc64 s390 s390x sparc sparc64 x32], libjs-mathjax, python3-recommonmark, doxygen, gfortran, - ocaml-nox [amd64 arm64 armhf i386 ppc64el s390x], - ocaml-findlib [amd64 arm64 armhf i386 ppc64el s390x], - libctypes-ocaml-dev [amd64 arm64 armhf i386 ppc64el s390x], - dh-exec, dh-ocaml [amd64 arm64 armhf i386 ppc64el s390x], + ocaml-nox [amd64 arm64 armhf ppc64el s390x], + ocaml-findlib [amd64 arm64 armhf ppc64el s390x], + libctypes-ocaml-dev [amd64 arm64 armhf ppc64el s390x], + dh-exec, dh-ocaml [amd64 arm64 armhf ppc64el s390x], libpfm4-dev [linux-any], python3-setuptools, libz3-dev -Build-Conflicts: oprofile, ocaml +Build-Conflicts: oprofile, ocaml, libllvm-3.8-ocaml-dev, libllvm-3.9-ocaml-dev Standards-Version: 4.2.1 Homepage: https://www.llvm.org/ Vcs-Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b 10 diff --cc debian/patches/series index b490e6b0f,48789a1d5..0dc7c2bb1 --- a/debian/patches/series +++ b/debian/patches/series @@@ -120,4 -145,5 +120,5 @@@ no-cgi.patc ubuntu-groovy.diff clang_vendor_pass_stage2.diff remove-trailing-space-version.diff + mips-force-nomadd4.patch +raspbian-triplet.patch