The following commit has been merged in the ubuntu-master branch:
commit 0599eda304163e667f335b8920b0f3b306e6fb83
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Fri Feb 15 02:04:10 2008 +0100
Packages::DoIndex: No translated allpackages.*.txt.gz available
The reimplementation of create_index_pages dropped the translated
allpackages.*.txt.gz, so don't try to serve them.
diff --git a/lib/Packages/DoIndex.pm b/lib/Packages/DoIndex.pm
index 3129b0b..e1c5b6d 100644
--- a/lib/Packages/DoIndex.pm
+++ b/lib/Packages/DoIndex.pm
@@ -39,6 +39,9 @@ sub send_file {
"@{$opts->{suite}}" ) );
}
+ if ($opts->{format} eq 'txt.gz') {
+ $opts->{po_lang} = 'en';
+ }
my $wwwdir = "$TOPDIR/www";
my $path = "";
$path .= "source/" if $opts->{source};
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]