r11940 - /scripts/qa/templates/by_category
    tincho-guest at users.alioth.debian.org 
    tincho-guest at users.alioth.debian.org
       
    Thu Jan  3 06:17:10 UTC 2008
    
    
  
Author: tincho-guest
Date: Thu Jan  3 06:17:09 2008
New Revision: 11940
URL: http://svn.debian.org/wsvn/?sc=1&rev=11940
Log:
Add list of binaries when there's more than one or it doesn't match the source
package name.
Modified:
    scripts/qa/templates/by_category
Modified: scripts/qa/templates/by_category
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category?rev=11940&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Thu Jan  3 06:17:09 2008
@@ -52,7 +52,12 @@
         <td>[% IF pkg.notes.size %]<span class="popup">$pkg.name<span
                     class="balloon" style="margin-left:0">[% 
                     pkg.notes.join(', ')
-                    %]</span></span>[% ELSE %]$pkg.name[% END %]</td>
+                    %]</span></span>[% ELSE %]$pkg.name[% END %]
+            [% IF pkg.svn.binaries and pkg.svn.binaries.size > 1 or (
+                pkg.svn.binaries.size and pkg.svn.binaries.first != pkg.name
+            ) %]<span style="font-size: smaller">([%
+                pkg.svn.binaries.join(', ') %])</span>[% END %]
+        </td>
 
         <td[% IF pkg.hilight.svn %] class="todo"[% END %]>
             [% chlog_url = BLOCK %][% pkg.name | format("$wsvn_url")
    
    
More information about the Pkg-perl-cvs-commits
mailing list