Package: pylint-celery
Version: 0.3-4
Severity: serious
Tags: bullseye, sid, patch

python3-plint-celery depends on and the pylint-celery 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.


diff -Nru pylint-celery-0.3/debian/changelog pylint-celery-0.3/debian/changelog
--- pylint-celery-0.3/debian/changelog  2018-09-26 10:59:29.000000000 +0000
+++ pylint-celery-0.3/debian/changelog  2019-11-16 01:43:50.000000000 +0000
@@ -1,3 +1,10 @@
+pylint-celery (0.3-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Update build-dependency for pylint3->pylint package rename.
+
+ -- Peter Michael Green <plugw...@debian.org>  Sat, 16 Nov 2019 01:43:50 +0000
+
 pylint-celery (0.3-4) unstable; urgency=medium
 
   * Team upload.
diff -Nru pylint-celery-0.3/debian/control pylint-celery-0.3/debian/control
--- pylint-celery-0.3/debian/control    2018-09-26 10:58:31.000000000 +0000
+++ pylint-celery-0.3/debian/control    2019-11-16 01:43:50.000000000 +0000
@@ -5,7 +5,7 @@
 Uploaders: ChangZhuo Chen (陳昌倬) <czc...@debian.org>
 Build-Depends: debhelper-compat (= 11),
                dh-python,
-               pylint3,
+               pylint (>= 2.2.2-2),
                python3-all,
                python3-astroid,
                python3-celery,

Reply via email to