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

[SCM] Debian package checker branch, master, updated. 2.2.9-31-gb479b9e



The following commit has been merged in the master branch:
commit b479b9e4a324554ea3697f5aa47df1bfc1ed453c
Author: Russ Allbery <rra@debian.org>
Date:   Mon Apr 27 11:16:56 2009 -0700

    Add missing semicolon for star tar error fix

diff --git a/checks/cruft b/checks/cruft
index 97aea5e..7f891b5 100644
--- a/checks/cruft
+++ b/checks/cruft
@@ -157,7 +157,7 @@ for my $file (keys %ERRORS) {
             # the tar "exiting with failure status" message, since it comes
             # after some other error.
             next if /^Record size =/;
-            next if /^Skipping to next header/
+            next if /^Skipping to next header/;
             next if /^gpg: /;
             next if /^secmem usage: /;
             next if /^Exiting with failure status due to previous errors/;

-- 
Debian package checker


Reply to: