From: ajt <> Date: Tue, 3 Oct 2000 06:09:29 +0000 (-0800) Subject: [project @ 2000-10-02 23:09:29 by ajt] X-Git-Tag: release/2.6.0~1257 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fa11d0b0f284f3ad079cac0caf7a5e36f304acba;p=debbugs.git [project @ 2000-10-02 23:09:29 by ajt] Change the text for the general page a bit --- diff --git a/cgi/pkgreport.cgi b/cgi/pkgreport.cgi index 9bf7ae49..765a43d1 100755 --- a/cgi/pkgreport.cgi +++ b/cgi/pkgreport.cgi @@ -81,7 +81,7 @@ 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"; + printf "You might like to refer to the %s package page
\n", "http://packages.debian.org/$pkg", "$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";