[Reproducible-builds] [dh-python] 64/183: pybuild: rename PYBUILD_DEBUG to PYBUILD_VERBOSE

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Sep 19 15:30:21 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 fab088c6ba9e1068afcb043041962c3526541c0b
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Wed Aug 7 20:30:43 2013 +0200

    pybuild: rename PYBUILD_DEBUG to PYBUILD_VERBOSE
    
    to make is compatible with other PYBUILD_OPTION schema
---
 debian/changelog | 1 +
 pybuild          | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 865e1bc..2405366 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ dh-python (1.20130807-1) unstable; urgency=low
   * dh_python3: do not add multiarch triplets in python3.2's extensions -
     mutliarch support was disabled in this interpreter
   * dh_pypy: fix prerm script to remove .pyc files (thanks to Jakub Wilk)
+  * pybuild: rename PYBUILD_DEBUG env. var. to PYBUILD_VERBOSE
 
  -- Piotr Ożarowski <piotr at debian.org>  Sat, 03 Aug 2013 12:41:15 +0200
 
diff --git a/pybuild b/pybuild
index be6a6b9..dd5826f 100755
--- a/pybuild
+++ b/pybuild
@@ -291,7 +291,7 @@ def parse_args(argv):
     usage = '%(prog)s [ACTION] [BUILD SYSTEM ARGS] [DIRECTORIES] [OPTIONS]'
     parser = argparse.ArgumentParser(usage=usage)
     parser.add_argument('-v', '--verbose', action='store_true',
-                        default=environ.get('PYBUILD_DEBUG') == '1',
+                        default=environ.get('PYBUILD_VERBOSE') == '1',
                         help='turn verbose mode on')
     parser.add_argument('-q', '--quiet', action='store_true',
                         default=environ.get('PYBUILD_QUIET') == '1',

-- 
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