From c6419580c324206c5ec7fbbdb966951ea9f098fb Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sun, 11 May 2008 22:31:10 +0200 Subject: [PATCH] [ARCHIVE] Use woody as default distro for Contents search --- lib/Packages/DoSearchContents.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Packages/DoSearchContents.pm b/lib/Packages/DoSearchContents.pm index 2316706..69de9cd 100644 --- a/lib/Packages/DoSearchContents.pm +++ b/lib/Packages/DoSearchContents.pm @@ -33,7 +33,7 @@ sub do_search_contents { #FIXME: that's extremely hacky atm if ($params->{values}{suite}{no_replace}[0] eq 'default') { $params->{values}{suite}{no_replace} = - $params->{values}{suite}{final} = $opts->{suite} = [ 'etch' ]; + $params->{values}{suite}{final} = $opts->{suite} = [ 'woody' ]; } if (@{$opts->{suite}} > 1) { -- 2.39.2