From: Don Armstrong Date: Sat, 9 Aug 2008 18:45:34 +0000 (-0700) Subject: * accept dist like we're supposed to X-Git-Tag: release/2.6.0~485^2~1 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=dc8255be9b0da503ea31b1310d033ee7be79c793 * accept dist like we're supposed to --- diff --git a/Debbugs/CGI/Pkgreport.pm b/Debbugs/CGI/Pkgreport.pm index 51ebe42..ab161ea 100644 --- a/Debbugs/CGI/Pkgreport.pm +++ b/Debbugs/CGI/Pkgreport.pm @@ -248,6 +248,7 @@ sub short_bug_status_html { '&version_url' => \&Debbugs::CGI::version_url, '&secs_to_english' => \&Debbugs::Common::secs_to_english, '&strftime' => \&POSIX::strftime, + '&maybelink' => \&Debbugs::CGI::maybelink, }, ); @@ -403,6 +404,9 @@ sub pkg_htmlizebugs { options => {type => HASHREF, default => {}, }, + dist => {type => SCALAR, + optional => 1, + }, } ); my @bugs = @{$param{bugs}};