[Python-modules-commits] [sphinx] 01/01: Build-depend on fonts-lmodern and texlive-luatex.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Jan 25 14:41:08 UTC 2017


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

mitya57 pushed a commit to branch master
in repository sphinx.

commit 1d1079a18bfc98550004cf4f90a95bd8f9346d48
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Jan 25 17:40:34 2017 +0300

    Build-depend on fonts-lmodern and texlive-luatex.
---
 debian/changelog     | 7 +++++++
 debian/control       | 2 +-
 debian/tests/control | 4 ++++
 3 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 16f264e..2e8af80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sphinx (1.5.2-3) UNRELEASED; urgency=medium
+
+  * Build-depend on fonts-lmodern, to make lualatex tests not fail.
+  * Build-depend on texlive-luatex, to make xetex tests not be skipped.
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Wed, 25 Jan 2017 17:24:53 +0300
+
 sphinx (1.5.2-2) experimental; urgency=medium
 
   * dh_sphinxdoc: Properly detect sourcelink_suffix and use it when looking
diff --git a/debian/control b/debian/control
index 379e5f2..ee80261 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Build-Depends-Indep: dh-python,
   python-enum34,
   libjs-jquery (>= 1.4), libjs-underscore,
   texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, texinfo,
-  texlive-luatex,
+  texlive-luatex, texlive-xetex, fonts-lmodern,
   dvipng,
   graphviz,
   perl
diff --git a/debian/tests/control b/debian/tests/control
index c1b2e25..ff2cef1 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -10,6 +10,8 @@ Depends: python-sphinx,
          texlive-latex-extra,
          texlive-fonts-recommended,
          texlive-luatex,
+         texlive-xetex,
+         fonts-lmodern,
          texinfo,
          dvipng,
          graphviz
@@ -25,6 +27,8 @@ Depends: python3-sphinx,
          texlive-latex-extra,
          texlive-fonts-recommended,
          texlive-luatex,
+         texlive-xetex,
+         fonts-lmodern,
          texinfo,
          dvipng,
          graphviz

-- 
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