The following commit has been merged in the master branch:
commit df4d7d1238d77f79f884d8d55d7fe443d3007444
Author: Niels Thykier <[email protected]>
Date:   Fri Feb 8 13:22:07 2013 +0100

    L::Collect: Recognise "multiverse" as non-free
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/lib/Lintian/Collect.pm b/lib/Lintian/Collect.pm
index 9fa290e..76aed5b 100644
--- a/lib/Lintian/Collect.pm
+++ b/lib/Lintian/Collect.pm
@@ -243,7 +243,7 @@ sub is_non_free {
     return $self->{is_non_free} if exists $self->{is_non_free};
     $self->{is_non_free} = 0;
     $self->{is_non_free} = 1
-        if $self->field ('section', 'main') =~ m,^(?:non-free|restricted)/,;
+        if $self->field ('section', 'main') =~ 
m,^(?:non-free|restricted|multiverse)/,;
     return $self->{is_non_free};
 }
 

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to