]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2000-10-02 23:01:44 by ajt]
authorajt <>
Tue, 3 Oct 2000 06:01:44 +0000 (22:01 -0800)
committerajt <>
Tue, 3 Oct 2000 06:01:44 +0000 (22:01 -0800)
Theoretically added a link to packages.debian.org/foo from foo's bug page.

cgi/pkgreport.cgi

index 69517c4e09eb35ec4eac253f03232c6604c24b18..9bf7ae493c0780535bb1ede7d48d99a0579331ff 100755 (executable)
@@ -80,6 +80,8 @@ if (defined $pkg) {
     }
     print "<p>Note that with multi-binary packages there may be other\n";
     print "reports filed under the different binary package names.</p>\n";
+    print "\n";
+    printf "<p>This package probably has a general <a href=\"%s\">information page</a></p>\n", "http://packages.debian.org/$pkg";
 } elsif (defined $maint || defined $maintenc) {
     print "<p>Note that maintainers may use different Maintainer fields for\n";
     print "different packages, so there may be other reports filed under\n";