[Python-modules-commits] [sphinx] 01/01: Build-depend on graphviz.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Jun 16 18:19:55 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 7ff3e38410841b0a7473413c48ff11587fbe42e0
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Jun 16 21:19:38 2016 +0300

    Build-depend on graphviz.
    
    So that the corresponding tests are not skipped.
---
 debian/changelog | 2 ++
 debian/control   | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 22a9057..8a79380 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ sphinx (1.4.4-1) UNRELEASED; urgency=medium
     - Autodoc now removes all memory addresses (closes: #822197).
   * Drop python3-xapian build-dependency for unstable upload: it is not
     yet available in unstable.
+  * Build-depend on graphviz so that the corresponding tests are not
+    skipped.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 16 Jun 2016 17:57:19 +0300
 
diff --git a/debian/control b/debian/control
index 9209e6c..f4c6199 100644
--- a/debian/control
+++ b/debian/control
@@ -25,6 +25,7 @@ Build-Depends-Indep: dh-python,
   texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, texinfo,
   texlive-luatex, texlive-generic-extra,
   dvipng,
+  graphviz,
   perl
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.3

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