This is an automated email from the git hooks/post-receive script. nthykier pushed a commit to branch master in repository lintian.
commit 12c057ef230bf6a814cc34550025e772487e6942 Author: Niels Thykier <[email protected]> Date: Thu Sep 19 16:59:05 2013 +0200 c/files.pm: Remove exception for "/selinux" top level dir Signed-off-by: Niels Thykier <[email protected]> --- checks/files.pm | 2 +- debian/changelog | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/checks/files.pm b/checks/files.pm index 2217742..7022428 100644 --- a/checks/files.pm +++ b/checks/files.pm @@ -788,7 +788,7 @@ sub run { $file =~ m,^[^/]+/$,o and $file !~ m{\A (?: bin|boot|dev|etc|home|lib - |mnt|opt|root|run|sbin|selinux|srv|sys + |mnt|opt|root|run|sbin|srv|sys |tmp|usr|var) / }oxsm ) { diff --git a/debian/changelog b/debian/changelog index 56f2a8f..1e0eae7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,9 @@ lintian (2.5.18) UNRELEASED; urgency=low the sbuild source package. (Closes: #720910) + [NT] Add check for empty udeb packages. Thanks to Cyril Brulebois for the suggestion. (Closes: #672664) + + [NT] Remove exception for "/selinux" top-level directory. + Thanks to Laurent Bigonville for the report. + (Closes: #723730) * checks/menu-format.desc: + [BR] Rewrite description of the tag for desktop files without a keywords entry based on a wording from Gaudenz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

