projects
/
bugscan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
641f3a1
)
Add non-free-firmware to the valid sections
debian
master
author
Paul Gevers
<elbrus@debian.org>
Mon, 27 Nov 2023 19:05:47 +0000
(20:05 +0100)
committer
Paul Gevers
<elbrus@debian.org>
Mon, 27 Nov 2023 19:05:47 +0000
(20:05 +0100)
bugcfg.pm
patch
|
blob
|
history
diff --git
a/bugcfg.pm
b/bugcfg.pm
index d53f7b807a6728fa36e8e259d5817c7d57bd8185..efa475b875e82bc7b2dee9862578c79d08238c65 100644
(file)
--- 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 = ( );