From 46965dfc1ae42443015a3a52758d6fc123eda31c Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sat, 14 Apr 2007 02:54:24 +0200 Subject: [PATCH] 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. --- lib/Packages/Search.pm | 2 ++ 1 file changed, 2 insertions(+) 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' ); -- 2.39.2