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

[lintian] 01/01: L::L::Manifest: Use the proper query for groups



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

nthykier pushed a commit to branch master
in repository lintian.

commit bd66b59888ca33374a127b67f3d7fc4fe5405a66
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Feb 9 16:58:17 2014 +0100

    L::L::Manifest: Use the proper query for groups
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 lib/Lintian/Lab/Manifest.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Lintian/Lab/Manifest.pm b/lib/Lintian/Lab/Manifest.pm
index 126379b..0ef55cb 100644
--- a/lib/Lintian/Lab/Manifest.pm
+++ b/lib/Lintian/Lab/Manifest.pm
@@ -130,7 +130,7 @@ my %TYPE2INFO = (
     'GROUP' => {
         'file-fields'  => undef, # Never written to disk
         'file-header'  => undef, # Never written to disk
-        'query-fields' => \@SRC_QUERY
+        'query-fields' => \@GROUP_QUERY
     },
 );
 

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


Reply to: