X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=lib%2FPackages%2FDoShow.pm;h=9f59690589d59ec1745a27dc937fd24ee2bda1b3;hb=c8000dac9ac2059ffe41951ff5376dadcf8eb2b2;hp=388cc034e344f705d8c278cf2d4fc6fee10cbd2c;hpb=9083dcf3a523120cfb4cd905d26dada501678aea;p=deb%2Fpackages.git diff --git a/lib/Packages/DoShow.pm b/lib/Packages/DoShow.pm index 388cc03..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,