From: Frank Lichtenheld Date: Sun, 2 Sep 2007 21:42:40 +0000 (+0000) Subject: Packages::DoSearchContents: Replace 'stable' by 'etch' as default suite X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;ds=sidebyside;h=ec25a53e13c79803a1fcfda386f47add2192fbf9;p=deb%2Fpackages.git Packages::DoSearchContents: Replace 'stable' by 'etch' as default suite Otherwise the "Codenames Everywhere" changes break this. --- diff --git a/lib/Packages/DoSearchContents.pm b/lib/Packages/DoSearchContents.pm index 29b7977..2da76d6 100644 --- a/lib/Packages/DoSearchContents.pm +++ b/lib/Packages/DoSearchContents.pm @@ -34,7 +34,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} = [ 'stable' ]; + $params->{values}{suite}{final} = $opts->{suite} = [ 'etch' ]; } if (@{$opts->{suite}} > 1) {