Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock Control: block -1 by 1032887 Control: affects -1 + src:irony-mode
Please unblock package irony-mode [ Reason ] Users of Irony Mode expect as close to the latest LLVM for more accurate syntax checking. On Mon, 23 Jan 2023, after receiving confirmation that bookworm would have LLVM 15, I uploaded a build that uses LLVM 15, and have been waiting for it to migrate since then. [ Impact ] Without LLVM 15, and/or without irony-mode/1.5.0-5, users will to deinstall elpa-irony-mode and compile from upstream source. I believe that the popcon data indicates that this has begun to occur. [ Tests ] irony-mode/1.5.0-5 has good build-time tests as well as autopkg test, and has received three months of testing by users of sid. [ Risks ] None. Upstream is 100% LLVM 15 compatible. [ Checklist ] [x] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing unblock irony-mode/1.5.0-5
diff -Nru irony-mode-1.5.0/debian/changelog irony-mode-1.5.0/debian/changelog --- irony-mode-1.5.0/debian/changelog 2022-09-02 15:56:18.000000000 -0400 +++ irony-mode-1.5.0/debian/changelog 2023-01-23 16:04:06.000000000 -0500 @@ -1,3 +1,10 @@ +irony-mode (1.5.0-5) unstable; urgency=medium + + * Switch to llvm-toolchain-15, and build with libclang-15-dev, clang-15, + and llvm-15-dev. + + -- Nicholas D Steeves <s...@debian.org> Mon, 23 Jan 2023 16:04:06 -0500 + irony-mode (1.5.0-4) unstable; urgency=medium * Tighten irony-server dependency to guard against the possibility of diff -Nru irony-mode-1.5.0/debian/control irony-mode-1.5.0/debian/control --- irony-mode-1.5.0/debian/control 2022-09-02 15:56:18.000000000 -0400 +++ irony-mode-1.5.0/debian/control 2023-01-23 16:04:06.000000000 -0500 @@ -6,9 +6,9 @@ Build-Depends: debhelper-compat (= 13), cmake, - libclang-14-dev, - clang-14, - llvm-14-dev, + libclang-15-dev, + clang-15, + llvm-15-dev, dh-elpa, python3-docutils Rules-Requires-Root: no