[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r1375 - in trunk: debian reporting/templates



Author: rra
Date: 2008-06-11 19:58:55 +0200 (Wed, 11 Jun 2008)
New Revision: 1375

Modified:
   trunk/debian/changelog
   trunk/reporting/templates/maintainer.tmpl
Log:
* reporting/templates/maintainer.tmpl:
  + [RA] Redisplay the tag name for each separate binary package, also
    fixing list nesting problems in some cases.  Patch from Jord?\195?\160
    Polo.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-06-10 23:42:23 UTC (rev 1374)
+++ trunk/debian/changelog	2008-06-11 17:58:55 UTC (rev 1375)
@@ -25,6 +25,10 @@
       for common header and footer parts
   * reporting/templates/index.tmpl:
     + [FL] Remove obsolete reports/ subdirectory from the links.    
+  * reporting/templates/maintainer.tmpl:
+    + [RA] Redisplay the tag name for each separate binary package, also
+      fixing list nesting problems in some cases.  Patch from Jordà
+      Polo.
   * reporting/templates/*.tmpl:
     + [FL] Replace common headers/footers with calls to the
       new head()/foot() functions.

Modified: trunk/reporting/templates/maintainer.tmpl
===================================================================
--- trunk/reporting/templates/maintainer.tmpl	2008-06-10 23:42:23 UTC (rev 1374)
+++ trunk/reporting/templates/maintainer.tmpl	2008-06-11 17:58:55 UTC (rev 1375)
@@ -73,7 +73,7 @@
                 }
 
                 # Display tag name only once.
-                if ($tag ne $info->{tag}) {
+                if ($tag ne $info->{tag} or $new_binary) {
                     $OUT .= "</ul>\n    </li>\n" unless $first or $new_binary;
                     $OUT .= "    <li>\n";
                     $OUT .= qq(      <span class="type-$info->{code}">);


Reply to: