Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: transition
Hi Release Team,
Upstream incremented libotf's SONAME from 0 to 1. The latest upstream
version is packaged and available in experimental. I want to upload it
to unstable.
Auto-generated tracker:
https://release.debian.org/transitions/html/auto-libotf.html
The following source packages need binNMUs:
m17n-lib
emacs
Ben file:
title = "libotf";
is_affected = .depends ~ "libotf1" | .depends ~ "libotf0";
is_good = .depends ~ "libotf1";
is_bad = .depends ~ "libotf0";
The reverse dependencies were successfully built locally by pbuilder:
$ ldd /usr/lib/x86_64-linux-gnu/libm17n-gui.so | grep otf
libotf.so.1 => /lib/x86_64-linux-gnu/libotf.so.1 (0x00007fa9943b8000)
$ ldd /usr/bin/m17n-edit | grep otf
libotf.so.1 => /lib/x86_64-linux-gnu/libotf.so.1 (0x00007f6472821000)
$ ldd /usr/bin/emacs-gtk | grep otf
libotf.so.1 => /lib/x86_64-linux-gnu/libotf.so.1 (0x00007f7d9456e000)
$ ldd /usr/bin/emacs-lucid | grep otf
libotf.so.1 => /lib/x86_64-linux-gnu/libotf.so.1 (0x00007f6686afd000)
Thanks,
Harshula