Package: release.debian.org Severity: important X-Debbugs-Cc: tree-sit...@packages.debian.org Control: affects -1 + src:tree-sitter User: release.debian....@packages.debian.org Usertags: transition
The tree-sitter 0.22.6 packages in unstable accidentally included an ABI break. This was noticed via #1100171. I've backported upstream's change to include the minor version in the SONAME (since they're following semver and are still pre-1.0). There are only two rdeps which are also in testing -- neovim and emacs. There are no source changes needed to the rdeps, just binNMUs once the new binary package is uploaded to unstable. Ben file: title = "tree-sitter"; is_affected = .depends ~ "libtree-sitter0" | .depends ~ "libtree-sitter0.22"; is_good = .depends ~ "libtree-sitter0.22"; is_bad = .depends ~ "libtree-sitter0";