[Reproducible-builds] [dh-python] 08/183: dh_python*: log supported/default Python version
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Sep 19 15:30:13 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 2b14e5814025fac729ec9c144ba70f46b5d44269
Author: Piotr Ożarowski <piotr at debian.org>
Date: Sat Jun 29 10:42:25 2013 +0200
dh_python*: log supported/default Python version
---
dh_python2 | 2 ++
dh_python3 | 2 ++
2 files changed, 4 insertions(+)
diff --git a/dh_python2 b/dh_python2
index 769ffb7..63ce3b3 100755
--- a/dh_python2
+++ b/dh_python2
@@ -605,6 +605,8 @@ def main():
log.debug('argv: %s', sys.argv)
log.debug('options: %s', options)
log.debug('args: %s', args)
+ log.debug('supported Python versions: %s (default=%s)',
+ ','.join(str(v) for v in SUPPORTED), DEFAULT)
else:
log.setLevel(logging.INFO)
diff --git a/dh_python3 b/dh_python3
index 3305c7a..87cbc7c 100755
--- a/dh_python3
+++ b/dh_python3
@@ -417,6 +417,8 @@ def main():
log.debug('argv: %s', sys.argv)
log.debug('options: %s', options)
log.debug('args: %s', args)
+ log.debug('supported Python versions: %s (default=%s)',
+ ','.join(str(v) for v in SUPPORTED), DEFAULT)
else:
log.setLevel(logging.INFO)
--
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