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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu Dec 15 03:21:59 UTC 2016


    Date: Thursday, December 15, 2016 @ 03:21:58
  Author: morph
Revision: 13793

add mccabe to b-d and suggests, needed by new code

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

Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog	2016-12-15 03:17:27 UTC (rev 13792)
+++ packages/pylint/trunk/debian/changelog	2016-12-15 03:21:58 UTC (rev 13793)
@@ -6,8 +6,9 @@
   * debian/control
     - remove outdated XS-Python-Version field
     - add isort to b-d and depends, needed by new code
+    - add mccabe to b-d and suggests, needed by new code
 
- -- Sandro Tosi <morph at debian.org>  Wed, 14 Dec 2016 22:17:19 -0500
+ -- Sandro Tosi <morph at debian.org>  Wed, 14 Dec 2016 22:21:36 -0500
 
 pylint (1.5.6-1) unstable; urgency=medium
 

Modified: packages/pylint/trunk/debian/control
===================================================================
--- packages/pylint/trunk/debian/control	2016-12-15 03:17:27 UTC (rev 13792)
+++ packages/pylint/trunk/debian/control	2016-12-15 03:21:58 UTC (rev 13793)
@@ -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-all (>= 2.6.6-3~), python3-all, dh-python
-Build-Depends-Indep: python-astroid (>= 1.4.1), python3-astroid (>= 1.4.5), python-unittest2, python-six, python-sphinx, python-isort, python3-isort
+Build-Depends-Indep: python-astroid (>= 1.4.1), python3-astroid (>= 1.4.5), python-unittest2, python-six, python-sphinx, python-isort, python3-isort, python-mccabe, python3-mccabe
 Standards-Version: 3.9.8
 Homepage: http://www.pylint.org/
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pylint/trunk/
@@ -14,7 +14,7 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-astroid (>= 1.4.5), python-six, python-isort
 Recommends: python-tk
-Suggests: pylint-doc
+Suggests: pylint-doc, python-mccabe
 Description: Python code static checker and UML diagram generator
  Pylint is a Python source code analyzer which looks for programming
  errors, helps enforcing a coding standard and sniffs for some code
@@ -61,7 +61,7 @@
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}, python3-astroid (>= 1.4.5), python3-isort
 Recommends: python3-tk
-Suggests: pylint-doc
+Suggests: pylint-doc, python3-mccabe
 Description: Python 3 code static checker and UML diagram generator
  Pylint is a Python source code analyzer which looks for programming
  errors, helps enforcing a coding standard and sniffs for some code




More information about the Python-apps-commits mailing list