From 809a2b77109db9740a268ae7db375c2eb98cdfda Mon Sep 17 00:00:00 2001 From: ajt <> Date: Mon, 2 Oct 2000 22:01:44 -0800 Subject: [PATCH] [project @ 2000-10-02 23:01:44 by ajt] Theoretically added a link to packages.debian.org/foo from foo's bug page. --- cgi/pkgreport.cgi | 2 ++ 1 file changed, 2 insertions(+) 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"; -- 2.39.5