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

lintian: r56 - in trunk: debian man



Author: djpig
Date: 2004-02-21 20:03:56 +0100 (Sat, 21 Feb 2004)
New Revision: 56

Modified:
   trunk/debian/changelog
   trunk/man/lintian.1
Log:
sync man page with the --help output by adding
missing options (Closes: #198615)


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-02-21 18:41:12 UTC (rev 55)
+++ trunk/debian/changelog	2004-02-21 19:03:56 UTC (rev 56)
@@ -1,6 +1,10 @@
 lintian (1.22.12) unstable; urgency=low
 
   Frank Lichtenheld <djpig@debian.org>
+  * man/lintian.1: 
+    + sync man page with the --help output by adding
+      missing options (Closes: #198615)
+      Based on a patch by Robert Lemmen.
   * checks/fields:
     + Really check only "real" dependency fields for needlessy
       depends (Closes: #185035)

Modified: trunk/man/lintian.1
===================================================================
--- trunk/man/lintian.1	2004-02-21 18:41:12 UTC (rev 55)
+++ trunk/man/lintian.1	2004-02-21 19:03:56 UTC (rev 56)
@@ -15,7 +15,7 @@
 .\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
 .\" USA
 .\"
-.TH LINTIAN 1 "April 6, 1998" "Debian GNU/Linux"
+.TH LINTIAN 1 "February 21, 2004" "Debian GNU/Linux"
 
 .SH NAME
 lintian \- Debian package checker
@@ -116,6 +116,10 @@
 Display debugging messages. (Implies
 .BR \-v ).
 
+.TP
+.BR \-\-print\-version
+Print unadorned version number and exit.
+
 .PP
 
 Behaviour options for
@@ -179,15 +183,35 @@
 as the permanent laboratory.  This is where Lintian keeps information about
 the packages it checks.  This option overrides the
 .B LINTIAN_LAB
-environment variable and the configuration file entry of the same name.
+environment variable and the configuration file entry of the same
+name.
 
 .TP
+.BR \-\-archivedir " archivedir"
+Location of Debian archive to scan for packages.  Use this if you want
+Lintian to check the whole Debian archive instead of just single
+packages. This option overrides the
+.B LINTIAN_ARCHIVEDIR
+environment variable and the configuration file entry of the same
+name.
+
+.TP
 .BR \-\-dist " distdir"
 Scan for packages in the
 .IR distdir
 directory.  Use this if you want Lintian to check the whole Debian
 archive instead of just single packages.  This option overrides the
 .B LINTIAN_DIST
+environment variable and the configuration file entry of the same
+name.
+
+.TP
+.BR \-\-section " release"
+When scanning for packages in the distdir, select only packages from
+section
+.IR section
+(e.g. main). This option overrides the
+.B LINTIAN_SECTION
 environment variable and the configuration file entry of the same name.
 
 .TP



Reply to: