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

[lintian] 01/01: Fix a false positive in fspy for source-is-missing.



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

broucaries-guest pushed a commit to branch master
in repository lintian.

commit 9b0b7f73d5bd3b4d72faad41f3191c201ee1eb94
Author: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
Date:   Wed Jun 3 10:15:56 2015 +0200

    Fix a false positive in fspy for source-is-missing.
    
    Signed-off-by: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
---
 data/cruft/missing-dir-search-path | 2 ++
 debian/changelog                   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/data/cruft/missing-dir-search-path b/data/cruft/missing-dir-search-path
index 8ae50b8..5b34fa6 100644
--- a/data/cruft/missing-dir-search-path
+++ b/data/cruft/missing-dir-search-path
@@ -7,6 +7,8 @@
 ../
 # maybe in src subdir
 ./src/
+# maybe in ../src subdir
+../src/
 # libtool
 /.libs/
 /.libs/$dirname/
diff --git a/debian/changelog b/debian/changelog
index d1aa4ee..02dffb1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -53,6 +53,8 @@ lintian (2.5.32) UNRELEASED; urgency=medium
 
   * data/cruft/non-free-license:
     + [BR] Detect autogenerated gperf data.  (Closes: #762179).
+  * data/cruft/missing-dir-search-path
+    + [BR] Fix a false positive in fspy for source-is-missing.
   * data/fields/archive-sections:
     + [NT] Pre-emptively support the "debugsym" section, which is
       expected to be used by debhelper for "ddebs".

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


Reply to: