r13952 - /scripts/qa/templates/by_category

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Fri Feb 1 10:22:48 UTC 2008


Author: tincho-guest
Date: Fri Feb  1 10:22:48 2008
New Revision: 13952

URL: http://svn.debian.org/wsvn/?sc=1&rev=13952
Log:
Some maintainers weren't shown

Modified:
    scripts/qa/templates/by_category

Modified: scripts/qa/templates/by_category
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category?rev=13952&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Fri Feb  1 10:22:48 2008
@@ -35,8 +35,15 @@
 [% END #BLOCK %]
 
 [% MACRO check_maint(pkg, s) BLOCK %]
-[% ngkey = "${s}_foreign" %]
-[% nmkey = "${s}_nonmaint" %]
+[% IF s == "svn";
+ngkey = "svn_foreign";
+nmkey = "svn_nonmaint";
+mdata = pkg.svn;
+ELSE;
+ngkey = "archive_foreign";
+nmkey = "archive_nonmaint";
+mdata = pkg.archive.control;
+END %]
 [% IF pkg.status.$ngkey OR pkg.status.$nmkey %]
 <span class="popup">
     <span class="non-group">
@@ -52,7 +59,7 @@
             package
             [% END %]
         </div>
-        [% show_maint(pkg.$s) %]
+        [% show_maint(mdata) %]
     </span>
 </span>
 [% END #IF %]




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