[Reproducible-builds] [dh-python] 109/183: replace python-docutils build dependency with python3-docutils
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Sep 19 15:30:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch pu/reproducible_builds
in repository dh-python.
commit 40470640944f5591214f824326fecd34a898b9b0
Author: Piotr Ożarowski <piotr at debian.org>
Date: Sun Sep 1 15:32:40 2013 +0200
replace python-docutils build dependency with python3-docutils
(both of them provide rst2man and we don't need to pull python 2.X after this change)
---
debian/changelog | 2 ++
debian/control | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index dc797a3..cea29e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ dh-python (1.20130830-1) UNRELEASED; urgency=low
- fix problem with relative paths when dh's --sourcedirectory is used
- add --name (PYBUILD_NAME) option
* Disable two tests in test201 dir if /usr/bin/python2.6 is not available
+ * Replace python-docutils build dependency with python3-docutils (both
+ provide rst2man)
[ Dmitry Shachnev ]
* Make sure tests do not require python-support.
diff --git a/debian/control b/debian/control
index 1bcd68e..c5c726a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Piotr Ożarowski <piotr at debian.org>
Uploaders: Stefano Rivera <stefanor at debian.org>, Barry Warsaw <barry at debian.org>
Build-Depends: debhelper (>= 9), python3-minimal, libpython3-stdlib,
# provides rst2man command:
- python-docutils
+ python3-docutils
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/dh-python/dh-python.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=dh-python/dh-python.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dh-python.git
More information about the Reproducible-builds
mailing list