[Python-modules-commits] [sphinx] 02/02: Add more tests dependencies to the autopkgtests.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Thu Nov 17 10:22:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository sphinx.
commit 8e8eee512ed8fc78c42bc19b7b36faf275cc9f0c
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Thu Nov 17 13:21:45 2016 +0300
Add more tests dependencies to the autopkgtests.
---
debian/changelog | 1 +
debian/tests/control | 34 +++++++++++++++++++++++++++++++---
2 files changed, 32 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f80045d..6535276 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ sphinx (1.4.8-2) UNRELEASED; urgency=medium
* Backport upstream patch to fix autodoc failures with new Python 3.5
and Python 3.6 snapshots (fix_autodoc_new_python.diff). Fixes FTBFS.
* Drop build-dependencies on python[3]-xapian (closes: #842903).
+ * Add more tests dependencies to the autopkgtests.
-- Dmitry Shachnev <mitya57 at debian.org> Wed, 19 Oct 2016 18:22:04 +0300
diff --git a/debian/tests/control b/debian/tests/control
index 9bf477f..448ef40 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,8 +1,36 @@
Tests: python-sphinx
-Depends: python-sphinx, python-pygments (>= 2.1.1), python-nose, python-mock
+Depends: python-sphinx,
+ python-pygments (>= 2.1.1),
+ python-nose,
+ python-mock,
+ python-xapian,
+ python-whoosh,
+ texlive-latex-extra,
+ texlive-generic-extra,
+ texlive-fonts-recommended,
+ texlive-luatex,
+ texinfo,
+ dvipng,
+ graphviz
Tests: python3-sphinx
-Depends: python3-sphinx, python3-pygments (>= 2.1.1), python3-nose, python3-mock
+Depends: python3-sphinx,
+ python3-pygments (>= 2.1.1),
+ python3-nose,
+ python3-mock,
+ python3-xapian,
+ python3-whoosh,
+ texlive-latex-extra,
+ texlive-generic-extra,
+ texlive-fonts-recommended,
+ texlive-luatex,
+ texinfo,
+ dvipng,
+ graphviz
Tests: sphinx-doc
-Depends: sphinx-doc, python3-gi, gir1.2-webkit2-4.0 (>= 2.10), xauth, xvfb
+Depends: sphinx-doc,
+ python3-gi,
+ gir1.2-webkit2-4.0 (>= 2.10),
+ xauth,
+ xvfb
--
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