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

[SCM] Debian package checker branch, master, updated. 2.3.1-7-g584d465



The following commit has been merged in the master branch:
commit 584d465017e8dcc0dea4c6681cb1b5dc316b344e
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Mon Jan 4 11:40:33 2010 +0000

    Correctly document that the module collects data for binary packages.
    
    * lib/Lintian/Collect/Binary.pm:
      + [ADB] Correct a reference in the documentation indicating that the
        module collects data for source packages.

diff --git a/debian/changelog b/debian/changelog
index 2be6d31..48db450 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,10 @@ lintian (2.3.2) UNRELEASED; urgency=low
     + [RA] Warn if some architectures in a build relation are negated and
       others are not.
 
+  * lib/Lintian/Collect/Binary.pm:
+    + [ADB] Correct a reference in the documentation indicating that the 
+      module collects data for source packages.
+
   * reporting/templates/maintainer.tmpl:
     + [RA] Really fix the logic to optionally display the archive area of
       additional package entries under the same source package.
diff --git a/lib/Lintian/Collect/Binary.pm b/lib/Lintian/Collect/Binary.pm
index 1661d41..cde9edd 100644
--- a/lib/Lintian/Collect/Binary.pm
+++ b/lib/Lintian/Collect/Binary.pm
@@ -314,7 +314,7 @@ packages.
 This module is in its infancy.  Most of Lintian still reads all data from
 files in the laboratory whenever that data is needed and generates that
 data via collect scripts.  The goal is to eventually access all data about
-source packages via this module so that the module can cache data where
+binary packages via this module so that the module can cache data where
 appropriate and possibly retire collect scripts in favor of caching that
 data in memory.
 

-- 
Debian package checker


Reply to: