X-Git-Url: https://git.deb.at/?a=blobdiff_plain;ds=sidebyside;f=lib%2FPackages%2FDoShow.pm;h=13afcbc4eadf6f09317ff99e057fe0c479f7eda7;hb=6b043bd41b03c43eb245ae0cfef9c9fd7102bcb5;hp=bd7860f04f4953b5cd400b361c6567f96805bf8d;hpb=80461ea150247d6ebcd62c12f4112d0b4432ee24;p=deb%2Fpackages.git diff --git a/lib/Packages/DoShow.pm b/lib/Packages/DoShow.pm index bd7860f..13afcbc 100644 --- a/lib/Packages/DoShow.pm +++ b/lib/Packages/DoShow.pm @@ -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;