The following commit has been merged in the master branch:
commit fe6fdd2d1b0045086a38c235a80df711066015c9
Author: Niels Thykier <[email protected]>
Date:   Thu Jun 14 18:04:28 2012 +0200

    checks/files: Fix typo in tag name
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/checks/files b/checks/files
index f3f24f2..b122cba 100644
--- a/checks/files
+++ b/checks/files
@@ -321,7 +321,7 @@ foreach my $file ($info->sorted_index) {
         # ---------------- /etc/cron.daily, etc.
         if ($file =~ 
m,^etc/cron\.(?:daily|hourly|monthly|weekly|d)/[^\.].*[\+\.], ) {
             # NB: cron ships ".placeholder" files, which shouldn't be run.
-            tag 'run-parts-cron-filename-contains-illegal-char', $file;
+            tag 'run-parts-cron-filename-contains-illegal-chars', $file;
         }
         # ---------------- /etc/cron.d
         elsif ($file =~ m,^etc/cron\.d/[^\.], and $operm != 0644) {

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to