The following commit has been merged in the master branch:
commit 1da9c724a7bc0b1039c0517af0ffcfdaff1866a2
Author: Niels Thykier <[email protected]>
Date:   Fri Apr 8 13:30:46 2011 +0200

    Fixed typo in check for servers/ files (allowed on hurd)

diff --git a/checks/files b/checks/files
index 2891d1f..a6bc4c5 100644
--- a/checks/files
+++ b/checks/files
@@ -633,7 +633,7 @@ foreach my $file (@{$info->sorted_index}) {
     }
     elsif ($file =~ m,^hurd/.,) {
        next;
-    } elsif ($file =~ m,^server/.,) {
+    } elsif ($file =~ m,^servers/.,) {
        next;
     }
     # ---------------- /tmp, /var/tmp, /usr/tmp

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