[Reproducible-builds] [dh-python] 87/183: Fix pybuild.pm when PYBUILD_INTERPRETERS is set
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 b228310e8dfd490dd7721f7e1e91fe07e4a5ecd4
Author: Dmitrijs Ledkovs <xnox at debian.org>
Date: Sun Aug 25 12:43:52 2013 +0200
Fix pybuild.pm when PYBUILD_INTERPRETERS is set
somehow I missed this case in a617d883f519e924f487cc87f956f1bbaa1735da commit - Piotr
---
debian/changelog | 8 ++++++++
dh/pybuild.pm | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index f9b1d6b..e42b8ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+dh-python (1.20130830-1) UNRELEASED; urgency=low
+
+ [ Dmitrijs Ledkovs ]
+ * Fix pybuild.pm when PYBUILD_INTERPRETERS is set
+ (broken in previous upload, closes: #720744)
+
+ -- Piotr Ożarowski <piotr at debian.org> Sun, 25 Aug 2013 12:39:39 +0200
+
dh-python (1.20130819-1) unstable; urgency=low
* Do not translate X-Python{,3}-Version into Depends if there are no Python
diff --git a/dh/pybuild.pm b/dh/pybuild.pm
index 302d712..1f9c3b9 100644
--- a/dh/pybuild.pm
+++ b/dh/pybuild.pm
@@ -88,7 +88,7 @@ sub pybuild_commands {
my @result;
if ($ENV{'PYBUILD_INTERPRETERS'}) {
- push @result, "pybuild --$step @options";
+ push @result, ['pybuild', "--$step", @options];
}
else {
# get interpreter packages from Build-Depends{,-Indep}:
--
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