r13142 - /scripts/qa/templates/by_category

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Mon Jan 21 14:27:34 UTC 2008


Author: tincho-guest
Date: Mon Jan 21 14:27:33 2008
New Revision: 13142

URL: http://svn.debian.org/wsvn/?sc=1&rev=13142
Log:
For packages that are NEW, and have no version in unstable: link to ftp-master
page instead of PTS.

Modified:
    scripts/qa/templates/by_category

Modified: scripts/qa/templates/by_category
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category?rev=13142&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Mon Jan 21 14:27:33 2008
@@ -89,8 +89,13 @@
         </td>
 
         <td[% IF pkg.hilight.archive %] class="todo"[% END %]>
-            [% IF arch_ver %]<a href="http://packages.qa.debian.org/$pkg.name"
-                >$arch_ver</a>[% END #IF %]
+            [% IF arch_ver %]
+            [% IF arch_src != "new" OR pkg.archive.unstable %]
+            <a href="http://packages.qa.debian.org/$pkg.name">$arch_ver</a>
+            [% ELSE %]
+            <a href="http://ftp-master.debian.org/new/${pkg.name}_${arch_ver}.html">$arch_ver</a>
+            [% END #IF %]
+            [% END #IF %]
             [% IF arch_src AND arch_src != "unstable" %]
             ($arch_src)
             [% END #IF %]




More information about the Pkg-perl-cvs-commits mailing list