summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2008-09-10 16:39:01 +0200
committerEmile Anclin <emile.anclin@logilab.fr>2008-09-10 16:39:01 +0200
commit52a4f355484892863c5021922ddaf3db6ffe30b4 (patch)
tree2520457787ee697f89a9b79429ddbaa8d76d48cc /debian/control
parentbd209b47cb85c1fa9cb6ec9a8f71bd80168f327b (diff)
downloadpylint-52a4f355484892863c5021922ddaf3db6ffe30b4.tar.gz
prepare new versionpylint-version-0_15_0
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control7
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 76b38b3..18fdc23 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,13 @@ Maintainer: Sylvain Thénault <sylvain.thenault@logilab.fr>
Uploaders: Alexandre Fayolle <afayolle@debian.org>
Build-Depends: debhelper (>= 5.0.38)
Build-Depends-Indep: python (>=2.3.5-7), python-central (>=0.5.6)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
Homepage: http://www.logilab.org/Project/name/pylint
XS-Python-Version: all
Package: pylint
Architecture: all
-Depends: python, python-logilab-common (>= 0.22.2), python-logilab-astng (>= 0.17.1)
+Depends: python, python-logilab-common (>= 0.35.0), python-logilab-astng (>= 0.17.3)
Recommends: python-tk
XB-Python-Version: ${python:Versions}
Conflicts: python2.2-pylint, python2.3-pylint, python2.4-pylint, pylint-common, pylint-test
@@ -28,6 +28,9 @@ Description: python code static checker
standard, or checking if declared interfaces are truly implemented,
and much more.
.
+ Pylint can generate UML class and package diagrams with the pyreverse
+ command.
+ .
Additionally, it is possible to write plugins to add your own checks.
.
The recommended python-tk package is only for using the pylint-gui