[devscripts] 01/02: dscverify: Show gpg information in verbose mode

James McCoy jamessan at debian.org
Thu Nov 24 03:51:08 UTC 2016


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

jamessan pushed a commit to branch master
in repository devscripts.

commit 1c771557d882ab7cf1b0a0ff2a6d954b6a50f46f
Author: James McCoy <jamessan at debian.org>
Date:   Wed Nov 23 22:42:40 2016 -0500

    dscverify: Show gpg information in verbose mode
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/changelog     | 5 ++++-
 scripts/dscverify.pl | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a5654e3..b37042c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,8 +21,11 @@ devscripts (2.16.9) UNRELEASED; urgency=medium
       both modes now invoke dpkg-buildpackage.  (Closes: #611896)
     + Bump dpkg-dev (Build-)Depends to 1.17.6 for dpkg-buildpackage's
       --check-command and --hook-* options.
-  * Fix test debuild test failures due to new dpkg-genbuildinfo calls.
+  * Fix debuild test failures due to new dpkg-genbuildinfo calls.
     (Closes: #844910)
+  * dscverify:
+    + Always display gpg output if --verbose is used, regardless of whether
+      verification succeeds.  (Closes: #735416)
 
   [ Antonio Terceiro ]
   * debrepro:
diff --git a/scripts/dscverify.pl b/scripts/dscverify.pl
index a47bad1..dd163ff 100755
--- a/scripts/dscverify.pl
+++ b/scripts/dscverify.pl
@@ -138,6 +138,7 @@ sub check_signature($\@;\$) {
 	print $out if ($verbose);
 	return $err || $@;
     }
+    print $err if ($verbose);
 
     seek($fh, 0, SEEK_SET);
     my $status;

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



More information about the devscripts-devel mailing list