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

lintian: r1284 - in trunk: debian reporting/templates



Author: rra
Date: 2008-04-26 06:30:46 +0200 (Sat, 26 Apr 2008)
New Revision: 1284

Modified:
   trunk/debian/changelog
   trunk/reporting/templates/maintainer.tmpl
Log:
* reporting/templates/maintainer.tmpl:
  + [RA] Always add anchors to the package names even for uploaders.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-04-26 04:03:43 UTC (rev 1283)
+++ trunk/debian/changelog	2008-04-26 04:30:46 UTC (rev 1284)
@@ -94,6 +94,8 @@
       respects.
     + [RA] Don't consider a maintainer's page error/warning free if there
       are errors or warnings in their co-maintained packages.
+  * reporting/templates/maintainer.tmpl:
+    + [RA] Always add anchors to the package names even for uploaders.
   
   * testset/copyright:
     + [FL] New testcases by Tobias Toedter.  (Closes: #472665)

Modified: trunk/reporting/templates/maintainer.tmpl
===================================================================
--- trunk/reporting/templates/maintainer.tmpl	2008-04-26 04:03:43 UTC (rev 1283)
+++ trunk/reporting/templates/maintainer.tmpl	2008-04-26 04:30:46 UTC (rev 1284)
@@ -55,7 +55,7 @@
                     next unless $info->{code} eq 'E' or $info->{code} eq 'W';
                 }
                 unless ($last) {
-                    if ($anchored || $upload) {
+                    if ($anchored) {
                         $OUT .= qq(    <dt>);
                     } else {
                         $OUT .= qq(    <dt id="$source"><a name="$source">);
@@ -63,7 +63,7 @@
                     $OUT .= "<strong>$source ($version)";
                     $OUT .= ' (Uploader)' if $upload;
                     $OUT .= '</strong>';
-                    if ($anchored || $upload) {
+                    if ($anchored) {
                         $OUT .= qq(</dt>\n    <dd>\n);
                     } else {
                         $OUT .= qq(</a></dt>\n    <dd>\n);


Reply to: