r20293 - /scripts/qa/templates/pkginfo

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu May 22 14:34:59 UTC 2008


Author: dmn
Date: Thu May 22 14:34:55 2008
New Revision: 20293

URL: http://svn.debian.org/wsvn/?sc=1&rev=20293
Log:
when checking for arrays, convert the argument to a list and see if it has more than one element

Modified:
    scripts/qa/templates/pkginfo

Modified: scripts/qa/templates/pkginfo
URL: http://svn.debian.org/wsvn/scripts/qa/templates/pkginfo?rev=20293&op=diff
==============================================================================
--- scripts/qa/templates/pkginfo (original)
+++ scripts/qa/templates/pkginfo Thu May 22 14:34:55 2008
@@ -13,7 +13,7 @@
             [% END %]
             [% END # FOREACH v.keys %]
         </table>
-    [% ELSIF (v.size > 1) %]
+    [% ELSIF (v.list.size > 1) %]
         <table>
         [% FOREACH i IN v.list %]
         <tr>




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