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

[SCM] Debian package checker branch, master, updated. 2.1.2-2-ge75343d



The following commit has been merged in the master branch:
commit e75343d8743e8ff512e705767040458be4aad7ba
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Sun Dec 14 18:01:24 2008 +0000

    More clearly separate tags for a source and binary package with the same name
    
    * reporting/templates/maintainer.tmpl:
      + Separate tags affecting a binary package from those of a source
        package with the same name when the binary is the first package
        produced from the source for which there are issues.

diff --git a/debian/changelog b/debian/changelog
index 793d854..67b5314 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ lintian (2.1.3) UNRELEASED; urgency=low
       package, rather than merging them in to whichever binary package
       was last displayed (or the source package if the udeb is first
       alphabetically).
+    + [ADB] Separate tags affecting a binary package from those of a source
+      package with the same name when the binary is the first package produced
+      from the source for which there are issues.
 
  -- Adam D. Barratt <adam@adam-barratt.org.uk>  Sun, 14 Dec 2008 17:20:38 +0000
 
diff --git a/reporting/templates/maintainer.tmpl b/reporting/templates/maintainer.tmpl
index 987d03d..f7f0353 100644
--- a/reporting/templates/maintainer.tmpl
+++ b/reporting/templates/maintainer.tmpl
@@ -121,7 +121,7 @@
                 }
 
                 $first = 0;
-                $binary = $info->{package};
+                $binary = $info->{package} if $is_binary;
                 $tag = $info->{tag};
             }
             $OUT .= "</ul>\n    </li>\n  </ul>\n";

-- 
Debian package checker


Reply to: