diff options
author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-08-26 19:52:35 +0200 |
---|---|---|
committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-08-26 19:52:35 +0200 |
commit | a34ed24b57a081fc490428832e6aa5f843fb68c7 (patch) | |
tree | 659344be2867f9b4a90d4a13e067bd7b247ef3fb /debian | |
parent | eae3dc71b9af03c388e9cf45c97e7a140ca4da91 (diff) | |
download | pylint-git-a34ed24b57a081fc490428832e6aa5f843fb68c7.tar.gz |
refactor & fix the imports checker
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control index a8c351eaf..ca92747b5 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pylint/trunk/ Package: pylint Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.39.0), python-logilab-astng (>= 0.19.0) +Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.39.0), python-logilab-astng (>= 0.19.1) Recommends: python-tk XB-Python-Version: ${python:Versions} Conflicts: python2.2-pylint, python2.3-pylint, python2.4-pylint, pylint-common, pylint-test @@ -31,9 +31,9 @@ Description: python code static checker and UML diagram generator and much more. . Additionally, it is possible to write plugins to add your own checks. - . - The included command pyreverse generates UML class and package + . + The included command pyreverse generates UML class and package diagrams. - . + . The recommended python-tk package is only for using the pylint-gui script. |