[Python-modules-commits] [python-pykka] 15/17: Build-Depend on python3-sphinx so we can build docs under Python 3

Stein Magnus Jodal jodal at moszumanska.debian.org
Sat Nov 7 20:24:47 UTC 2015


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

jodal pushed a commit to branch master
in repository python-pykka.

commit 94ca8eb506580a32b31b9f7869344589f9fa2dd3
Author: Stein Magnus Jodal <jodal at debian.org>
Date:   Sat Nov 7 21:12:20 2015 +0100

    Build-Depend on python3-sphinx so we can build docs under Python 3
---
 debian/changelog | 1 +
 debian/control   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a972352..41a444a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ python-pykka (1.2.1-2) UNRELEASED; urgency=medium
     - Update Vcs-Git and Vcs-Browser to point to Alioth
     - Build-Depend on debhelper 9
     - Build-Depend on dh-python
+    - Build-Depend on python3-sphinx so we can build docs under Python 3
     - wrap-and-sort
     - Include python3-gevent and python3-eventlet in Suggests for py3 package
   * debian/copyright
diff --git a/debian/control b/debian/control
index 699bc5e..ef38314 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,10 @@ Build-Depends: debhelper (>= 9),
                dh-python,
                python-all (>= 2.6.6-3~),
                python-setuptools,
-               python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
+               python-sphinx,
                python3-all,
                python3-setuptools,
+               python3-sphinx,
 Standards-Version: 3.9.6
 Homepage: http://www.pykka.org/
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-pykka.git

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



More information about the Python-modules-commits mailing list