From: Paul Gevers Date: Mon, 27 Nov 2023 19:05:47 +0000 (+0100) Subject: Add non-free-firmware to the valid sections X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;ds=sidebyside Add non-free-firmware to the valid sections --- diff --git a/bugcfg.pm b/bugcfg.pm index d53f7b8..efa475b 100644 --- a/bugcfg.pm +++ b/bugcfg.pm @@ -34,7 +34,7 @@ for my $alias (keys %{$config{distribution_aliases}//{}}) { # http://release.debian.org/testing/arch_qualify.html # and then generally include architectures which are currently in testing our @architectures = qw(all amd64 arm64 armel armhf i386 ppc64el s390x); -our @sections = ( "main", "contrib", "non-free" ); +our @sections = ( "main", "contrib", "non-free", "non-free-firmware" ); our @priorities = @{$config{strong_severities}}; our @skiptags = ( );