diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2014-02-14 14:26:01 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2014-02-14 14:26:01 +0200 |
commit | 9e1d73395ebf042d13e31140db6d74180051d177 (patch) | |
tree | 6ae0912b29d4ef9b6947e578027d11afc756a593 /debian | |
parent | 34f1385718ff574a5e01e03c9987d2cd597d5faf (diff) | |
download | pylint-git-9e1d73395ebf042d13e31140db6d74180051d177.tar.gz |
Use qname(), remove useless check and add packaging info.
--HG--
branch : abc
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ecc265b1a..313445a03 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53.0), - python-astroid + python-astroid (>= 1.0.1) Suggests: python-tk XB-Python-Version: ${python:Versions} Description: python code static checker and UML diagram generator |