[Reproducible-builds] [dh-python] 162/183: pybuild: make build logs a bit more verbose by default
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Sep 19 15:30:33 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 79b5a3604c407e7d25109fd979e8b55384ba6c6f
Author: Piotr Ożarowski <piotr at debian.org>
Date: Mon Jan 27 23:54:41 2014 +0100
pybuild: make build logs a bit more verbose by default
---
debian/changelog | 2 ++
dhpython/build/base.py | 1 +
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index d03ea58..72ac62c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ dh-python (1.20131021-2) UNRELEASED; urgency=low
(closes: 727674)
* Generate dependencies for minimum required interpreter version that are
satisfied by alpha/beta/rc releases (i.e. generate ">= X.Y~")
+ * pybuild build plugins: show executed command (not only in --verbose),
+ closes: 733755
-- Piotr Ożarowski <piotr at debian.org> Tue, 05 Nov 2013 22:57:20 +0100
diff --git a/dhpython/build/base.py b/dhpython/build/base.py
index 2c10b7c..3bcf2aa 100644
--- a/dhpython/build/base.py
+++ b/dhpython/build/base.py
@@ -167,6 +167,7 @@ class Base:
env['PYTHONPATH'] = args['PYTHONPATH']
else:
env = context['ENV']
+ log.info(command)
return execute(command, context['dir'], env, log_file)
--
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