[Python-modules-commits] [sphinx] 02/03: Depend on python[3]-requests and build-depend on python[3]-html5lib.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Dec 15 09:13:04 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 9eaafc72a10d6f22b1007462e05bbc3362eef5aa
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Dec 15 12:03:02 2016 +0300

    Depend on python[3]-requests and build-depend on python[3]-html5lib.
---
 debian/changelog     | 1 +
 debian/control       | 4 ++++
 debian/tests/control | 2 ++
 3 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3920357..d80257e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ sphinx (1.5.1-1) UNRELEASED; urgency=medium
   * Rebase other patches.
   * Bump X-Python-Version to 2.7 and X-Python3-Version to 3.4, following
     upstream.
+  * Depend on python[3]-requests and build-depend on python[3]-html5lib.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 15 Dec 2016 11:52:28 +0300
 
diff --git a/debian/control b/debian/control
index 66b955f..fd8affa 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,8 @@ Build-Depends-Indep: dh-python,
   python-babel (>= 1.3), python3-babel (>= 1.3),
   python-alabaster (>= 0.7), python3-alabaster (>= 0.7),
   python-imagesize, python3-imagesize,
+  python-requests, python3-requests,
+  python-html5lib, python3-html5lib,
   libjs-jquery (>= 1.4), libjs-underscore,
   texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, texinfo,
   texlive-luatex, texlive-generic-extra,
@@ -42,6 +44,7 @@ Depends: ${misc:Depends}, ${python:Depends},
   python-babel (>= 1.3),
   python-alabaster (>= 0.7),
   python-imagesize,
+  python-requests,
   sphinx-common (= ${source:Version})
 Recommends: python-pil
 Suggests:
@@ -78,6 +81,7 @@ Depends: ${misc:Depends}, ${python3:Depends},
   python3-babel (>= 1.3),
   python3-alabaster (>= 0.7),
   python3-imagesize,
+  python3-requests,
   sphinx-common (= ${source:Version})
 Recommends: python3-pil
 Suggests:
diff --git a/debian/tests/control b/debian/tests/control
index 448ef40..557409d 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,6 @@
 Tests: python-sphinx
 Depends: python-sphinx,
+         python-html5lib,
          python-pygments (>= 2.1.1),
          python-nose,
          python-mock,
@@ -15,6 +16,7 @@ Depends: python-sphinx,
 
 Tests: python3-sphinx
 Depends: python3-sphinx,
+         python3-html5lib,
          python3-pygments (>= 2.1.1),
          python3-nose,
          python3-mock,

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