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

[SCM] Debian package checker branch, master, updated. 2.5.1-117-g32f81bc



The following commit has been merged in the master branch:
commit 32f81bc86e55daab3e63c6636303b0f339173edd
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Jul 17 13:03:10 2011 +0200

    Removed all references to unpack level in the man page
    
    Also clarified that some argumentes/actions only makes sense for
    static labs.

diff --git a/debian/changelog b/debian/changelog
index d274e2f..8624686 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -199,6 +199,10 @@ lintian (2.5.2) UNRELEASED; urgency=low
     + [NT] Documented the new --profile option.  Note that the
       options --suppress-tags{,-from-file} now supresses tags
       in the active profile.
+    + [NT] Removed all refereces to "unpack-level".  All unpack
+      levels have been replaced by collections.
+    + [NT] Clarified that some command-line arguments are only
+      useful when using a static lintian lab.
   * man/lintian-info.pod:
     + [NT] Documented the new --profile option.
 
diff --git a/man/lintian.pod.in b/man/lintian.pod.in
index 76be2c4..39b988c 100644
--- a/man/lintian.pod.in
+++ b/man/lintian.pod.in
@@ -81,16 +81,17 @@ together with B<--profile>.
 
 =item B<-r>, B<--remove>
 
-Clean up the lintian directory of the specified packages up to the
-current unpack level.  The default unpack level is 0 for this option.
+Removed the specified packages from the lintian lab.  This is only
+useful with static labs.
 
 =item B<-R>, B<--remove-lab>
 
-Remove the laboratory directory.
+Remove the laboratory directory.  This is only useful with static
+labs.
 
 =item B<-S>, B<--setup-lab>
 
-Set up or update the laboratory.
+Set up or update a static lintian laboratory.
 
 =item B<-T> tag1,tag2,..., B<--tags> tag1,tag2,...
 
@@ -423,38 +424,6 @@ The following packages listed on the command line are udeb packages.
 
 =back
 
-=head1 UNPACK LEVELS
-
-Note that the UNPACK LEVEL system is deprecated in favour of the
-L</COLLECTION> system.
-
-=over 4
-
-=item B<0 (none)>
-
-The package does not exist in the I<laboratory> at all.
-
-=item B<1 (basic)>
-
-A directory for this package exists in the I<laboratory> and basic
-information is extracted.  This does not take much space.
-
-For binary and udeb packages, the I<control> and I<fields> directories
-and the index file are unpacked, and symbolic links are made to the
-B<.deb> file and to the lintian directory for the source package.
-
-For source packages, the binary and fields directories are unpacked,
-and symbolic links are made to the source package files.
-
-=back
-
-Lintian will unpack packages as far as is necessary to do its checks,
-but it will leave the package in whatever unpack level was specified
-when it is done.
-
-The default unpack level can be overwritten by setting the
-B<LINTIAN_UNPACK_LEVEL> variable in the configuration file.
-
 =head1 CHECKS
 
 @CHECKS@

-- 
Debian package checker


Reply to: