From: Frank Lichtenheld Date: Sun, 11 May 2008 20:22:42 +0000 (+0200) Subject: [ARCHIVE] I don't extract changelogs, yet X-Git-Url: https://git.deb.at/?a=commitdiff_plain;ds=sidebyside;h=42fd2268e7df7f2d4e07eba798221231f63a6206;p=deb%2Fpackages.git [ARCHIVE] I don't extract changelogs, yet --- diff --git a/lib/Packages/DoShow.pm b/lib/Packages/DoShow.pm index f210e04..3964e78 100644 --- a/lib/Packages/DoShow.pm +++ b/lib/Packages/DoShow.pm @@ -245,7 +245,7 @@ sub do_show { opts => $opts, env => \%FTP_SITES, bugreports => 1, sourcedownload => 1, - changesandcopy => 1, maintainers => 1, + changesandcopy => 0, maintainers => 1, search => 1 ); } else { # unless $page->is_virtual $contents{is_virtual} = 1; @@ -325,7 +325,7 @@ sub do_show { opts => $opts, env => \%FTP_SITES, bugreports => 1, - changesandcopy => 1, maintainers => 1, + changesandcopy => 0, maintainers => 1, search => 1, is_source => 1 ); } # else (unless $opts->{source})