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

[SCM] Debian package checker branch, master, updated. 2.5.0-rc2-6-g1da9c72



The following commit has been merged in the master branch:
commit 091c4673f23ed76c262f4d89bdf36c0bfa20aeb4
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Apr 8 13:24:20 2011 +0200

    Removed redundant file check (always true)

diff --git a/checks/files b/checks/files
index a540c21..2891d1f 100644
--- a/checks/files
+++ b/checks/files
@@ -655,7 +655,7 @@ foreach my $file (@{$info->sorted_index}) {
 	tag 'dir-or-file-in-srv', $file;
     }
     # ---------------- FHS directory?
-    elsif ($file =~ m,^[^/]+/$, and $file ne './' and
+    elsif ($file =~ m,^[^/]+/$, and
 	   $file !~ m,^(?:bin|boot|dev|etc|home|lib(?:64|32)?|mnt|opt|root|sbin|selinux|srv|sys|tmp|usr|var)/,) {
 	# Make an exception for the base-files package here and other similar
 	# packages because they install a slew of top-level directories for

-- 
Debian package checker


Reply to: