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

[lintian] 01/01: Detect pascal ressource file source. (Closes: #793908).



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

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

commit 7f68b54ee27380231ec5ebcda24e03eb9388f744
Author: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
Date:   Fri Jul 31 10:42:04 2015 +0200

    Detect pascal ressource file source.  (Closes: #793908).
    
    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 e026ef7..6fcce0c 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 .i .ml .S)
+source-contains-prebuilt-binary             ~~ \bELF\b                                                                   ~~                                   ~~ map { 's/(?i)(?:[\.-](?:bin|elf|e|hs|linux\d+|oo?|or|out|so(?:\.\d+)*)|static)?$/'.$_.'/'} qw(.asm .c .cc .cpp .cxx .f .F .i .ml .rc .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 5ded964..9d29de6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ lintian (2.5.35) UNRELEASED; urgency=medium
   * checks/fields.desc:
     + [JW] Fix spelling of the word "indicate".
 
+  * data/cruft/warn-file-type:
+    + [BR] Detect pascal ressource file source.  (Closes: #793908).
   * data/spelling/corrections*:
     + [JW] Fix correction for "acknowldegement".
     + [JW] Document that the lists should be sorted.

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


Reply to: