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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Jan 5 01:46:21 UTC 2014


    Date: Sunday, January 5, 2014 @ 01:46:20
  Author: morph
Revision: 10323

replace all depencencies on astng with astroid 

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

Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog	2014-01-05 01:44:08 UTC (rev 10322)
+++ packages/pylint/trunk/debian/changelog	2014-01-05 01:46:20 UTC (rev 10323)
@@ -11,8 +11,9 @@
     - extended packaging copyright years
   * debian/control
     - bump Standards-Version to 3.9.5 (no changes needed)
+    - replace all depencencies on astng with astroid 
 
- -- Sandro Tosi <morph at debian.org>  Sun, 05 Jan 2014 02:43:52 +0100
+ -- Sandro Tosi <morph at debian.org>  Sun, 05 Jan 2014 02:45:58 +0100
 
 pylint (0.27.0-1) experimental; urgency=low
 

Modified: packages/pylint/trunk/debian/control
===================================================================
--- packages/pylint/trunk/debian/control	2014-01-05 01:44:08 UTC (rev 10322)
+++ packages/pylint/trunk/debian/control	2014-01-05 01:46:20 UTC (rev 10323)
@@ -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.53.0), python-logilab-astng (>= 0.21.1), python-unittest2
+Build-Depends-Indep: python-support, python-logilab-common (>= 0.53.0), python-astroid, python-unittest2
 Standards-Version: 3.9.5
 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-logilab-astng (>= 0.21.1)
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53.0), python-astroid
 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