Package: release.debian.org Severity: normal User: [email protected] Usertags: transition
Dear Release Team, I would like to update libnfs in unstable to the 3.0 version. It is built for all release architectures in experimental except for mips* but it is unlikely to have arch-specific issues there. The mini transition would involve libnfs and its reverse dependencies: gvfs mpd kodi qemu vlc They build with the new libnfs version. (Mpd did FTBFS for me in tests for a seemingly unrelated reason) In terms of 'ben' lingo, the transition has the following parameters: Affected: .depends ~ /\b(libnfs\-utils|libnfs12|libnfs11)\b/ Good: .depends ~ /\b(libnfs\-utils|libnfs12)\b/ | .recommends ~ /\b(libnfs12)\b/ Bad: .depends ~ /\b(libnfs11)\b/ | .recommends ~ /\b(libnfs11)\b/ Cheers, Balint

