[Python-modules-commits] [sphinx] 01/02: Add build-dependency and suggestion on imagemagick-6.q16 and librsvg2-bin.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sun Aug 6 11:06:15 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 c0aa65910623429e7040b24ecde894e3f638f1f2
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sat Aug 5 21:57:30 2017 +0300
Add build-dependency and suggestion on imagemagick-6.q16 and librsvg2-bin.
Needed for imgconverter extension.
---
debian/changelog | 2 ++
debian/control | 3 +++
debian/tests/control | 4 ++++
3 files changed, 9 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index be2c859..9c5b5ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ sphinx (1.6.3-1) UNRELEASED; urgency=medium
They were only needed for websupport tests, now skipped (see below).
- Add build-dependency on python-typing (Python 2 only).
- Add suggestion on latexmk, it is now used for LaTeX builds.
+ - Add build-dependency and suggestion on imagemagick-6.q16 and
+ librsvg2-bin, needed for imgconverter extension.
* Update autopkgtest dependencies.
- Add python[3]-sphinxcontrib.websupport.
- Add python[3]-sqlalchemy.
diff --git a/debian/control b/debian/control
index 3e6778d..fb6fc29 100644
--- a/debian/control
+++ b/debian/control
@@ -26,6 +26,7 @@ Build-Depends-Indep: dh-python,
texlive-luatex, texlive-xetex,
dvipng,
graphviz,
+ imagemagick-6.q16, librsvg2-bin,
perl
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
@@ -52,6 +53,7 @@ Suggests:
texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended,
texlive-generic-extra,
latexmk,
+ imagemagick-6.q16,
sphinx-doc
Breaks:
python-sphinxcontrib.issuetracker (<< 0.11-1),
@@ -90,6 +92,7 @@ Suggests:
texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended,
texlive-generic-extra,
latexmk,
+ imagemagick-6.q16,
sphinx-doc
Description: documentation generator for Python projects (implemented in Python 3)
Sphinx is a tool for producing documentation for Python projects, using
diff --git a/debian/tests/control b/debian/tests/control
index 3e6c2fa..329be1c 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -15,6 +15,8 @@ Depends: python-sphinx,
texlive-xetex,
texinfo,
dvipng,
+ imagemagick-6.q16,
+ librsvg2-bin,
graphviz
Tests: python3-sphinx
@@ -33,6 +35,8 @@ Depends: python3-sphinx,
texlive-xetex,
texinfo,
dvipng,
+ imagemagick-6.q16,
+ librsvg2-bin,
graphviz
Tests: sphinx-doc
--
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