[Python-apps-commits] r2291 - in packages/pylint/trunk/debian (3 files)

afayolle at users.alioth.debian.org afayolle at users.alioth.debian.org
Tue Feb 3 16:35:02 UTC 2009


    Date: Tuesday, February 3, 2009 @ 16:35:01
  Author: afayolle
Revision: 2291

merged some changes from Logilab's package

Modified:
  packages/pylint/trunk/debian/changelog
  packages/pylint/trunk/debian/control
  packages/pylint/trunk/debian/pylint.manpages

Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog	2009-02-02 20:58:25 UTC (rev 2290)
+++ packages/pylint/trunk/debian/changelog	2009-02-03 16:35:01 UTC (rev 2291)
@@ -35,6 +35,26 @@
 
  -- Sandro Tosi <morph at debian.org>  Wed, 26 Nov 2008 16:45:36 +0100
 
+pylint (0.15.2-0) unstable; urgency=low
+
+  * new upstream release
+
+ -- Emile Anclin <emile.anclin at logilab.fr>  Mon,  13 Oct 2008 13:38:00 +0200
+
+pylint (0.15.1-1) unstable; urgency=low
+
+  * new upstream release
+
+ -- Emile Anclin <emile.anclin at logilab.fr>  Mon,  15 Sep 2008 14:38:00 +0200
+
+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 at logilab.fr>  Wed,  10 Sep 2008 12:16:00 +0200
+
 pylint (0.14.0-2.2) unstable; urgency=low
 
   * NMU. Rebuild to move files to /usr/share/pyshared. Closes: #490488.

Modified: packages/pylint/trunk/debian/control
===================================================================
--- packages/pylint/trunk/debian/control	2009-02-02 20:58:25 UTC (rev 2290)
+++ packages/pylint/trunk/debian/control	2009-02-03 16:35:01 UTC (rev 2291)
@@ -13,12 +13,12 @@
 
 Package: pylint
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.22.2), python-logilab-astng (>= 0.17.1)
+Depends: ${python:Depends}, ${misc:Depends}, 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
 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)
@@ -32,5 +32,8 @@
  .
  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.

Modified: packages/pylint/trunk/debian/pylint.manpages
===================================================================
--- packages/pylint/trunk/debian/pylint.manpages	2009-02-02 20:58:25 UTC (rev 2290)
+++ packages/pylint/trunk/debian/pylint.manpages	2009-02-03 16:35:01 UTC (rev 2291)
@@ -1 +1,2 @@
 man/pylint.1
+man/pyreverse.1




More information about the Python-apps-commits mailing list