[debhelper-devel] [debhelper] 02/05: dh: Invoke inhibit_log() earlier for --help/--list

Niels Thykier nthykier at moszumanska.debian.org
Tue Apr 5 18:49:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository debhelper.

commit 6a91ee3388e340723a9048c08c70b52f7b454e64
Author: Niels Thykier <niels at thykier.net>
Date:   Tue Apr 5 18:44:51 2016 +0000

    dh: Invoke inhibit_log() earlier for --help/--list
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dh b/dh
index e5d8dd4..3c125d3 100755
--- a/dh
+++ b/dh
@@ -292,6 +292,8 @@ if (not compat(9, 1)) {
 	# sequence add-on so existing --without=autoreconf
 	unshift(@ARGV, "--with=autoreconf");
 }
+
+inhibit_log();
 		
 init(options => {
 		"until=s" => \$dh{UNTIL},
@@ -316,7 +318,6 @@ init(options => {
 	# Bundling does not work well since there are unknown options.
 	bundling => 0,
 );
-inhibit_log();
 set_buildflags();
 warn_deprecated();
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list