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

[SCM] Debian package checker branch, master, updated. 2.5.8-17-gfe6fdd2



The following commit has been merged in the master branch:
commit fe6fdd2d1b0045086a38c235a80df711066015c9
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Jun 14 18:04:28 2012 +0200

    checks/files: Fix typo in tag name
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

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


Reply to: