]> git.donarmstrong.com Git - debbugs.git/blobdiff - templates/en_US/cgi/bugreport_pkginfo.tmpl
include links to the PTS, buildd, and popcon in the bug report
[debbugs.git] / templates / en_US / cgi / bugreport_pkginfo.tmpl
index 777928ed712adbe064ae74935d88022d52937d4a..c063588d9f9e4f59d00212f936db377ed2de84e3 100644 (file)
                 package_links(maintainer => $package->{maintainer}).qq(; );
      if (exists $package->{source} and not $package->{is_source}) {
        $output .= q(Source for ).package_links(package=>$package->{package}).qq( is ).
-                   package_links(source => $package->{source}).qq(. );
+                   package_links(source => $package->{source}).
+                   q{ (<a href="https://tracker.debian.org/pkg/}.html_escape(uri_escape($package->{source})).qq{">PTS</a>, }.
+                   q{<a href="https://buildd.debian.org/}.html_escape(uri_escape($package->{source})).qq{">buildd</a>, }.
+                   q{<a href="https://qa.debian.org/popcon.php?package=}.html_escape(uri_escape($package->{source})).qq{">popcon</a>)}.
+                   qq(. );
      }
  }
  $output;