foreach (@complete_tags) {
my ($facet, $tag) = split( /::/, $_, 2);
if ($tag =~ s/^\{(.+)\}$/$1/) {
+ warn "pkg=$data{package} tags=$data{tag}\n" unless $facet && $tag;
foreach (split( /,/, $tag )) {
push @tags, "${facet}::$_";
}
} else {
+ warn "pkg=$data{package} tags=$data{tag}\n" unless $facet && $tag;
push @tags, "${facet}::$tag";
}
}
archives="us security debports backports volatile"
sections="main contrib non-free"
parts="$sections"
-suites="etch etch-m68k etch-volatile etch-backports lenny lenny-volatile sid experimental"
+suites="etch etch-m68k etch-volatile etch-backports lenny lenny-volatile lenny-backports squeeze sid experimental"
priorities="required important standard optional extra"
dists="$suites"
architectures="alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-i386 kfreebsd-amd64 m68k mips mipsel powerpc s390 sparc"
arch_etch="alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc"
arch_lenny="${arch_etch} armel"
-arch_sid="${arch_lenny} hurd-i386 kfreebsd-i386 kfreebsd-amd64 m68k"
+arch_squeeze="${arch_lenny}"
+arch_sid="${arch_squeeze} hurd-i386 kfreebsd-i386 kfreebsd-amd64 m68k"
arch_experimental="${arch_sid}"
arch_lenny_proposed_updates="${arch_lenny}"
arch_etch_proposed_updates="${arch_etch}"
# backports archive
#
-for dist in etch
+for dist in etch lenny
do
echo "retrieve Release(.gpg) $dist-backports"
test -d backports/${dist}-backports || mkdir -p backports/${dist}-backports
return length( $v1 ) <=> length( $v2 );
}
-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 dapper edgy feisty gutsy hardy intrepid jaunty);
+our @SUITES_SORT = qw( woody
+ sarge
+ oldstable
+ etch etch-m68k
+ stable stable-proposed-updates
+ lenny
+ testing testing-proposed-updates
+ squeeze
+ sid unstable experimental
+ warty hoary breezy dapper edgy feisty gutsy hardy intrepid jaunty);
our @ARCHIVE_SORT = qw( non-US security updates volatile backports );
our @PRIORITY_SORT = qw( required important standard optional extra );
my $i = 1000;
delete $ENV{'LC_ALL'};
delete $ENV{'LC_MESSAGES'};
- my %SUITES_ALIAS = ( #oldstable => 'sarge',
- stable => 'etch',
- testing => 'lenny',
+ my %SUITES_ALIAS = ( oldstable => 'etch',
+ stable => 'lenny',
+ testing => 'squeeze',
unstable => 'sid',
- '4.0' => 'etch' );
+ '4.0' => 'etch',
+ '5.0' => 'lenny' );
# 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} = [ 'etch' ];
+ $params->{values}{suite}{final} = $opts->{suite} = [ 'lenny' ];
}
if (@{$opts->{suite}} > 1) {
my %fallback_suites = (
'etch-backports' => 'etch',
'etch-volatile' => 'etch',
+ 'lenny-backports' => 'lenny',
+ 'lenny-volatile' => 'lenny',
experimental => 'sid' );
sub read_entry_simple {
-%]
[%-
all_suites = [ 'etch', 'etch-m68k', 'etch-volatile', 'etch-backports',
- 'lenny', 'lenny-volatile', 'sid' ]
+ 'lenny', 'lenny-volatile', 'lenny-backports', 'squeeze', 'sid' ]
version_numbers = { sarge => '3.1',
- etch => '4.0' }
- current_release = 'etch'
+ etch => '4.0',
+ lenny => '5.0' }
+ current_release = 'lenny'
all_sections = [ 'main', 'contrib', 'non-free' ]
all_architectures = [ 'alpha', 'arm', 'armel', 'amd64', 'hppa', 'i386',
'ia64', 'kfreebsd-amd64', 'kfreebsd-i386', 'mips',
- 'mipsel', 'powerpc', 's390', 'sparc' ]
+ 'mipsel', 'm68k', 'powerpc', 's390', 'sparc' ]
-%]
<p>This site provides you with information about all the packages
standard_priority = 'optional'
suite_aliases = {
- sarge => 'oldstable',
- etch => 'stable',
- lenny => 'testing',
+ etch => 'oldstable',
+ lenny => 'stable',
+ squeeze => 'testing',
sid => 'unstable',
}