From 7c821a5be0fc16e73bad23ab821a7b08fcfb6c4d Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 4 Dec 2017 13:35:45 -0800 Subject: [PATCH] add oldstable variable --- bugreport | 1 + 1 file changed, 1 insertion(+) diff --git a/bugreport b/bugreport index 25e293a..b39d0dc 100755 --- a/bugreport +++ b/bugreport @@ -136,6 +136,7 @@ sub MakeStatistics { my $ignoretotal=0; # Total number of bugs marked ignore my $worrytotal=0; # Total number of bugs we're actually worried about my $stabletotal=0; # Total number of bugs affecting stable + my $oldstabletotal=0; # Total number of bugs affecting oldstable my %list; # List of bugnumber associated with package my %seen_bugs; # bugs which have already been counted -- 2.39.2