From: Don Armstrong <don@donarmstrong.com>
Date: Mon, 4 Dec 2017 21:35:45 +0000 (-0800)
Subject: add oldstable variable
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7c821a5be0fc16e73bad23ab821a7b08fcfb6c4d;p=bugscan.git

add oldstable variable
---

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