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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon May 12 19:48:35 UTC 2014


    Date: Monday, May 12, 2014 @ 19:48:34
  Author: morph
Revision: 10845

* debian/control
  - tighten dep on astroid, as requesed by upstream code

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

Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog	2014-05-12 19:45:45 UTC (rev 10844)
+++ packages/pylint/trunk/debian/changelog	2014-05-12 19:48:34 UTC (rev 10845)
@@ -3,8 +3,10 @@
   * New upstream release
   * debian/copyright
     - update upstream copyright years
+  * debian/control
+    - tighten dep on astroid, as requesed by upstream code
 
- -- Sandro Tosi <morph at debian.org>  Mon, 12 May 2014 21:45:20 +0200
+ -- Sandro Tosi <morph at debian.org>  Mon, 12 May 2014 21:48:09 +0200
 
 pylint (1.1.0-1) unstable; urgency=low
 

Modified: packages/pylint/trunk/debian/control
===================================================================
--- packages/pylint/trunk/debian/control	2014-05-12 19:45:45 UTC (rev 10844)
+++ packages/pylint/trunk/debian/control	2014-05-12 19:48:34 UTC (rev 10845)
@@ -13,7 +13,7 @@
 
 Package: pylint
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53.0), python-astroid
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53.0), python-astroid (>= 1.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