The following commit has been merged in the master branch:
commit 091c4673f23ed76c262f4d89bdf36c0bfa20aeb4
Author: Niels Thykier <[email protected]>
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


-- 
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