[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 1da9c724a7bc0b1039c0517af0ffcfdaff1866a2
Author: Niels Thykier <niels@thykier.net>
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


Reply to: