I'm preparing the transistion for log4cxx from SONAME 12 to SONAME 13.
I have built the r-deps locally with the result indicated below:
solarpowerlog -- builds fine
ros-rosconsole -- builds fine
zookeeper -- FTBFS, unrelated to log4cxx (#984406)
TL:DR: Should be a small, smooth transition.
Ben file: (The "auto" transistion seems to be right already)
title = "log4cxx";
is_affected = .depends ~ "liblog4cxx12" | .depends ~ "liblog4cxx13";
is_good = .depends ~ "liblog4cxx13";
is_bad = .depends ~ "liblog4cxx12";