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

[lintian] 01/01: c/java: Fix call to index



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

nthykier pushed a commit to branch master
in repository lintian.

commit fa9872eb8f892edf74cd9bb2f76acd5207818947
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Feb 22 09:18:26 2014 +0100

    c/java: Fix call to index
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 checks/java.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/java.pm b/checks/java.pm
index ece3f6a..7e1ed86 100644
--- a/checks/java.pm
+++ b/checks/java.pm
@@ -168,7 +168,7 @@ sub run {
                         next
                           if $target =~ m,^usr/share/java/[^/]+.jar$,o
                           and @java_lib_depends;
-                        $tinfo = $info->{index}->{$target};
+                        $tinfo = $info->index($target);
                         # Points to file or link in this package,
                         #  which is sometimes easier than
                         #  re-writing the classpath.

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


Reply to: