r5982 - /scripts/qa/versioncheck-html
dmn at users.alioth.debian.org
dmn at users.alioth.debian.org
Thu Jul 26 09:54:53 UTC 2007
Author: dmn
Date: Thu Jul 26 09:54:53 2007
New Revision: 5982
URL: http://svn.debian.org/wsvn/?sc=1&rev=5982
Log:
Make package name link to the PTS; add link to the BTS
Modified:
scripts/qa/versioncheck-html
Modified: scripts/qa/versioncheck-html
URL: http://svn.debian.org/wsvn/scripts/qa/versioncheck-html?rev=5982&op=diff
==============================================================================
--- scripts/qa/versioncheck-html (original)
+++ scripts/qa/versioncheck-html Thu Jul 26 09:54:53 2007
@@ -115,7 +115,7 @@
if [ "$UPCUR" != "$UPNEW" -o "$RE" != "$PA" -a "$RE" != "$IN" -a "$RE" != "$NE" ]; then
echo "<tr>"
- echo "<td>$P</td>"
+ echo "<td><a http://packages.qa.debian.org/$P">$P</a> <span style="font-size: smaller"><a href="http://bugs.debian.org/src:$P">bts</a></span></td>"
echo -n "<td"
if [ "$RE" != "$PA" ] ; then
echo -n " class='upload'"
More information about the Pkg-perl-cvs-commits
mailing list