Control: tags -1 + pending Hi Luca,
this bug causes issues to /usr-move. iproute2 pulls libtirpc3 and nothing pulls libtirpc3t64. Hence, the we still include libtirpc3, which is aliased rather than libtirpc3t64, which is /usr-moved. To fix this, I'd need a binNMU of iproute2, but this bug would cause that binNMU to be broken. Hence, I rather fix this bug. I used reproducible builds to see that iproute2 really only uses tirpc and not nsl. Hence I'm uploading the simple fix of explicitly depending on libtirpc-dev. NMU diff attached. No delay in accordance with DevRef (rc bug older than 7 days with no maintainer activity). Helmut
diff -Nru iproute2-6.7.0/debian/changelog iproute2-6.7.0/debian/changelog --- iproute2-6.7.0/debian/changelog 2024-01-22 13:24:29.000000000 +0100 +++ iproute2-6.7.0/debian/changelog 2024-03-12 09:03:30.000000000 +0100 @@ -1,3 +1,10 @@ +iproute2 (6.7.0-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Explicitly depend on libtirpc-dev. (Closes: #1065214) + + -- Helmut Grohne <hel...@subdivi.de> Tue, 12 Mar 2024 09:03:30 +0100 + iproute2 (6.7.0-2) unstable; urgency=medium * Backport fix for 'ss' output diff -Nru iproute2-6.7.0/debian/control iproute2-6.7.0/debian/control --- iproute2-6.7.0/debian/control 2024-01-12 22:09:28.000000000 +0100 +++ iproute2-6.7.0/debian/control 2024-03-12 09:02:10.000000000 +0100 @@ -22,6 +22,7 @@ libelf-dev, libmnl-dev, libselinux1-dev, + libtirpc-dev, linux-libc-dev, pkg-config, po-debconf,