From: Frank Lichtenheld Date: Sun, 21 Oct 2007 00:51:20 +0000 (+0200) Subject: [UBUNTU] Add hardy and make gutsy default X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=f909d7655f462eb2285e07a755474796c8cf9e17 [UBUNTU] Add hardy and make gutsy default --- diff --git a/config.sh.sed.in b/config.sh.sed.in index 224bcde..f6b77f9 100644 --- a/config.sh.sed.in +++ b/config.sh.sed.in @@ -38,7 +38,7 @@ ddtplangs="ca cs da de eo es fi fr go hu it ja km_KH ko nl pl pt pt_BR ru sk sv archives="us security" sections="main multiverse restricted universe" parts="${sections}" -suites="dapper dapper-updates dapper-backports edgy edgy-updates edgy-backports feisty feisty-updates feisty-backports gutsy" +suites="dapper dapper-updates dapper-backports edgy edgy-updates edgy-backports feisty feisty-updates feisty-backports gutsy gutsy-updates gutsy-backports hardy" dists="${suites}" priorities="required important standard optional extra" architectures="i386 amd64 powerpc" @@ -52,6 +52,11 @@ arch_feisty="${arch_edgy}" arch_feisty_updates="${arch_feisty}" arch_feisty_backports="${arch_feisty}" arch_gutsy="${arch_feisty}" +arch_gutsy_updates="${arch_gutsy}" +arch_gutsy_backports="${arch_gutsy}" +arch_hardy="${arch_gutsy}" +arch_hardy_updates="${arch_hardy}" +arch_hardy_backports="${arch_hardy}" # Miscellaneous # diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm index d8d8282..cde0001 100644 --- a/lib/Deb/Versions.pm +++ b/lib/Deb/Versions.pm @@ -155,7 +155,7 @@ sub _lcmp { our @SUITES_SORT = qw( woody oldstable sarge stable stable-proposed-updates etch etch-m68k testing testing-proposed-updates lenny sid unstable experimental - warty hoary breezy breezy dapper edgy feisty gutsy ); + warty hoary breezy breezy dapper edgy feisty gutsy hardy ); our @ARCHIVE_SORT = qw( non-US security updates volatile backports ); our @PRIORITY_SORT = qw( required important standard optional extra ); my $i = 1000; diff --git a/lib/Packages/DoSearchContents.pm b/lib/Packages/DoSearchContents.pm index bf680b9..73955d3 100644 --- a/lib/Packages/DoSearchContents.pm +++ b/lib/Packages/DoSearchContents.pm @@ -32,7 +32,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} = [ 'feisty' ]; + $params->{values}{suite}{final} = $opts->{suite} = [ 'gutsy' ]; } if (@{$opts->{suite}} > 1) {