Bug#539315: lintian: Lintian should not warn about executable jars

2012-05-12 Thread Vincent Cheng
tag 539315 + patch thanks Here's a quick patch to exclude .jar files from triggering executable-not-elf-or-script. diff --git a/checks/scripts b/checks/scripts index 47d5a4e..59d5dfb 100644 --- a/checks/scripts +++ b/checks/scripts @@ -468,6 +468,7 @@ foreach (keys %executable) {

Bug#539315: lintian: Lintian should not warn about executable jars

2009-07-30 Thread Matthew Johnson
Package: lintian Severity: wishlist debian-java policy is being updated to allow executable jar files as long as they depend on jarwrapper, which implements a binfmt_misc wrapper to run them. Currently lintian produces an executable-not-elf-or-script warning about such files. I am detecting jar