summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2008-09-15 14:54:41 +0200
committerEmile Anclin <emile.anclin@logilab.fr>2008-09-15 14:54:41 +0200
commit0ec9ce9c88e590fe752f7b8f0027e47475ed507b (patch)
treedd46cc5b1f1e31c9d713e3602c2f83f04fb47e85
parent377bb321af98b75bbb784d2c228559c649378734 (diff)
downloadpylint-debian-version-0_15_1-1.tar.gz
debian package informationspylint-debian-version-0_15_1-1
-rw-r--r--ChangeLog5
-rw-r--r--debian/changelog6
-rw-r--r--debian/control8
3 files changed, 15 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f1457f5..8024dbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
ChangeLog for PyLint
====================
+2008-09-15 -- 0.15.1
+ * fix #4910: default values are missing in manpage
+ * fix #5991: missing files in 0.15.0 tarball
+ * fix #5993: epylint should work with python 2.3
+
2008-09-10 -- 0.15.0
* include pyreverse package and class diagram generation
* included Stefan Rank's patch to deal with 2.4 relative import
diff --git a/debian/changelog b/debian/changelog
index 65f1690..c229d78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pylint (0.15.1-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Emile Anclin <emile.anclin@logilab.fr> Mon, 15 Sep 2008 14:38:00 +0200
+
pylint (0.15.0-1) unstable; urgency=low
* new upstream release
diff --git a/debian/control b/debian/control
index 18fdc23..5475d34 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Recommends: python-tk
XB-Python-Version: ${python:Versions}
Conflicts: python2.2-pylint, python2.3-pylint, python2.4-pylint, pylint-common, pylint-test
Replaces: python2.2-pylint, python2.3-pylint, python2.4-pylint, pylint-common, pylint-test
-Description: python code static checker
+Description: python code static checker and UML diagram generator
Pylint is a Python source code analyzer which looks for programming
errors, helps enforcing a coding standard and sniffs for some code
smells (as defined in Martin Fowler's Refactoring book)
@@ -28,11 +28,11 @@ 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 included command pyreverse generates UML class and package
+ diagrams.
+ .
The recommended python-tk package is only for using the pylint-gui
script.