]> git.deb.at Git - deb/packages.git/commitdiff
Search.pm: Define fallback suites for oldstable-*
authorFrank Lichtenheld <frank@lichtenheld.de>
Sat, 14 Apr 2007 00:54:24 +0000 (02:54 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sat, 14 Apr 2007 00:54:24 +0000 (02:54 +0200)
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

index 1c369868db94014cc26e8c7bf3186f4da00f8013..fdd3a3a4beeb5f730b76a9fbd980f509b42f6b83 100644 (file)
@@ -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' );