[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.2.10-57-g7a754b4



The following commit has been merged in the master branch:
commit 7a754b4c337fa076b8bc2f31f14792a827e5b4db
Author: Russ Allbery <rra@debian.org>
Date:   Sun May 24 13:27:00 2009 -0700

    Ignore gpgv output from dpkg-source
    
    * checks/cruft{,.desc}:
      + [RA] When looking for tar errors from dpkg-source, ignore gpgv
        output as well as gpg output.

diff --git a/checks/cruft b/checks/cruft
index 7f891b5..6449cf9 100644
--- a/checks/cruft
+++ b/checks/cruft
@@ -158,7 +158,7 @@ for my $file (keys %ERRORS) {
             # after some other error.
             next if /^Record size =/;
             next if /^Skipping to next header/;
-            next if /^gpg: /;
+            next if /^gpgv?: /;
             next if /^secmem usage: /;
             next if /^Exiting with failure status due to previous errors/;
             tag $tag, $_;
diff --git a/debian/changelog b/debian/changelog
index de8cac2..cdb5178 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,9 +21,11 @@ lintian (2.2.11) UNRELEASED; urgency=low
       that source packages in main may build binary packages in contrib.
     + [RA] Skip duplicate description checks for udeb packages.  Thanks,
       Thijs Kinkhorst.  (Closes: #529924)
-  * checks/cruft.desc:
+  * checks/cruft{,.desc}:
     + [RA] Downgrade certainty of tags for which we recommend overrides.
       Patch from Raphael Geissert.
+    + [RA] When looking for tar errors from dpkg-source, ignore gpgv
+      output as well as gpg output.
   * checks/fields{,.desc}:
     + [RA] Allow python << dependencies without Python-Version if the
       package depends on python-support, which doesn't use the

-- 
Debian package checker


Reply to: