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

guillem pushed a commit to branch master
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=a40c250be499ba93157c4db8cfcb35d924ccf6f8

commit a40c250be499ba93157c4db8cfcb35d924ccf6f8
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Fri Sep 4 19:13:57 2020 +0200

    Dpkg::Source::Package::V1: Print a message when verifying tarball signatures
    
    This action is actually important, and performing it silently means the
    user will not be aware that it is happening.
---
 scripts/Dpkg/Source/Package/V1.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/Dpkg/Source/Package/V1.pm 
b/scripts/Dpkg/Source/Package/V1.pm
index ac8af8cc9..0709e491e 100644
--- a/scripts/Dpkg/Source/Package/V1.pm
+++ b/scripts/Dpkg/Source/Package/V1.pm
@@ -433,6 +433,7 @@ sub do_build {
         info(g_('building %s using existing %s'), $sourcepackage, $tarsign);
         $self->add_file($tarsign);
 
+        info(g_('verifying %s using existing %s'), $tarname, $tarsign);
         $self->check_original_tarball_signature($dir, $tarsign);
     } else {
         my $key = $self->get_upstream_signing_key($dir);

-- 
Dpkg.Org's dpkg

Reply via email to