From 82faa9f24c631a52b3564af7d164452ce96d2a21 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 27 Jul 2018 11:56:11 +0300 Subject: Drop: use of pylint3 --- check | 3 ++- debian/changelog | 2 ++ debian/control | 3 +-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/check b/check index 808c8a2..9aee15f 100755 --- a/check +++ b/check @@ -24,4 +24,5 @@ title "Style checks" pycodestyle ttystatus title "Static checks" -PYTHONPATH=. pylint3 --rcfile=pylint.conf ttystatus +pycodestyle ttystatus +#PYTHONPATH=. pylint3 --rcfile=pylint.conf ttystatus diff --git a/debian/changelog b/debian/changelog index c4f4e30..ee163d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ python-ttystatus (0.38+git-1) UNRELEASED; urgency=medium * New upstream version. + * Drop use of pylint3, until it is installable in Debian unstable + again. -- Lars Wirzenius Mon, 04 Dec 2017 18:27:20 +0200 diff --git a/debian/control b/debian/control index a0911a0..71a46e1 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,7 @@ Build-Depends: debhelper (>= 9), python3-all, python-coverage-test-runner, python3-coverage-test-runner, - pycodestyle, - pylint3 + pycodestyle Package: python-ttystatus Architecture: all -- cgit v1.2.1