The following commit has been merged in the ubuntu-master branch:
commit cbb730b54128ae5a5783ebaab1ba674341c12a86
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date:   Wed Feb 6 19:00:00 2008 +0100

    [UBUNTU] Packages::DoShow: Don't set contents_avail for 
*-{backports,updates}

diff --git a/lib/Packages/DoShow.pm b/lib/Packages/DoShow.pm
index f40d1a2..bd7860f 100644
--- a/lib/Packages/DoShow.pm
+++ b/lib/Packages/DoShow.pm
@@ -231,7 +231,8 @@ sub do_show {
                            $d{version} = $versions->{$a} if $multiple_versions;
                            $d{archive} = $archives->{$a};
                            if ( ($suite ne "experimental")
-                                && ($subsection ne 'debian-installer')) {
+                                && ($subsection ne 'debian-installer')
+                                && ($suite !~ /-(backports|updates)$/)) {
                                $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]

Reply via email to