The following commit has been merged in the ubuntu-master branch:
commit e19bbdf3328e161241e17617d5824cce8e9bfb95
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Thu Oct 30 21:25:47 2008 +0100
[UBUNTU] Packages::DoShow: All Ubuntu suites now seem to have Contents
available
diff --git a/lib/Packages/DoShow.pm b/lib/Packages/DoShow.pm
index 983d290..fb65b2e 100644
--- a/lib/Packages/DoShow.pm
+++ b/lib/Packages/DoShow.pm
@@ -231,9 +231,7 @@ sub do_show {
$d{version} = $versions->{$a} if $multiple_versions;
$d{archive} = $archives->{$a};
if ( ($suite ne "experimental")
- && ($subsection ne 'debian-installer')
- && ($suite !~ /-(backports|updates)$/)
- && ($suite !~ /dapper/)) {
+ && ($subsection ne 'debian-installer')) {
$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]