archives="us security debports backports volatile"
sections="main contrib non-free"
parts="$sections"
-suites="lenny lenny-volatile lenny-backports lenny-backports-sloppy squeeze squeeze-backports sid experimental"
+suites="lenny lenny-volatile lenny-backports lenny-backports-sloppy squeeze squeeze-backports wheezy sid experimental"
priorities="required important standard optional extra"
dists="$suites"
architectures="alpha amd64 arm armel avr32 hppa hurd-i386 i386 ia64 kfreebsd-i386 kfreebsd-amd64 m68k mips mipsel powerpc powerpcspe s390 sh4 sparc sparc64"
arch_lenny="alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc"
arch_squeeze="alpha amd64 armel hppa i386 ia64 kfreebsd-i386 kfreebsd-amd64 mips mipsel powerpc s390 sparc"
+arch_wheezy="${arch_squeeze}"
arch_sid="${arch_squeeze} avr32 hurd-i386 m68k powerpcspe sh4 sparc64"
arch_experimental="${arch_sid}"
arch_lenny_proposed_updates="${arch_lenny}"
# security archive
#
-for dist in etch lenny
+for dist in etch lenny squeeze
do
echo "retrieve Release(.gpg) $dist"
test -d security/${dist} || mkdir -p security/${dist}
sarge
oldstable
etch etch-m68k
- stable stable-proposed-updates
lenny
- testing testing-proposed-updates
+ stable stable-proposed-updates
squeeze
+ testing testing-proposed-updates
+ wheezy
sid unstable experimental
warty hoary breezy dapper edgy feisty gutsy hardy
intrepid jaunty karmic lucid maverick);
delete $ENV{'LC_ALL'};
delete $ENV{'LC_MESSAGES'};
- my %SUITES_ALIAS = ( oldstable => 'etch',
- stable => 'lenny',
- testing => 'squeeze',
+ my %SUITES_ALIAS = ( oldstable => 'lenny',
+ stable => 'squeeze',
+ testing => 'wheezy',
unstable => 'sid',
- '4.0' => 'etch',
- '5.0' => 'lenny' );
+ '5.0' => 'lenny',
+ '6.0' => 'squeeze' );
# Read in all the variables set by the form
my $input;
#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} = [ 'lenny' ];
+ $params->{values}{suite}{final} = $opts->{suite} = [ 'squeeze' ];
}
if (@{$opts->{suite}} > 1) {
standard_priority = 'optional'
suite_aliases = {
- etch => 'oldstable',
- lenny => 'stable',
- squeeze => 'testing',
+ lenny => 'oldstable',
+ squeeze => 'stable',
+ wheezy => 'testing',
sid => 'unstable',
}
keywords = g('Packages')
-%]
[%-
- all_suites = [ 'lenny', 'lenny-volatile', 'lenny-backports', 'lenny-backports-sloppy', 'squeeze', 'squeeze-backports', 'sid' ]
+ all_suites = [ 'lenny', 'lenny-volatile', 'lenny-backports', 'lenny-backports-sloppy', 'squeeze', 'squeeze-backports', 'wheezy', 'sid' ]
version_numbers = { sarge => '3.1',
etch => '4.0',
- lenny => '5.0' }
- current_release = 'lenny'
+ lenny => '5.0',
+ squeeze => '6.0' }
+ current_release = 'squeeze'
all_sections = [ 'main', 'contrib', 'non-free' ]
all_architectures = [ 'alpha', 'arm', 'armel', 'amd64', 'avr32', 'hppa', 'i386',
'ia64', 'kfreebsd-amd64', 'kfreebsd-i386', 'mips',