[Python-modules-commits] [python-icalendar] 09/13: Use python3 version of sphinx for documentation buld

Christoph Egger christoph at moszumanska.debian.org
Wed Nov 1 15:02:07 UTC 2017


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

christoph pushed a commit to branch master
in repository python-icalendar.

commit 32b98a86c49b4bc2f6c4464ceebc5c7933f9da4a
Author: Christoph Egger <christoph at christoph-egger.org>
Date:   Wed Nov 1 15:55:22 2017 +0100

    Use python3 version of sphinx for documentation buld
---
 debian/changelog | 1 +
 debian/control   | 7 ++++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f88ec1c..86199b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ python-icalendar (3.11.7-1) UNRELEASED; urgency=medium
   * Add Rules-Requires-Root: no
   * Bump debhelper compat to 10
   * Bump standards version to 4.1.1
+  * Use python3 version of sphinx for documentation buld
 
  -- Christoph Egger <christoph at debian.org>  Wed, 01 Nov 2017 15:40:51 +0100
 
diff --git a/debian/control b/debian/control
index 0128520..6974b7e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,14 @@ Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Christoph Egger <christoph at debian.org>
 Build-Depends: debhelper (>= 10),
+ dh-python,
  python-all,
  python3-all,
  python-setuptools,
  python3-setuptools,
- python-sphinx,
- python-tz,
- python-dateutil
+ python3-sphinx,
+ python3-tz,
+ python3-dateutil
 Standards-Version: 4.1.1
 Homepage: http://icalendar.readthedocs.org/
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-icalendar.git

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



More information about the Python-modules-commits mailing list