r20284 - /scripts/qa/templates/pkginfo

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu May 22 12:20:15 UTC 2008


Author: dmn
Date: Thu May 22 12:20:13 2008
New Revision: 20284

URL: http://svn.debian.org/wsvn/?sc=1&rev=20284
Log:
add support fir hashes

Modified:
    scripts/qa/templates/pkginfo

Modified: scripts/qa/templates/pkginfo
URL: http://svn.debian.org/wsvn/scripts/qa/templates/pkginfo?rev=20284&op=diff
==============================================================================
--- scripts/qa/templates/pkginfo (original)
+++ scripts/qa/templates/pkginfo Thu May 22 12:20:13 2008
@@ -4,7 +4,12 @@
 [% BLOCK show %]
     [% IF v.keys %]
         <table>
-            <tr><td>hash not implemented</td></tr>
+            [% FOREACH k IN v.keys %]
+            <tr>
+                <td>${k|html}</td>
+                <td>[% INCLUDE show v=v.$k %]</td>
+            </tr>
+            [% END %]
         </table>
     [% ELSIF (v.size > 1) %]
         <table>




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