[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#709913: PTS: add links to debian policy checklist in todo frame



Package: qa.debian.org
Severity: whislist

Hi,

attached a patch to add links to the debian policy manual checklist for last 
version and package version.

Thanks,

David
Index: xsl/pts-issues.xsl
===================================================================
--- xsl/pts-issues.xsl	(revisión: 2999)
+++ xsl/pts-issues.xsl	(copia de trabajo)
@@ -104,8 +104,9 @@
     <xsl:if test="standards-version!='' and not(starts-with(standards-version, $lastsv))">
       <li>The package should be updated to follow the last version of
 	<a href="http://www.debian.org/doc/debian-policy/";>Debian Policy</a> (Standards-Version 
-	<xsl:value-of select="$lastsv"/> instead of 
-	<xsl:value-of select="standards-version"/>).</li>
+	<a href="http://www.debian.org/doc/debian-policy/upgrading-checklist.html#s-{$lastsv}.0";><xsl:value-of select="$lastsv"/></a> instead of 
+	<a href="http://www.debian.org/doc/debian-policy/upgrading-checklist.html#s-{standards-version}.0";><xsl:value-of select="standards-version"/></a>).
+      </li>
     </xsl:if>
   </xsl:template>


Reply to: