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"
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
#
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;
#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) {