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

[SCM] Debian package checker branch, master, updated. 2.1.2-1-g18eab95



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

    Correctly display tags for udeb packages on maintainer pages.
    
    * reporting/templates/maintainer.tmpl:
      + Print tags affecting udeb packages under a heading for that
        package, rather than merging them in to whichever binary package
        was last displayed (or the source package if the udeb is first
        alphabetically).

diff --git a/debian/changelog b/debian/changelog
index 49b1689..793d854 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+lintian (2.1.3) UNRELEASED; urgency=low
+
+  * reporting/templates/maintainer.tmpl:
+    + [ADB] Print tags affecting udeb packages under a heading for that
+      package, rather than merging them in to whichever binary package
+      was last displayed (or the source package if the udeb is first
+      alphabetically).
+
+ -- Adam D. Barratt <adam@adam-barratt.org.uk>  Sun, 14 Dec 2008 17:20:38 +0000
+
 lintian (2.1.2) unstable; urgency=low
 
   * frontend/lintian:
diff --git a/reporting/templates/maintainer.tmpl b/reporting/templates/maintainer.tmpl
index f4cb013..987d03d 100644
--- a/reporting/templates/maintainer.tmpl
+++ b/reporting/templates/maintainer.tmpl
@@ -77,7 +77,7 @@
                     next unless $info->{code} eq 'E' or $info->{code} eq 'W';
                 }
 
-                my $is_binary = $info->{type} eq "binary";
+                my $is_binary = ($info->{type} eq "binary" or $info->{type} eq "udeb");
                 my $new_binary = $info->{package} ne $binary if $is_binary;
 
                 if ($first) {

-- 
Debian package checker


Reply to: