]> git.deb.at Git - deb/packages.git/commitdiff
[UBUNTU] No Contents for dapper available currently
authorFrank Lichtenheld <frank@lichtenheld.de>
Thu, 21 Feb 2008 20:09:16 +0000 (21:09 +0100)
committerFrank Lichtenheld <frank@lichtenheld.de>
Thu, 21 Feb 2008 20:09:16 +0000 (21:09 +0100)
See also https://bugs.launchpad.net/soyuz/+bug/185130/

lib/Packages/DoShow.pm

index bd7860f04f4953b5cd400b361c6567f96805bf8d..13afcbc4eadf6f09317ff99e057fe0c479f7eda7 100644 (file)
@@ -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;