Build-Depend on pylint (>= 2, the Python 3 version), it replaced pylint3.

This commit is contained in:
Stefano Rivera 2019-09-03 09:47:21 -03:00
parent af622cb71e
commit b0421706d5
2 changed files with 5 additions and 2 deletions

4
debian/changelog vendored
View File

@ -1,7 +1,11 @@
ubuntu-dev-tools (0.172) UNRELEASED; urgency=medium ubuntu-dev-tools (0.172) UNRELEASED; urgency=medium
[ Mattia Rizzolo ]
* autopkgtest: Add a allow-stderr restriction, as things log to stderr. * autopkgtest: Add a allow-stderr restriction, as things log to stderr.
[ Stefano Rivera ]
* Build-Depend on pylint (>= 2, the Python 3 version), it replaced pylint3.
-- Mattia Rizzolo <mattia@debian.org> Fri, 23 Aug 2019 10:07:40 +0200 -- Mattia Rizzolo <mattia@debian.org> Fri, 23 Aug 2019 10:07:40 +0200
ubuntu-dev-tools (0.171) unstable; urgency=medium ubuntu-dev-tools (0.171) unstable; urgency=medium

3
debian/control vendored
View File

@ -14,8 +14,7 @@ Build-Depends:
distro-info (>= 0.2~), distro-info (>= 0.2~),
libwww-perl, libwww-perl,
lsb-release, lsb-release,
pylint, pylint (>= 2),
pylint3,
python-all (>= 2.6.5-13~), python-all (>= 2.6.5-13~),
python-apt (>= 0.7.93~), python-apt (>= 0.7.93~),
python-debian (>= 0.1.20~), python-debian (>= 0.1.20~),