From fa11d0b0f284f3ad079cac0caf7a5e36f304acba Mon Sep 17 00:00:00 2001 From: ajt <> Date: Mon, 2 Oct 2000 22:09:29 -0800 Subject: [PATCH] [project @ 2000-10-02 23:09:29 by ajt] Change the text for the general page a bit --- cgi/pkgreport.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.5