[Python-modules-commits] [sphinx-paramlinks] 05/05: Add missing python{, 3}-docutils to Depends

Piotr Ożarowski piotr at moszumanska.debian.org
Tue Jun 20 18:00:39 UTC 2017


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

piotr pushed a commit to branch master
in repository sphinx-paramlinks.

commit 9dcdb8806e342550811a6200e6b2b326e3b1ca5b
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Tue Jun 20 19:55:22 2017 +0200

    Add missing python{,3}-docutils to Depends
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1acfcaf..fc900d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 sphinx-paramlinks (0.3.4-1) unstable; urgency=medium
 
   * New upstream release.
+  * Add missing python{,3}-docutils to Depends
   * Standards-Version bumped to 4.0.0 (no changes needed)
 
  -- Piotr Ożarowski <piotr at debian.org>  Tue, 20 Jun 2017 19:52:13 +0200
diff --git a/debian/control b/debian/control
index 54b0f2a..6d1d98d 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/sphinx-para
 
 Package: python-sphinx-paramlinks
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, python-docutils
 Enhances: python-sphinx
 Description: Sphinx extension to make param links linkable (Python 2 version)
  Sphinx extension which allows :param: directives within Python documentation
@@ -31,7 +31,7 @@ Description: Sphinx extension to make param links linkable (Python 2 version)
 
 Package: python3-sphinx-paramlinks
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, python3-docutils
 Enhances: python3-sphinx
 Description: Sphinx extension to make param links linkable (Python 3 version)
  Sphinx extension which allows :param: directives within Python documentation

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx-paramlinks.git



More information about the Python-modules-commits mailing list