]> git.deb.at Git - deb/packages.git/commitdiff
Packages::DoSearchContents: Replace 'stable' by 'etch' as default suite
authorFrank Lichtenheld <frank@lichtenheld.org>
Sun, 2 Sep 2007 21:42:40 +0000 (21:42 +0000)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sun, 2 Sep 2007 22:01:05 +0000 (22:01 +0000)
Otherwise the "Codenames Everywhere" changes break this.

lib/Packages/DoSearchContents.pm

index 29b79770d44ef4407430f7a3e2aa5f3c3ef09a78..2da76d6c8e03c1976733e9eefbcbfb65f0053a7c 100644 (file)
@@ -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) {