[Python-apps-commits] r5244 - in packages/pylint/trunk/debian (changelog control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu May 20 16:39:08 UTC 2010


    Date: Thursday, May 20, 2010 @ 16:39:04
  Author: morph
Revision: 5244

  - bump dependencies for python-logilab-common to '>= 0.50.1'
  - bump dependencies for python-logilab-astng to '>= 0.20.1'

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

Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog	2010-05-19 21:20:26 UTC (rev 5243)
+++ packages/pylint/trunk/debian/changelog	2010-05-20 16:39:04 UTC (rev 5244)
@@ -2,9 +2,10 @@
 
   * New upstream release
   * debian/control
-    - tight b-d-i on python-logilab-astng to '>= 0.20.0'
+    - bump dependencies for python-logilab-common to '>= 0.50.1'
+    - bump dependencies for python-logilab-astng to '>= 0.20.1'
 
- -- Sandro Tosi <morph at debian.org>  Wed, 19 May 2010 20:27:49 +0200
+ -- Sandro Tosi <morph at debian.org>  Thu, 20 May 2010 18:37:11 +0200
 
 pylint (0.20.0-1) unstable; urgency=low
 

Modified: packages/pylint/trunk/debian/control
===================================================================
--- packages/pylint/trunk/debian/control	2010-05-19 21:20:26 UTC (rev 5243)
+++ packages/pylint/trunk/debian/control	2010-05-20 16:39:04 UTC (rev 5244)
@@ -4,7 +4,7 @@
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Sylvain Thénault <sylvain.thenault at logilab.fr>, Alexandre Fayolle <afayolle at debian.org>, Sandro Tosi <morph at debian.org>
 Build-Depends: debhelper (>= 5.0.38), python (>= 2.5.4-1~)
-Build-Depends-Indep: python-support, python-logilab-common (>= 0.49.0), python-logilab-astng (>= 0.20.0)
+Build-Depends-Indep: python-support, python-logilab-common (>= 0.50.1), python-logilab-astng (>= 0.20.1)
 Standards-Version: 3.8.4
 XS-Python-Version: all
 Homepage: http://www.logilab.org/project/pylint
@@ -13,7 +13,7 @@
 
 Package: pylint
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.49.0), python-logilab-astng (>= 0.20.0)
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.50.1), python-logilab-astng (>= 0.20.1)
 Recommends: python-tk
 Description: python code static checker and UML diagram generator
  Pylint is a Python source code analyzer which looks for programming




More information about the Python-apps-commits mailing list