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

[lintian] 01/01: Fix a false positive source-is-missing by adding yorick source file as source.



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

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

commit f9f552282c5daeb7520321af0250ba8debd0d2a1
Author: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
Date:   Wed Jun 10 13:29:12 2015 +0200

    Fix a false positive source-is-missing by adding yorick source file as source.
    
    Signed-off-by: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
---
 data/cruft/warn-file-type | 2 +-
 debian/changelog          | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/data/cruft/warn-file-type b/data/cruft/warn-file-type
index 9f193f9..5963807 100644
--- a/data/cruft/warn-file-type
+++ b/data/cruft/warn-file-type
@@ -6,7 +6,7 @@
 #
 # File should match both "type regex" and "name regex"
 #
-source-contains-prebuilt-binary             ~~ \bELF\b                                                                   ~~                                   ~~ map { 's/(?i)(?:[\.-](?:bin|elf|e|hs|linux\d+|oo?|out|so(?:\.\d+)*)|static)?$/'.$_.'/'} qw(.asm .c .cc .cpp .cxx .f .F .ml .S)
+source-contains-prebuilt-binary             ~~ \bELF\b                                                                   ~~                                   ~~ map { 's/(?i)(?:[\.-](?:bin|elf|e|hs|linux\d+|oo?|out|so(?:\.\d+)*)|static)?$/'.$_.'/'} qw(.asm .c .cc .cpp .cxx .f .F .i .ml .S)
 source-contains-prebuilt-flash-object       ~~ ^Macromedia \s Flash                                                      ~~                                   ~~ s/(?i)\.swf$/.as/
 source-contains-prebuilt-flash-project      ~~ ^Composite \s Document \s File                                            ~~ (?i)\.fla$                        ~~ s/(?i)\.fla$/.as/
 source-contains-prebuilt-java-object        ~~ (?: Java [ ] (?:Jar [ ] file|archive [ ] data) | Zip [ ] archive | JAR)   ~~ (?i)\.jar$
diff --git a/debian/changelog b/debian/changelog
index 12eb688..7f97b41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -70,6 +70,8 @@ lintian (2.5.32) UNRELEASED; urgency=medium
       -nc.js suffix.
     + [BR] Fix a false positive source-is-missing in zivot
       package by adding .e as binary suffix.
+    + [BR] Fix a false positive source-is-missing by adding
+      yorick source file as source.
   * data/debhelper/*:
     + [NT] Refresh against unstable to pick up the rename of
       libaqbanking-dev.  Thanks to Micha Lenk for the reminder.

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


Reply to: