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

[SCM] Debian package checker branch, master, updated. 2.5.0-rc1-8-g3af5d66



The following commit has been merged in the master branch:
commit 3af5d6653be493ea5e0830049b1e0895fa9c8b36
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Mar 12 21:58:32 2011 +0100

    Checks files in /etc/cron.d for dots in their filenames

diff --git a/checks/files b/checks/files
index eedd282..e0ffe9f 100644
--- a/checks/files
+++ b/checks/files
@@ -288,7 +288,7 @@ foreach my $file (@{$info->sorted_index}) {
 	    tag 'package-uses-obsolete-file', $file;
 	}
 	# ---------------- /etc/cron.daily, etc.
-	elsif ($file =~ m,^etc/cron\.(?:daily|hourly|monthly|weekly)/[^\.].*\., ) {
+	elsif ($file =~ m,^etc/cron\.(?:daily|hourly|monthly|weekly|d)/[^\.].*\., ) {
 	    tag 'run-parts-cron-filename-contains-full-stop', $file;
 	}
 	# ---------------- /etc/cron.d
diff --git a/debian/changelog b/debian/changelog
index 3db1deb..f9f104b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,9 @@ lintian (2.5.0~rc2) UNRELEASED; urgency=low
   * checks/fields{,.desc}:
     + [NT] Recognise Multi-Arch as a known binary field.  (Closes: #617816)
     + [NT] Fixed typo in a tag description.
+  * checks/files:
+    + [NT] Also check files in /etc/cron.d for dots in filenames.  Thanks
+      to Thijs Kinkhorst for the report and patch.  (Closes: #615072)
   * checks/huge-usr-share:
     + [NT] Removed assumption that there is always files in usr/share.
 

-- 
Debian package checker


Reply to: