On Sun, 27 Sep 2015 02:07:09 -0400 Scott Kitterman <deb...@kitterman.com> wrote: > Package: python3-babeltrace > Version: 1.2.4-2 > Severity: grave > Justification: renders package unusable > > I haven't had time to investigate at all yet, but here's part of the file list > following today's binNMU to add python3.5 as a supported version. From > looking at where the symlinks point, I don't think this will work at all.
Looking just a bit at this, it seems something is confusing dh_python3 so it tries to rename the symlink and it shouldn't: dh_python3 -a I: dh_python3 fs:90: renaming debian/python3- babeltrace/usr/lib/python3.4/site-packages/_babeltrace.so to debian/python3- babeltrace/usr/lib/python3.4/site-packages/_babeltrace.cpython-34m-x86_64- linux-gnu.so I: dh_python3 fs:90: renaming debian/python3- babeltrace/usr/lib/python3.5/site-packages/_babeltrace.so to debian/python3- babeltrace/usr/lib/python3.5/site-packages/_babeltrace.cpython-35m-x86_64- linux-gnu.so I: dh_python3 fs:300: removing symlink: debian/python3- babeltrace/usr/lib/python3/dist-packages/_babeltrace.cpython-34m-x86_64-linux- gnu.so I: dh_python3 fs:302: renaming debian/python3-babeltrace/usr/lib/python3/dist- packages/_babeltrace.so.0.0.0 to _babeltrace.cpython-34m-x86_64-linux-gnu.so I: dh_python3 fs:193: removing dangling symlink: debian/python3- babeltrace/usr/lib/python3/dist-packages/_babeltrace.so.0 Scott K