[Python-modules-commits] [sphinx] 01/01: Change python3.6-2to3 dependencies to python3-lib2to3.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Dec 28 11:05:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch debian/master
in repository sphinx.

commit be91baa4735d89104ecebc23d619484f35f6aa96
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Dec 28 14:05:07 2017 +0300

    Change python3.6-2to3 dependencies to python3-lib2to3.
---
 debian/changelog | 6 ++++++
 debian/control   | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 97d1ce2..afbe650 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sphinx (1.6.5-4) UNRELEASED; urgency=medium
+
+  * Change python3.6-2to3 dependencies to python3-lib2to3.
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 28 Dec 2017 14:04:30 +0300
+
 sphinx (1.6.5-3) unstable; urgency=medium
 
   * Make python3-sphinx depend on python3.6-2to3, where lib2to3 is shipped
diff --git a/debian/control b/debian/control
index 56c3a2e..1a21542 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends-Indep: dh-python,
   dh-strip-nondeterminism,
   dpkg-dev (>= 1.17.14),
   python-all (>= 2.6.6-4~), python3-all (>= 3.3.3-1~),
-  python3.6-2to3,
+  python3-lib2to3,
   python-six (>= 1.5), python3-six (>= 1.5),
   python-setuptools (>= 0.6c5-1~), python3-setuptools,
   python-docutils (>= 0.11), python3-docutils (>= 0.11),
@@ -79,7 +79,7 @@ Description: documentation generator for Python projects (implemented in Python
 Package: python3-sphinx
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends},
-  python3.6-2to3,
+  python3-lib2to3,
   python3-six (>= 1.5),
   python3-docutils (>= 0.11),
   python3-pygments (>= 2.0),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx.git



More information about the Python-modules-commits mailing list