]> git.deb.at Git - deb/packages.git/commitdiff
[UBUNTU] Packages::DoShow: All Ubuntu suites now seem to have Contents available
authorFrank Lichtenheld <frank@lichtenheld.de>
Thu, 30 Oct 2008 20:25:47 +0000 (21:25 +0100)
committerFrank Lichtenheld <frank@lichtenheld.de>
Thu, 30 Oct 2008 20:25:47 +0000 (21:25 +0100)
lib/Packages/DoShow.pm

index 983d290293f5a38ad58e938e4a666f453d0eeba7..fb65b2eb53735abb48e9733e191421f7c51e0eca 100644 (file)
@@ -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;