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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Dec 8 00:27:45 UTC 2017


    Date: Friday, December 8, 2017 @ 00:27:44
  Author: morph
Revision: 14496

* debian/control
  - add logilab-common to b-d and deps

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

Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog	2017-12-08 00:21:55 UTC (rev 14495)
+++ packages/pylint/trunk/debian/changelog	2017-12-08 00:27:44 UTC (rev 14496)
@@ -1,4 +1,4 @@
-pylint (1.7.4-1) unstable; urgency=medium
+pylint (1.7.4-1) UNRELEASED; urgency=medium
 
   [ Michael Hudson-Doyle ]
   * New upstream release; Closes: #868820
@@ -10,8 +10,12 @@
     - Run the tests via pytest not unittest discover (which no longer finds the
     tests), and do not ignore the exit code when doing so.
 
- -- Sandro Tosi <morph at debian.org>  Thu, 07 Dec 2017 19:21:05 -0500
+  [ Sandro Tosi ]
+  * debian/control
+    - add logilab-common to b-d and deps
 
+ -- Sandro Tosi <morph at debian.org>  Thu, 07 Dec 2017 19:27:26 -0500
+
 pylint (1.6.5-1) unstable; urgency=medium
 
   * New upstream release

Modified: packages/pylint/trunk/debian/control
===================================================================
--- packages/pylint/trunk/debian/control	2017-12-08 00:21:55 UTC (rev 14495)
+++ packages/pylint/trunk/debian/control	2017-12-08 00:27:44 UTC (rev 14496)
@@ -5,7 +5,7 @@
 XSBC-Original-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-all (>= 2.6.6-3~), python3-all, dh-python
-Build-Depends-Indep: python-astroid (>= 1.5.1), python3-astroid (>= 1.5.1), python-unittest2, python-six, python-sphinx, python-isort, python3-isort, python-mccabe, python3-mccabe, python-backports.functools-lru-cache, python-configparser, python-singledispatch, python-setuptools, python3-setuptools, python-pytest-runner, python3-pytest-runner, python-pytest, python3-pytest
+Build-Depends-Indep: python-astroid (>= 1.5.1), python3-astroid (>= 1.5.1), python-unittest2, python-six, python-sphinx, python-isort, python3-isort, python-mccabe, python3-mccabe, python-backports.functools-lru-cache, python-configparser, python-singledispatch, python-setuptools, python3-setuptools, python-pytest-runner, python3-pytest-runner, python-pytest, python3-pytest, python-logilab-common (>= 0.19.0)
 Standards-Version: 3.9.8
 Homepage: http://www.pylint.org/
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pylint/trunk/
@@ -13,7 +13,7 @@
 
 Package: pylint
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-astroid (>= 1.4.5), python-six, python-isort, python-backports.functools-lru-cache, python-configparser, python-singledispatch
+Depends: ${python:Depends}, ${misc:Depends}, python-astroid (>= 1.4.5), python-six, python-isort, python-backports.functools-lru-cache, python-configparser, python-singledispatch, python-logilab-common (>= 0.19.0)
 Recommends: python-tk
 Suggests: pylint-doc, python-mccabe
 Description: Python code static checker and UML diagram generator
@@ -60,7 +60,7 @@
 
 Package: pylint3
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-astroid (>= 1.4.5), python3-isort
+Depends: ${python3:Depends}, ${misc:Depends}, python3-astroid (>= 1.4.5), python3-isort, python3-logilab-common (>= 0.19.0)
 Recommends: python3-tk
 Suggests: pylint-doc, python3-mccabe
 Description: Python 3 code static checker and UML diagram generator




More information about the Python-apps-commits mailing list