Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: transition X-Debbugs-Cc: libvt...@packages.debian.org Control: affects -1 + src:libvterm
libvterm doesn't have a stable API/ABI yet, so although the SONAME didn't change, this is a breaking update. There are 3 packages which use libvterm: * pangoterm: I've filed #1063196 to RM the package, so it shouldn't block * emacs-libvterm: It supports building against either 0.1 or 0.3, so it just needs a binNMU * neovim: 0.7.2 (in unstable) only supports 0.1, but 0.9.5 (in experimental) supports 0.3. Ben file: title = "libvterm 0.1 -> 0.3"; is_affected = .build-depends ~ "libvterm-dev"; is_good = .depends ~ /libvterm0 \(>= 0\.[23]/; is_bad = .depends ~ /libvterm0 \(>= 0\.1/;