X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=scanlib.pm;h=54da632bab3e2041c2a9578af3443096f6283fe3;hp=c52291eb18cfa989b6bc9cbc0cae619f06a73dc7;hb=044edd0fbd74defd1afe209d162882da42f42224;hpb=5f6c1f40e3036cd62c16e425090d0608d01a78d1;ds=sidebyside diff --git a/scanlib.pm b/scanlib.pm index c52291e..54da632 100644 --- a/scanlib.pm +++ b/scanlib.pm @@ -6,7 +6,6 @@ # which was based on an unknown other script. # # Global variables: -# %premature - list of prematurely closed bugreports # %exclude - list of bugreports to exclude from the report # %maintainer - map from packagename to maintainer # %section - map from packagename to section in the FTP-site @@ -24,7 +23,7 @@ use warnings; require bugcfg; package scanlib; -our (%premature,%exclude,%maintainer,%section,%packagelist,%debbugssection,%bugs); +our (%exclude,%maintainer,%section,%packagelist,%debbugssection,%bugs); # Read the list of maintainer @@ -220,8 +219,7 @@ sub scanspooldir() { } } - next if !$affects_any and not $premature{$f}; - $premature{$f}++ if !$affects_any; + next if !$affects_any; } for my $keyword qw(pending patch help moreinfo unreproducible security upstream etch-ignore) {