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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Mar 25 14:06:07 UTC 2015


    Date: Wednesday, March 25, 2015 @ 14:06:06
  Author: morph
Revision: 11818

* debian/control
  - bump deps on astroid to at least version 1.3.6

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

Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog	2015-03-25 14:01:43 UTC (rev 11817)
+++ packages/pylint/trunk/debian/changelog	2015-03-25 14:06:06 UTC (rev 11818)
@@ -1,6 +1,8 @@
 pylint (1.4.3-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * debian/control
+    - bump deps on astroid to at least version 1.3.6
 
  -- Sandro Tosi <morph at debian.org>  Wed, 25 Mar 2015 14:01:26 +0000
 

Modified: packages/pylint/trunk/debian/control
===================================================================
--- packages/pylint/trunk/debian/control	2015-03-25 14:01:43 UTC (rev 11817)
+++ packages/pylint/trunk/debian/control	2015-03-25 14:06:06 UTC (rev 11818)
@@ -4,7 +4,7 @@
 Maintainer: Sandro Tosi <morph at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python3, dh-python
-Build-Depends-Indep: python-logilab-common (>= 0.53.0), python3-logilab-common (>= 0.53.0), python-astroid (>= 1.3.3), python3-astroid (>= 1.3.3), python-unittest2, python-six, python-sphinx
+Build-Depends-Indep: python-logilab-common (>= 0.53.0), python3-logilab-common (>= 0.53.0), python-astroid (>= 1.3.6), python3-astroid (>= 1.3.6), python-unittest2, python-six, python-sphinx
 Standards-Version: 3.9.6
 XS-Python-Version: >= 2.6
 Homepage: http://www.pylint.org/
@@ -13,7 +13,7 @@
 
 Package: pylint
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53.0), python-astroid (>= 1.3.3), python-six
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53.0), python-astroid (>= 1.3.6), python-six
 Recommends: python-tk
 Suggests: pylint-doc
 Description: Python code static checker and UML diagram generator
@@ -60,7 +60,7 @@
 
 Package: pylint3
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-logilab-common (>= 0.53.0), python3-astroid (>= 1.3.3)
+Depends: ${python3:Depends}, ${misc:Depends}, python3-logilab-common (>= 0.53.0), python3-astroid (>= 1.3.6)
 Recommends: python3-tk
 Suggests: pylint-doc
 Description: Python 3 code static checker and UML diagram generator




More information about the Python-apps-commits mailing list