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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Dec 8 01:52:42 UTC 2017


    Date: Friday, December 8, 2017 @ 01:52:41
  Author: morph
Revision: 14504

use python3-sphinx to build doc

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 01:49:26 UTC (rev 14503)
+++ packages/pylint/trunk/debian/changelog	2017-12-08 01:52:41 UTC (rev 14504)
@@ -14,12 +14,13 @@
   * debian/control
     - add logilab-common to b-d and deps
     - bump Standards-Version to 4.1.2 (no changes needed)
+    - use python3-sphinx to build doc
   * debian/copyright
     - update upstream copyright notice
     - update single files specific copyright notices
   * pylint-gui has been removed upstream
 
- -- Sandro Tosi <morph at debian.org>  Thu, 07 Dec 2017 20:39:59 -0500
+ -- Sandro Tosi <morph at debian.org>  Thu, 07 Dec 2017 20:52:26 -0500
 
 pylint (1.6.5-1) unstable; urgency=medium
 

Modified: packages/pylint/trunk/debian/control
===================================================================
--- packages/pylint/trunk/debian/control	2017-12-08 01:49:26 UTC (rev 14503)
+++ packages/pylint/trunk/debian/control	2017-12-08 01:52:41 UTC (rev 14504)
@@ -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.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)
+Build-Depends-Indep: python-astroid (>= 1.5.1), python3-astroid (>= 1.5.1), python-unittest2, python-six, python3-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: 4.1.2
 Homepage: http://www.pylint.org/
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pylint/trunk/
@@ -38,7 +38,7 @@
 Package: pylint-doc
 Section: doc
 Architecture: all
-Depends: ${sphinx:Depends}, ${misc:Depends}
+Depends: ${sphinx3:Depends}, ${misc:Depends}
 Recommends: python-tk
 Description: Python code static checker and UML diagram generator (documentation)
  Pylint is a Python source code analyzer which looks for programming




More information about the Python-apps-commits mailing list