The following commit has been merged in the ubuntu-master branch:
commit 6b043bd41b03c43eb245ae0cfef9c9fd7102bcb5
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Thu Feb 21 21:09:16 2008 +0100
[UBUNTU] No Contents for dapper available currently
See also https://bugs.launchpad.net/soyuz/+bug/185130/
diff --git a/lib/Packages/DoShow.pm b/lib/Packages/DoShow.pm
index bd7860f..13afcbc 100644
--- a/lib/Packages/DoShow.pm
+++ b/lib/Packages/DoShow.pm
@@ -232,7 +232,8 @@ sub do_show {
$d{archive} = $archives->{$a};
if ( ($suite ne "experimental")
&& ($subsection ne 'debian-installer')
- && ($suite !~ /-(backports|updates)$/)) {
+ && ($suite !~ /-(backports|updates)$/)
+ && ($suite !~ /dapper/)) {
$d{contents_avail} = 1;
}
push @downloads, \%d;
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]