X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=lib%2FPackages%2FDoShow.pm;h=422ca7aada6071c445cc31f147bb4e9670f32686;hp=9d6df68541f240871f633e7beeb48e66fd2e1ac2;hb=0f318fa9ad9d473b543a48f46a7714a11283d300;hpb=1cfc9378398a26874c65bcd1a2294dec48fa41f3 diff --git a/lib/Packages/DoShow.pm b/lib/Packages/DoShow.pm index 9d6df68..422ca7a 100644 --- a/lib/Packages/DoShow.pm +++ b/lib/Packages/DoShow.pm @@ -230,8 +230,7 @@ sub do_show { $d{version} = $versions->{$a} if $multiple_versions; $d{archive} = $archives->{$a}; - if ( ($suite ne "experimental") - && ($subsection ne 'debian-installer')) { + if ($subsection ne 'debian-installer') { $d{contents_avail} = 1; } push @downloads, \%d;