Author: djpig
Date: 2008-06-19 02:41:13 +0200 (Thu, 19 Jun 2008)
New Revision: 1400

Modified:
   trunk/debian/changelog
   trunk/reporting/lintian.css
   trunk/reporting/templates/maintainer.tmpl
Log:
* reporting/templates/maintainer.tmpl:
  + Add links to p.d.o and PTS for each source package.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2008-06-19 00:16:27 UTC (rev 1399)
+++ trunk/debian/changelog      2008-06-19 00:41:13 UTC (rev 1400)
@@ -39,6 +39,8 @@
     + [FL] Mark the tag pages with the correct code.
   * reporting/templates/tag.tmpl:
     + [FL] Mark overridden tags.
+  * reporting/templates/maintainer.tmpl:
+    + [FL] Add links to p.d.o and PTS for each source package.
 
  --
 

Modified: trunk/reporting/lintian.css
===================================================================
--- trunk/reporting/lintian.css 2008-06-19 00:16:27 UTC (rev 1399)
+++ trunk/reporting/lintian.css 2008-06-19 00:41:13 UTC (rev 1400)
@@ -241,6 +241,10 @@
     list-style: square;
 }
 
+.info-links {
+    margin-top: 0;
+}
+
 /* Tag type */
 
 h2.tag {

Modified: trunk/reporting/templates/maintainer.tmpl
===================================================================
--- trunk/reporting/templates/maintainer.tmpl   2008-06-19 00:16:27 UTC (rev 
1399)
+++ trunk/reporting/templates/maintainer.tmpl   2008-06-19 00:41:13 UTC (rev 
1400)
@@ -63,6 +63,8 @@
                     $OUT .= "$source ($version)";
                     $OUT .= " [Uploader]" if $upload;
                     $OUT .= "</h2>\n";
+                    $OUT .= qq(<p class="info-links"><a 
href="http://packages.debian.org/src:$source";>Info</a>\n);
+                    $OUT .= qq(  <a 
href="http://packages.qa.debian.org/$source";>PTS</a></p>);
                     $OUT .= qq(  <ul class="report">\n) unless $is_binary;
                 }
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to