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 <[email protected]> Date: Sun Feb 9 16:58:17 2014 +0100 L::L::Manifest: Use the proper query for groups Signed-off-by: Niels Thykier <[email protected]> --- 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 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

