[Reproducible-builds] [dh-python] 86/183: Use libpython3-stdlib in Build-Depends
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Sep 19 15:30:23 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 f816020cbb43003b3c91a36cc9083514bab63448
Author: Piotr Ożarowski <piotr at debian.org>
Date: Mon Aug 19 10:56:43 2013 +0200
Use libpython3-stdlib in Build-Depends
"libpython3.3-stdlib, python3.2" was used before due to missing
libpython3-stdlib package in unstable (python3.2 didn't provide -stdlib
package so python3-defaults couldn't provide one as well)
---
debian/changelog | 6 ++++--
debian/control | 4 +---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e6079a8..f9b1d6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dh-python (1.20130818-1) UNRELEASED; urgency=low
+dh-python (1.20130819-1) unstable; urgency=low
* Do not translate X-Python{,3}-Version into Depends if there are no Python
files in the package
@@ -11,8 +11,10 @@ dh-python (1.20130818-1) UNRELEASED; urgency=low
* pybuild.pm: remove .pyc files in clean target
* pybuild: directory paths escaping fixed
* install README.PyDist file in dh-python package (closes: #698144)
+ * Replace "libpython3.3-stdlib, python3.2" build depentency with
+ libpython3-stdlib (which is already in unstable)
- -- Piotr Ożarowski <piotr at debian.org> Fri, 09 Aug 2013 15:55:11 +0200
+ -- Piotr Ożarowski <piotr at debian.org> Mon, 19 Aug 2013 10:55:56 +0200
dh-python (1.20130807-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index d689b03..b862b8b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,7 @@ Section: python
Priority: optional
Maintainer: Piotr Ożarowski <piotr at debian.org>
Uploaders: Stefano Rivera <stefanor at debian.org>
-Build-Depends: debhelper (>= 9), python3-minimal,
-# TODO: replace next line with libpython3-stdlib once it's available:
- libpython3.3-stdlib, python3.2,
+Build-Depends: debhelper (>= 9), python3-minimal, libpython3-stdlib,
# provides rst2man command:
python-docutils
Standards-Version: 3.9.4
--
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