[Python-modules-commits] [python-releases] 01/04: add python{, 3}-docutils to Build-Depends to fix failing test import (Closes: #802137)

Jan Dittberner jandd at moszumanska.debian.org
Mon Oct 26 20:17:03 UTC 2015


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

jandd pushed a commit to branch master
in repository python-releases.

commit fc37c4873821c2add956d9c10a3ec64289d26740
Author: Jan Dittberner <jandd at debian.org>
Date:   Mon Oct 26 20:47:01 2015 +0100

    add python{,3}-docutils to Build-Depends to fix failing test import (Closes: #802137)
---
 debian/changelog |  5 +++++
 debian/control   | 25 ++++++++++---------------
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 94f9c87..12cd10e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
 python-releases (0.7.0-2) UNRELEASED; urgency=medium
 
+  [ Zygmunt Krynicki ]
   * debian/watch: use the new pypi redirector
 
+  [ Jan Dittberner ]
+  * add python{,3}-docutils to Build-Depends to fix failing test import
+    (Closes: #802137)
+
  -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com>  Tue, 10 Mar 2015 09:32:42 +0100
 
 python-releases (0.7.0-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 0090f6b..6761c36 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,14 @@ Section: python
 Priority: optional
 Maintainer: Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- python-all,
- python-setuptools,
- python3-all,
- python3-setuptools,
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-docutils,
+               python-setuptools,
+               python3-all,
+               python3-docutils,
+               python3-setuptools
 Standards-Version: 3.9.5
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
@@ -19,10 +20,7 @@ Homepage: https://github.com/bitprophet/releases
 
 Package: python-releases
 Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends},
- python-docutils,
+Depends: python-docutils, ${misc:Depends}, ${python:Depends}
 Enhances: python-sphinx
 Description: Sphinx extension for changelog manipulation (Python 2)
  Releases is a Sphinx extension designed to help you keep a source control
@@ -47,10 +45,7 @@ Description: Sphinx extension for changelog manipulation (Python 2)
 
 Package: python3-releases
 Architecture: all
-Depends:
- ${misc:Depends},
- ${python3:Depends},
- python3-docutils,
+Depends: python3-docutils, ${misc:Depends}, ${python3:Depends}
 Enhances: python3-sphinx
 Description: Sphinx extension for changelog manipulation (Python 3)
  Releases is a Sphinx extension designed to help you keep a source control

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



More information about the Python-modules-commits mailing list