From 882c3a5e8e8d32eb965a7d1f805f8ea31668b91c Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 7 Dec 2013 14:18:15 -0800 Subject: [PATCH] fix lack of oldstable in disttags --- scanlib.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scanlib.pm b/scanlib.pm index 123abb9..4c6b09b 100644 --- a/scanlib.pm +++ b/scanlib.pm @@ -183,7 +183,7 @@ sub scanspooldir { next if $skip==1; my %disttags = (); - for (qw(unstable stable testing unstable)) { + for (qw(oldstable stable testing unstable)) { $disttags{$_} = grep(/^$bug_cfg::debian_releases->{$_}$/, @tags); } $disttags{'experimental'} = grep(/^experimental$/, @tags); -- 2.39.2