From: ajt <> Date: Tue, 3 Oct 2000 06:01:44 +0000 (-0800) Subject: [project @ 2000-10-02 23:01:44 by ajt] X-Git-Tag: release/2.6.0~1258 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=809a2b77109db9740a268ae7db375c2eb98cdfda;p=debbugs.git [project @ 2000-10-02 23:01:44 by ajt] Theoretically added a link to packages.debian.org/foo from foo's bug page. --- diff --git a/cgi/pkgreport.cgi b/cgi/pkgreport.cgi index 69517c4e..9bf7ae49 100755 --- a/cgi/pkgreport.cgi +++ b/cgi/pkgreport.cgi @@ -80,6 +80,8 @@ if (defined $pkg) { } print "
Note that with multi-binary packages there may be other\n"; print "reports filed under the different binary package names.
\n"; + print "\n"; + printf "This package probably has a general information page
\n", "http://packages.debian.org/$pkg"; } elsif (defined $maint || defined $maintenc) { print "Note that maintainers may use different Maintainer fields for\n"; print "different packages, so there may be other reports filed under\n";