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

[SCM] Debian package checker branch, master, updated. 2.3.1-8-g117f325



The following commit has been merged in the master branch:
commit 117f3257e522bdd44530ce3069bffec8d7443881
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Mon Jan 4 12:09:44 2010 +0000

    Update Lintian::Collect's documentation to include Collect::Binary
    
    * lib/Lintian/Collect.pm:
      + [ADB] Update the documentation to reflect the existence of
        Lintian::Collect::Binary.

diff --git a/debian/changelog b/debian/changelog
index 48db450..9e7f573 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,9 @@ 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.pm:
+    + [ADB] Update the documentation to reflect the existence of
+      Lintian::Collect::Binary.
   * lib/Lintian/Collect/Binary.pm:
     + [ADB] Correct a reference in the documentation indicating that the 
       module collects data for source packages.
diff --git a/lib/Lintian/Collect.pm b/lib/Lintian/Collect.pm
index e9765d0..cf74185 100644
--- a/lib/Lintian/Collect.pm
+++ b/lib/Lintian/Collect.pm
@@ -104,10 +104,8 @@ data in memory.
 
 =item new(PACKAGE, TYPE)
 
-Creates a new object appropriate to the package type.  Currently, the only
-TYPE supported is C<source>, which creates a new Lintian::Collect::Source
-object and returns it.  TYPE can be retrieved later with the type()
-method.  Returns undef an unknown TYPE.
+Creates a new object appropriate to the package type.  TYPE can be 
+retrieved later with the type() method.  Returns undef an unknown TYPE.
 
 PACKAGE is the name of the package and is stored in the collect object.
 It can be retrieved with the name() method.
@@ -117,8 +115,8 @@ It can be retrieved with the name() method.
 =head1 INSTANCE METHODS
 
 In addition to the instance methods documented here, see the documentation
-of Lintian::Collect::Source for instance methods specific to source
-packages.
+of Lintian::Collect::Source and Lintian::Collect::Binary for instance 
+methods specific to source and binary / udeb packages.
 
 =over 4
 
@@ -148,7 +146,7 @@ Originally written by Russ Allbery <rra@debian.org> for Lintian.
 
 =head1 SEE ALSO
 
-lintian(1), Lintian::Collect::Source(3)
+lintian(1), Lintian::Collect::Binary(3), Lintian::Collect::Source(3)
 
 =cut
 

-- 
Debian package checker


Reply to: