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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Feb 2 00:03:06 UTC 2015


    Date: Monday, February 2, 2015 @ 00:03:05
  Author: morph
Revision: 11698

* debian/control
  - add six to deps and b-d

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

Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog	2015-02-01 23:46:12 UTC (rev 11697)
+++ packages/pylint/trunk/debian/changelog	2015-02-02 00:03:05 UTC (rev 11698)
@@ -3,8 +3,10 @@
   * New upstream release
   * debian/rules
     - update to proper PyPI location
+  * debian/control
+    - add six to deps and b-d
 
- -- Sandro Tosi <morph at debian.org>  Sun, 01 Feb 2015 23:45:58 +0000
+ -- Sandro Tosi <morph at debian.org>  Mon, 02 Feb 2015 00:02:41 +0000
 
 pylint (1.3.1-2) unstable; urgency=medium
 

Modified: packages/pylint/trunk/debian/control
===================================================================
--- packages/pylint/trunk/debian/control	2015-02-01 23:46:12 UTC (rev 11697)
+++ packages/pylint/trunk/debian/control	2015-02-02 00:03:05 UTC (rev 11698)
@@ -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~), dh-python, quilt
-Build-Depends-Indep: python-logilab-common (>= 0.53.0), python-astroid (>= 1.2.1), python-unittest2
+Build-Depends-Indep: python-logilab-common (>= 0.53.0), python-astroid (>= 1.2.1), python-unittest2, python-six
 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.2.1-3~)
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53.0), python-astroid (>= 1.2.1-3~), python-six
 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