Earlier today I didn't see that MAJOR, MINOR and PATCH variables were no longer needed outside the if-block, sorry.
In case the \K is unclear. Here's a great explanation: https://stackoverflow.com/a/33573989/835098
In general, in Debian, we will keep X until X.0.1 is released (or rc in experimental)
However, on apt.llvm.org, we will update the version to have X.0.1
This code is doing that.
* Include upstream patch D60657 for rust support on riscv64.
* New stable release
* Team upload.
* Commit Breaks/Replaces into git
* Fix llvm-9-tools Breaks/Replaces libclang-common-9-dev (<< 1:9.0.1~+rc2)
(Closes: #946473)
* New snapshot release + upload to unstable
* Use secure URI in debian/watch.
* Move source package lintian overrides to debian/source.
* Remove patches force-gcc-header-obj.diff, hurd-pathmax.diff, impl-
path-hurd.diff, libcxxabi-arm-ehabi-fix.patch, libcxxabi-test-don-t-
fail-extended-long-double.patch, revert-change-soname.diff, try-to-
unbreak-thinlto.diff that are missing from debian/patches/series.
* Rely on pre-initialized dpkg-architecture variables.
* Move transitional package libclang-cpp1-9 to oldlibs/optional per
policy 4.0.1.
* llvm-riscv64-fix-cffi.diff: backport patch to fix CFI directives on
riscv64 from master.
* New snapshot release
* Fix some paths, upstream moved from site-packages
to dist-packages for python packages
* Move yaml-bench from libclang-common-X.Y-dev to llvm-X.Y-tools where
it belongs
See http://lists.llvm.org/pipermail/llvm-dev/2019-December/137337.html
* Add a project in the cmake-test to silent a warning
(Closes: #945489)
* New snapshot release
* Patch cmake files to disable the z3 support in Ubuntu
* Simplify rules file to put -g1 everywhere
* Add a project in the cmake-test to silent a warning (Closes: #945489)
To be clear, this is the same as release 7.0.1
To be ABI compliant in Debian between 7 and 7.0.1,
I took the pr39427-misscompile.diff.
7.1.0 is an official release for downstream users to bring
back the ABI comptability.
I am uploading this new version in the archive to:
- avoid question like "why we don't have 7.1.0 in the archive?"
- align with upstream
- clearly show that we kept the ABI
Upstream decided to rename the library from 7 to 7.0.1
As I kept the ABI, I reverted this patch (revert-change-soname.diff)
More info on https://bugs.llvm.org/show_bug.cgi?id=39427
and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913271