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

[Git][lintian/lintian][master] Add alioth-lists.debian.net to team maintenance check



Title: GitLab

Nilesh Patra pushed to branch master at lintian / lintian

Commits:

  • 2dfbad40
    by Colin Watson at 2024-04-06T19:35:30+01:00
    Add alioth-lists.debian.net to team maintenance check
    
    alioth-lists.debian.net replaced lists.alioth.debian.org for many
    mailing lists; see
    https://wiki.debian.org/Alioth/MailingListContinuation.
    

1 changed file:

Changes:

  • lib/Lintian/Check/Fields/Vcs.pm
    ... ... @@ -205,6 +205,7 @@ sub always {
    205 205
             my $maintainer = $processable->fields->unfolded_value($field);
    
    206 206
     
    
    207 207
             if ($maintainer =~ /\b(\S+\@lists(?:\.alioth)?\.debian\.org)\b/
    
    208
    +            || $maintainer =~ /\b(\S+\@alioth-lists\.debian\.net)\b/
    
    208 209
                 || $maintainer =~ /\b(\S+\@tracker\.debian\.org)\b/) {
    
    209 210
                 $is_teammaintained = 1;
    
    210 211
                 $team_email = $1;
    


  • Reply to: