This is an automated email from the git hooks/post-receive script. broucaries-guest pushed a commit to branch master in repository lintian.
commit dc863fe275427378af9657d9fb042993c37008f1 Author: Bastien ROUCARIÈS <[email protected]> Date: Sat Apr 12 22:39:40 2014 +0200 Add ocaml suffix to known substitution for source-is-missing Fix a false positive in camlimages Signed-off-by: Bastien ROUCARIÈS <[email protected]> --- data/cruft/warn-file-type | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/cruft/warn-file-type b/data/cruft/warn-file-type index c85043d..79258e3 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|hs|linux\d+|oo?|out|so(?:\.\d+)*)|static)?$/'.$_.'/'} qw(.asm .c .cc .cpp .cxx .f .F .S) +source-contains-prebuilt-binary ~~ \bELF\b ~~ ~~ map { 's/(?i)(?:[\.-](?:bin|elf|hs|linux\d+|oo?|out|so(?:\.\d+)*)|static)?$/'.$_.'/'} qw(.asm .c .cc .cpp .cxx .f .F .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$ -- 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: https://lists.debian.org/[email protected]

