[Python-modules-commits] [mpmath] 10/13: Use python3-sphinx to build doc
Sandro Tosi
morph at moszumanska.debian.org
Sun Nov 26 05:20:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository mpmath.
commit ff139954d8b7ab96962c7c04ab8cd22d0db55a30
Author: Sandro Tosi <morph at debian.org>
Date: Sat Nov 25 22:02:47 2017 -0500
Use python3-sphinx to build doc
---
debian/changelog | 3 ++-
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4037b0b..5c5ed95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,12 +11,13 @@ mpmath (1.0.0-1) UNRELEASED; urgency=medium
- bump to compat level 9
* debian/control
- bump Standards-Version to 4.1.1 (no changes needed)
+ * Use python3-sphinx to build doc
[ Ondřej Nový ]
* Fixed VCS URL (https)
* d/copyright: Changed licence shortname BSD -> BSD-3-clause
- -- Sandro Tosi <morph at debian.org> Sat, 25 Nov 2017 21:59:30 -0500
+ -- Sandro Tosi <morph at debian.org> Sat, 25 Nov 2017 22:01:48 -0500
mpmath (0.19-3) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 6bc6370..cecd926 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Sandro Tosi <morph at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python3-all (>= 3.1.3-3)
-Build-Depends-Indep: python-sphinx (>= 1.0.7+dfsg), python-py, texlive-latex-base, dvipng, texlive-latex-extra, python-pytest, python3-py, python3-pytest
+Build-Depends-Indep: python3-sphinx, python-py, texlive-latex-base, dvipng, texlive-latex-extra, python-pytest, python3-py, python3-pytest
Standards-Version: 4.1.1
XS-Python-Version: all
Homepage: http://www.mpmath.org/
diff --git a/debian/rules b/debian/rules
index ffc60f7..6ba54f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ override_dh_auto_build:
$$python setup.py build; \
done
- ( cd doc ; PYTHONPATH=../build/lib/ python build.py )
+ ( cd doc ; PYTHONPATH=../build/lib/ python3 build.py )
override_dh_auto_clean:
set -e ; \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/mpmath.git
More information about the Python-modules-commits
mailing list