[Reproducible-builds] [dh-python] 26/183: pybuild.pm: fix typos
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Sep 19 15:30:15 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 4dcb187a23d7d9317bc3388adbd32f2d490180ea
Author: Piotr Ożarowski <piotr at debian.org>
Date: Tue Jul 2 21:34:22 2013 +0200
pybuild.pm: fix typos
---
dh/pybuild.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dh/pybuild.pm b/dh/pybuild.pm
index aa0af3f..e8df87a 100644
--- a/dh/pybuild.pm
+++ b/dh/pybuild.pm
@@ -135,11 +135,11 @@ sub pybuild_commands {
}
}
if ($this->{py3def}) {
- if (not $pyall and grep {$_ eq 'python3' or $_ eq 'python3-dev'} @deps) {
+ if (not $py3all and grep {$_ eq 'python3' or $_ eq 'python3-dev'} @deps) {
# TODO: "python3" case: should X-Python3-Version header in debian/control be also required here?
push @result, "pybuild --$step -i $i -p '$this->{py3def}' @options";
}
- if (not $pyalldbg and grep {$_ eq 'python3-dbg'} @deps) {
+ if (not $py3alldbg and grep {$_ eq 'python3-dbg'} @deps) {
push @result, "pybuild --$step -i $i-dbg -p '$this->{py3def}' @options";
}
}
--
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