diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:21:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:21:14 +0000 |
commit | 7dfd7e0390178bea75557c893330d33c493dff95 (patch) | |
tree | cf0eb597e5b2f80581ccc02390ba6d6f49dc0b42 /debian/control | |
parent | Merging upstream version 7.3.7. (diff) | |
download | sphinx-7dfd7e0390178bea75557c893330d33c493dff95.tar.xz sphinx-7dfd7e0390178bea75557c893330d33c493dff95.zip |
Merging debian version 7.3.7-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 9ae57d3..0d0da63 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,11 @@ XSBC-Original-Uploaders: Dmitry Shachnev <mitya57@debian.org> Bugs: mailto:maintainers@lists.progress-linux.org Homepage: https://www.sphinx-doc.org/ Build-Depends: debhelper-compat (= 13) -Build-Depends-Indep: dh-python (>= 3.20180313~), +Build-Depends-Indep: cython3 <!nocheck>, + dh-python (>= 3.20180313~), dpkg-dev (>= 1.17.14), - dvipng, + dvipng <!nocheck>, + dvisvgm <!nocheck>, flit (>= 3.7), fonts-freefont-otf, graphviz, @@ -22,9 +24,11 @@ Build-Depends-Indep: dh-python (>= 3.20180313~), perl, pybuild-plugin-pyproject, python-requests-doc <!nodoc>, - python3-alabaster (>= 0.7), + python3-alabaster (>= 0.7.14), python3-all (>= 3.3.3-1~), + python3-all-dev <!nocheck>, python3-babel (>= 1.3), + python3-defusedxml <!nocheck>, python3-doc <!nodoc>, python3-docutils (>= 0.18.1), python3-filelock <!nocheck>, @@ -47,7 +51,7 @@ Build-Depends-Indep: dh-python (>= 3.20180313~), texlive-luatex, texlive-xetex Rules-Requires-Root: no -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/sphinx Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/sphinx XSBC-Original-Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx @@ -60,6 +64,7 @@ Depends: sphinx-common (= ${source:Version}), ${python3:Depends} Recommends: make, python3-pil Suggests: dvipng, + dvisvgm, fonts-freefont-otf, imagemagick-6.q16, latexmk, |