diff -Nru pylint-django-2.0.5/debian/changelog pylint-django-2.0.5/debian/changelog --- pylint-django-2.0.5/debian/changelog 2019-01-02 20:54:41.000000000 +0000 +++ pylint-django-2.0.5/debian/changelog 2019-09-11 07:59:58.000000000 +0000 @@ -1,3 +1,10 @@ +pylint-django (2.0.5-1ubuntu2) eoan; urgency=medium + + * Switch to new pylint + * Switch testsuite to new pylint + + -- Gianfranco Costamagna Wed, 11 Sep 2019 09:59:58 +0200 + pylint-django (2.0.5-1) unstable; urgency=medium * New upstream version 2.0.5 (Closes: #917717). diff -Nru pylint-django-2.0.5/debian/control pylint-django-2.0.5/debian/control --- pylint-django-2.0.5/debian/control 2019-01-02 20:54:08.000000000 +0000 +++ pylint-django-2.0.5/debian/control 2019-09-11 07:59:57.000000000 +0000 @@ -5,7 +5,7 @@ Uploaders: Joseph Herlant Build-Depends: debhelper-compat (= 11), dh-python, - pylint3 (>= 2.0), + pylint (>= 2.0), python3-all, python3-astroid, python3-django, @@ -24,7 +24,7 @@ Package: python3-pylint-django Architecture: all -Depends: pylint3 (>= 2.0), +Depends: pylint (>= 2.0), python3-pylint-plugin-utils (>= 0.4), ${misc:Depends}, ${python3:Depends} diff -Nru pylint-django-2.0.5/debian/tests/django-sample pylint-django-2.0.5/debian/tests/django-sample --- pylint-django-2.0.5/debian/tests/django-sample 2019-01-02 00:27:33.000000000 +0000 +++ pylint-django-2.0.5/debian/tests/django-sample 2019-09-11 07:59:58.000000000 +0000 @@ -13,5 +13,5 @@ run django-admin startapp testapp # Now test that pylint-django works on those -run pylint3 --version -run pylint3 -E --load-plugins=pylint_django testapp/ +run pylint --version +run pylint -E --load-plugins=pylint_django testapp/