From: Frank Lichtenheld Date: Sat, 14 Apr 2007 00:54:24 +0000 (+0200) Subject: Search.pm: Define fallback suites for oldstable-* X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=46965dfc1ae42443015a3a52758d6fc123eda31c Search.pm: Define fallback suites for oldstable-* We really need to make this regex based (e.g. foo-* always falls back to foo). Anyway, here the short term fix. --- diff --git a/lib/Packages/Search.pm b/lib/Packages/Search.pm index 1c36986..fdd3a3a 100644 --- a/lib/Packages/Search.pm +++ b/lib/Packages/Search.pm @@ -102,6 +102,8 @@ sub read_entry { #FIXME: make configurable my %fallback_suites = ( + 'oldstable-backports' => 'oldstable', + 'oldstable-volatile' => 'oldstable', 'stable-backports' => 'stable', 'stable-volatile' => 'stable', experimental => 'unstable' );