------------------------------------------------------------
revno: 878
committer: Debian BTS <[EMAIL PROTECTED]>
branch nick: debian
timestamp: Sat 2008-08-09 18:56:39 +0000
message:
  merge changes from don
    ------------------------------------------------------------
    revno: 721.1.13.1.1.2.2.1.1.1.421
    merged: [EMAIL PROTECTED]
    committer: Don Armstrong <[EMAIL PROTECTED]>
    branch nick: source
    timestamp: Sat 2008-08-09 11:55:08 -0700
    message:
       * pass dist on like it should be
    ------------------------------------------------------------
    revno: 721.1.13.1.1.2.2.1.1.1.420
    merged: [EMAIL PROTECTED]
    committer: Don Armstrong <[EMAIL PROTECTED]>
    branch nick: source
    timestamp: Sat 2008-08-09 11:45:34 -0700
    message:
       * accept dist like we're supposed to
=== modified file 'Debbugs/CGI/Pkgreport.pm'
--- Debbugs/CGI/Pkgreport.pm    2008-08-09 18:50:23 +0000
+++ Debbugs/CGI/Pkgreport.pm    2008-08-09 18:56:10 +0000
@@ -248,6 +248,7 @@
                                           '&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 @@
                                          options  => {type => HASHREF,
                                                       default => {},
                                                      },
+                                         dist     => {type => SCALAR,
+                                                      optional => 1,
+                                                     },
                                         }
                              );
      my @bugs = @{$param{bugs}};

=== modified file 'cgi/pkgreport.cgi'
--- cgi/pkgreport.cgi   2008-08-09 18:50:23 +0000
+++ cgi/pkgreport.cgi   2008-08-09 18:56:10 +0000
@@ -428,6 +428,7 @@
                             exclude => $exclude,
                             this => $this,
                             options => \%param,
+                            (exists $param{dist})?(dist    => $param{dist}):(),
                            );
 
 print "Content-Type: text/html; charset=utf-8\n\n";

Reply via email to