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

[SCM] Debian package checker branch, master, updated. 2.1.0-21-gd15f010



The following commit has been merged in the master branch:
commit d15f01046d931e17eda51db31cefcebeaa4e129f
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Sun Dec 7 15:41:10 2008 +0000

    Add changelog entries for the "don't call lintian-info" changes

diff --git a/debian/changelog b/debian/changelog
index 7d6d0c1..ed4d375 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,19 +27,37 @@ lintian (2.1.1) unstable; urgency=low
       to the spawned file / md5sum.  By default the handles were non-blocking
       which could lead to problems with larger file lists.  (Closes: #507461)
 
+  * frontend/lintian:
+    + [ADB] Don't call lintian-info when --info is specified.  Set a new
+      flag on the Lintian::Output module instead.
+  * frontend/lintian-info:
+    + [ADB] Add missing "use Text_Utils".  It used to be indirectly pulled
+      in via Read_taginfo.
+
+  * lib/Lintian/Output{.pm,/*.pm}:
+    + [ADB] Flag a tag as issued when printing it.
   * lib/Lintian/Output.pm:
     + [ADB] Make sure the default list of colours is initialised before
       attempting to use it.  Thanks, gregor herrmann.  (Closes: #507241)
+    + [ADB] Maintain a list of tags which have been issued.
+    + [ADB] Optionally include the description of a tag when displaying it.
   * lib/Lintian/Output/ColonSeparated.pm:
     + [ADB] Fix uninitialized value warnings by displaying the type code
       rather than the (no longer present in description files) Type field
       and handling non-overriden tags.
+  * lib/Lintian/Output/LetterQualifier.pm:
+    + [ADB] Optionally include the description of a tag when displaying it.
   * lib/Lintian/Output/XML.pm:
     + [ADB] Add a missing angle bracket to the closing "tag" tag, so that
       the XML is well-formed.
 
   * lib/Lab.pm:
     + [FL] Fix breakage of populate_with_dist() I introduced in 2.1.0.
+  * lib/Read_taginfo.pm:
+    + [ADB] Move the work of formatting a tag's description to a separate
+      function so that it can be called from multiple locations.
+    + [ADB] Properly export those functions which are called from other
+      modules.
   * lib/Spelling.pm:
     + [RA] Don't add unnecessary backslashes in the list of spelling
       corrections.  They're copied into the output.  Thanks, Micah
@@ -47,6 +65,13 @@ lintian (2.1.1) unstable; urgency=low
   * lib/Tags.pm:
     + [ADB] Don't output a "Processing binary package foo.changes" message.
       Thanks Sandro Tosi for pointing the issue out.
+  * lib/Text_utils.pm:
+    + [ADB] Properly export those functions which are called from other
+      modules.
+
+  * reporting/html_reports:
+    + [ADB] Add missing "use Text_Utils".  It used to be indirectly pulled
+      in via Read_taginfo.
 
  -- Adam D. Barratt <adam@adam-barratt.org.uk>  Fri, 28 Nov 2008 21:47:33 +0000
 

-- 
Debian package checker


Reply to: