From 2dc3efc2e8bcf87332099291fe7bf51f3c67d393 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Wed, 12 Sep 2007 01:43:41 +0200 Subject: [PATCH] Packages::Search: Fix fallback suites Leftover from the codenames move. --- lib/Packages/Search.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/Packages/Search.pm b/lib/Packages/Search.pm index ebb1b7d..d387267 100644 --- a/lib/Packages/Search.pm +++ b/lib/Packages/Search.pm @@ -103,11 +103,11 @@ sub read_entry { #FIXME: make configurable my %fallback_suites = ( - 'oldstable-backports' => 'oldstable', - 'oldstable-volatile' => 'oldstable', - 'stable-backports' => 'stable', - 'stable-volatile' => 'stable', - experimental => 'unstable' ); + 'sarge-backports' => 'sarge', + 'sarge-volatile' => 'sarge', + 'etch-backports' => 'etch', + 'etch-volatile' => 'etch', + experimental => 'sid' ); sub read_entry_simple { my ($hash, $key, $archives, $suite) = @_; -- 2.39.2