X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=lib%2FPackages%2FDoShow.pm;h=9f59690589d59ec1745a27dc937fd24ee2bda1b3;hb=6a99f4714326a371636fae11a2613160a32d8c8f;hp=e0c2627782f5811f2b88d693802ba2e31b542108;hpb=d8a7e15834967b6df72ebb495b92f585d9b7fa1b;p=deb%2Fpackages.git diff --git a/lib/Packages/DoShow.pm b/lib/Packages/DoShow.pm index e0c2627..9f59690 100644 --- a/lib/Packages/DoShow.pm +++ b/lib/Packages/DoShow.pm @@ -242,7 +242,7 @@ sub do_show { # more information # my $changesandcopy = 0; - $changesandcopy = 1 if $suite eq "woody"; + $changesandcopy = 1 if suites_cmp($suite, "woody") >= 0; moreinfo( name => $pkg, data => $page, vars => \%contents, opts => $opts, env => \%FTP_SITES, @@ -324,7 +324,7 @@ sub do_show { # more information # my $changesandcopy = 0; - $changesandcopy = 1 if $suite eq "woody"; + $changesandcopy = 1 if suites_cmp($suite, "woody") >= 0; moreinfo( name => $pkg, data => $page, vars => \%contents, opts => $opts, env => \%FTP_SITES, @@ -360,6 +360,7 @@ sub moreinfo { if ($info{sourcedownload}) { $contents->{src}{url} = make_url($source,'',{source=>'source'}); $contents->{src}{pkg} = $source; + $contents->{src}{version} = $source_version; my @downloads; my $files = $page->get_src( 'files' );