archives="us security backports volatile"
sections="main contrib non-free"
parts="$sections"
-suites="bo hamm slink potato woody sarge sarge-volatile sarge-backports etch etch-volatile etch-backports etch-m68k"
+suites="bo hamm slink potato woody sarge sarge-volatile sarge-backports etch etch-volatile etch-backports"
priorities="required important standard optional extra"
dists="$suites"
architectures="alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc"
# security archive
#
-for dist in slink potato woody sarge
+for dist in slink potato woody sarge etch
do
echo "retrieve Release(.gpg) $dist"
test -d security/${dist} || mkdir -p security/${dist}
delete $ENV{'LC_ALL'};
delete $ENV{'LC_MESSAGES'};
- my %SUITES_ALIAS = ( oldstable => 'etch',
- stable => 'lenny',
- testing => 'squeeze',
- unstable => 'sid',
+ my %SUITES_ALIAS = (
'4.0' => 'etch',
- '5.0' => 'lenny' );
+ '3.1' => 'sarge',
+ '3.0' => 'woody',
+ '2.2' => 'potato',
+ '2.1' => 'slink',
+ '2.0' => 'hamm',
+ '1.3.1' => 'bo',
+ );
# 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} = [ 'sarge' ];
+ $params->{values}{suite}{final} = $opts->{suite} = [ 'etch' ];
}
if (@{$opts->{suite}} > 1) {
main_archive = 'us'
standard_priority = 'optional'
- suite_aliases = {
- etch => 'oldstable',
- lenny => 'stable',
- squeeze => 'testing',
- sid => 'unstable',
- }
-
section_titles = {
main => g('packages that meet the Debian Free Software Guidelines'),
contrib => g('packages that meet the Debian Free Software Guidelines but need software not in Debian main'),
slink => '2.1',
hamm => '2.0',
bo => '1.3.1'}
- current_release = 'sarge'
+ current_release = 'etch'
all_sections = [ 'main', 'contrib', 'non-free' ]
all_architectures = [ 'alpha', 'amd64', 'arm', 'hppa', 'i386', 'ia64',
'mips', 'mipsel', 'powerpc', 's390', 'sparc' ]