From: Frank Lichtenheld Date: Thu, 30 Oct 2008 20:25:47 +0000 (+0100) Subject: [UBUNTU] Packages::DoShow: All Ubuntu suites now seem to have Contents available X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=e19bbdf3328e161241e17617d5824cce8e9bfb95;p=deb%2Fpackages.git [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;