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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Dec 10 19:42:50 UTC 2014


    Date: Wednesday, December 10, 2014 @ 19:42:49
  Author: morph
Revision: 11615

* debian/control
  - tighten dep on python-astroid to select the version with the changes
    needed to fix #772018

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

Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog	2014-12-10 19:35:21 UTC (rev 11614)
+++ packages/pylint/trunk/debian/changelog	2014-12-10 19:42:49 UTC (rev 11615)
@@ -6,8 +6,11 @@
       Standard Library ones); Closes: #772018
   * debian/{control,rules}
     - add quilt to apply the patch
+  * debian/control
+    - tighten dep on python-astroid to select the version with the changes
+      needed to fix #772018
 
- -- Sandro Tosi <morph at debian.org>  Wed, 10 Dec 2014 19:35:00 +0000
+ -- Sandro Tosi <morph at debian.org>  Wed, 10 Dec 2014 19:41:09 +0000
 
 pylint (1.3.1-1) unstable; urgency=medium
 

Modified: packages/pylint/trunk/debian/control
===================================================================
--- packages/pylint/trunk/debian/control	2014-12-10 19:35:21 UTC (rev 11614)
+++ packages/pylint/trunk/debian/control	2014-12-10 19:42:49 UTC (rev 11615)
@@ -13,7 +13,7 @@
 
 Package: pylint
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53.0), python-astroid (>= 1.2.1)
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53.0), python-astroid (>= 1.2.1-3~)
 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