Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Fix spelling of dependency
· 03044c9e
Andreas Tille
authored
Jan 24, 2019
03044c9e
debhelper 12
· 587abf48
Andreas Tille
authored
Jan 24, 2019
587abf48
Upload to unstable
· 73bd0caa
Andreas Tille
authored
Jan 24, 2019
73bd0caa
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
73bd0caa
mypy (0.660-3) unstable; urgency=medium
* Team upload.
* Fix spelling of dependency
Closes: #920325
* debhelper 12
-- Andreas Tille <tille@debian.org> Thu, 24 Jan 2019 09:55:27 +0100
mypy (0.660-2) unstable; urgency=medium
* Make explicit the dependencies of python3-mypy; add "Breaks" for older
...
...
debian/compat
View file @
73bd0caa
1
1
1
2
debian/control
View file @
73bd0caa
...
...
@@ -4,7 +4,7 @@ Uploaders: Michael R. Crusoe <michael.crusoe@gmail.com>
Section: utils
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 1
1
),
Build-Depends: debhelper (>= 1
2~
),
dh-python,
flake8,
help2man,
...
...
@@ -61,7 +61,7 @@ Section: python
Depends: ${misc:Depends},
${python3:Depends},
python3-typed-ast,
python3-mypy-extenions,
python3-mypy-exten
s
ions,
python3-psutil,
python3-distutils,
python3-pkg-resources
...
...