[Reproducible-builds] [dh-python] 35/183: improve dh-python's Build-Depends

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Sep 19 15:30:16 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 0cec57a220875b88c2cd92a4c18952bafc3d0650
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Wed Jul 3 18:36:03 2013 +0200

    improve dh-python's Build-Depends
    
    add python-docutils (/usr/bin/rst2man)
    and libpython3.3-stdlib, python3.2 (until libpython3-stdlib is available)
---
 debian/control | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index d10e863..dceef72 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,14 @@ Source: dh-python
 Section: python
 Priority: optional
 Maintainer: Piotr Ożarowski <piotr at debian.org>
-Build-Depends: debhelper (>= 9), python3-minimal
+Build-Depends: debhelper (>= 9), python3-minimal,
+# TODO: replace next line with libpython3-stdlib once it's available:
+ libpython3.3-stdlib, python3.2,
+# provides rst2man command:
+ python-docutils
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/users/piotr/dh-python.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/piotr/dh-python.git;a=summary
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/piotr/dh-python.git
 X-Python3-Version: >= 3.2
 
 Package: dh-python

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