Package: salt-pylint Version: 0.14.1-1 Severity: serious Tags: bullseye, sid, patch
python3-saltpylint depends on and the salt-pylint source package build-depends on the pylint3 binary package which is no longer built by the pylint source package. The python 3 pylint functionality is now in the pylint binary package. The build-dependency needs to be fixed manually, the binary dependency seems to follow along automatically once the built-dependency is fixed and the package rebuilt. Debdiff attatched, no intent to NMU.
diff -Nru salt-pylint-2019.6.7/debian/changelog salt-pylint-2019.6.7/debian/changelog --- salt-pylint-2019.6.7/debian/changelog 2019-09-05 08:33:00.000000000 +0000 +++ salt-pylint-2019.6.7/debian/changelog 2019-11-16 02:19:38.000000000 +0000 @@ -1,3 +1,10 @@ +salt-pylint (2019.6.7-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Update build-dependency for pylint3->pylint package rename. + + -- Peter Michael Green <[email protected]> Sat, 16 Nov 2019 02:19:38 +0000 + salt-pylint (2019.6.7-1) unstable; urgency=medium * New upstream release. diff -Nru salt-pylint-2019.6.7/debian/control salt-pylint-2019.6.7/debian/control --- salt-pylint-2019.6.7/debian/control 2019-09-05 08:32:07.000000000 +0000 +++ salt-pylint-2019.6.7/debian/control 2019-11-16 02:19:35.000000000 +0000 @@ -5,7 +5,7 @@ Priority: optional Build-Depends: debhelper-compat (= 12), dh-python, - pylint3, + pylint (>= 2.2.2-2), python3-all, python3-libmodernize, python3-pycodestyle (>= 2.4),

