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

[lintian] 01/01: c/files: Add missing slash to usr/sbin dir



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit d121afcc04f19056bfc9252a3b3aaf0372085621
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Nov 25 16:44:24 2017 +0000

    c/files: Add missing slash to usr/sbin dir
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 checks/files.pm  | 2 +-
 debian/changelog | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/checks/files.pm b/checks/files.pm
index a2aa947..c0be669 100644
--- a/checks/files.pm
+++ b/checks/files.pm
@@ -257,7 +257,7 @@ my @flash_nonfree = (
 );
 
 my %PATH_DIRECTORIES = map { $_ => 1 } qw(
-  bin/ sbin/ usr/bin/ usr/sbin usr/games/ );
+  bin/ sbin/ usr/bin/ usr/sbin/ usr/games/ );
 
 # Common files stored in /usr/share/doc/$pkg that aren't sufficient to
 # consider the package non-empty.
diff --git a/debian/changelog b/debian/changelog
index caafb6a..084fc48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,11 @@ lintian (2.5.60) UNRELEASED; urgency=medium
   * checks/fields.desc:
     + [CL] Warn for Homepage files using well-known insecure URIs.
       (Closes: #849514)
+  * checks/files.pm:
+    + [NT] Add missing slash for usr/sbin that caused lintian to report
+      false-positive multiarch-foreign-shared-library when a package
+      only had executables in usr/sbin.  Thanks to Helmut Grohne for
+      reporting the issue.
   * checks/version-substvars.desc:
     + [CL] Don't recommend "Source-Version" in tag descriptions.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: