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: - lib/Lintian/Check/Fields/Vcs.pm Changes: ===================================== lib/Lintian/Check/Fields/Vcs.pm ===================================== @@ -205,6 +205,7 @@ sub always { my $maintainer = $processable->fields->unfolded_value($field); if ($maintainer =~ /\b(\S+\@lists(?:\.alioth)?\.debian\.org)\b/ + || $maintainer =~ /\b(\S+\@alioth-lists\.debian\.net)\b/ || $maintainer =~ /\b(\S+\@tracker\.debian\.org)\b/) { $is_teammaintained = 1; $team_email = $1; View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/2dfbad40c2c9f7c3523f6829eb8892882e4d383c -- View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/2dfbad40c2c9f7c3523f6829eb8892882e4d383c You're receiving this email because of your account on salsa.debian.org.