Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Switch from pylint3 to new pylint
· c976f495
Gianfranco Costamagna
authored
Dec 10, 2019
c976f495
Merge branch 'master' into 'master'
· 7dafb305
Timo Aaltonen
authored
Dec 10, 2019
Switch from pylint3 to new pylint See merge request
!1
7dafb305
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
7dafb305
custodia (0.6.0-4) unstable; urgency=medium
* Team upload
* Switch pylint3 to pylint, the former is now a cruft package
-- Gianfranco Costamagna <locutusofborg@debian.org> Tue, 10 Dec 2019 15:25:09 +0100
custodia (0.6.0-3) unstable; urgency=medium
* Migrate to python3. (Closes: #939100)
...
...
debian/control
View file @
7dafb305
...
...
@@ -7,7 +7,7 @@ Build-Depends:
debhelper (>= 11),
dh-python,
pep8,
pylint
3
,
pylint,
python3-all (>= 2.6.6-3),
python3-coverage,
python3-flake8,
...
...