summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2009-08-26 19:52:35 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2009-08-26 19:52:35 +0200
commit42cffc6405a4ea8b2d9c8d228d845223843fda3a (patch)
tree0a3ff95b07956c5c7d9164e13e5e7e2ebd71ee2f /debian
parentf288b473b8ee77952bb395b3057f43488a405703 (diff)
downloadpylint-42cffc6405a4ea8b2d9c8d228d845223843fda3a.tar.gz
refactor & fix the imports checker
Diffstat (limited to 'debian')
-rw-r--r--debian/control8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index a8c351e..ca92747 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.