summaryrefslogtreecommitdiff
path: root/debian
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
parentbd209b47cb85c1fa9cb6ec9a8f71bd80168f327b (diff)
downloadpylint-52a4f355484892863c5021922ddaf3db6ffe30b4.tar.gz
prepare new versionpylint-version-0_15_0
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/control7
2 files changed, 8 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 99d4b45..65f1690 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-pylint (0.14.0-3) unstable; urgency=low
+pylint (0.15.0-1) unstable; urgency=low
+ * new upstream release
* Acknowledge NMU: thanks a lot, your patches have been backported in
upstream code (closes: #427244, #448102, #415485, #431653)
- --
+ -- Emile Anclin <emile.anclin@logilab.fr> Wed, 10 Sep 2008 12:16:00 +0200
pylint (0.14.0-2.1) unstable; urgency=low
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