[Python-modules-team] Bug#944825: pylint-common (build-)depends on cruft package.

peter green plugwash at p10link.net
Sat Nov 16 02:09:04 GMT 2019


Package: pylint-common
Version: 0.2.5-2
Severity: serious
Tags: bullseye, sid, patch

python3-plint-common depends on and the pylint-common source package build-depends on the pylint3 binary package which is no longer built by the pylint source package. The python 3 pylint functionlity 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.




-------------- next part --------------
diff -Nru pylint-common-0.2.5/debian/changelog pylint-common-0.2.5/debian/changelog
--- pylint-common-0.2.5/debian/changelog	2018-09-26 11:49:21.000000000 +0000
+++ pylint-common-0.2.5/debian/changelog	2019-11-16 02:05:39.000000000 +0000
@@ -1,3 +1,10 @@
+pylint-common (0.2.5-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Update build-dependency for pylint3->pylint package rename.
+
+ -- Peter Michael Green <plugwash at debian.org>  Sat, 16 Nov 2019 02:05:39 +0000
+
 pylint-common (0.2.5-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru pylint-common-0.2.5/debian/control pylint-common-0.2.5/debian/control
--- pylint-common-0.2.5/debian/control	2018-09-26 11:45:29.000000000 +0000
+++ pylint-common-0.2.5/debian/control	2019-11-16 02:05:25.000000000 +0000
@@ -5,7 +5,7 @@
 Uploaders: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
 Build-Depends: debhelper-compat (= 11),
                dh-python,
-               pylint3,
+               pylint (>= 2.2.2-2),
                python3-all,
                python3-pylint-plugin-utils,
                python3-setuptools,


More information about the Python-modules-team mailing list