diff options
author | Lars Wirzenius <liw@liw.fi> | 2018-07-27 11:56:11 +0300 |
---|---|---|
committer | Lars Wirzenius <liw@liw.fi> | 2018-07-27 11:56:11 +0300 |
commit | 82faa9f24c631a52b3564af7d164452ce96d2a21 (patch) | |
tree | 105738548ce05ff7ff790a27a5307c417ee35e68 /debian | |
parent | b14c568861c2035ece0b13b262d2b4b95064f6e8 (diff) | |
download | python-ttystatus-master.tar.gz |
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 3 insertions, 2 deletions
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 <liw@liw.fi> 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 |