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

[SCM] Debian package checker branch, master, updated. 1.24.4-57-gcfdcbc8



The following commit has been merged in the master branch:
commit f12210639e8cfaa7cbda762d5933cec7f8d14838
Author: Jordà Polo <jorda@ettin.org>
Date:   Fri Aug 15 19:59:27 2008 +0200

    Update manpage and desc file definition

diff --git a/doc/desc-files b/doc/desc-files
index c0568f8..ddc92ff 100644
--- a/doc/desc-files
+++ b/doc/desc-files
@@ -23,6 +23,8 @@ Description record of a `Lintian tag':
 
   Tag: <tag>
   Type: <warning | error | info>
+  Severity: <serious | important | normal | minor | wishlist>
+  Certainty: <certain | possible | wild-guess>
   Info: <description of this tag>
   Ref: <reference>
   Status: <untested | <empty> >
diff --git a/man/lintian.1 b/man/lintian.1
index f06bb5b..b20ba9f 100644
--- a/man/lintian.1
+++ b/man/lintian.1
@@ -168,6 +168,13 @@ Display informational ("I:") tags as well.  They are normally suppressed.
 Display experimental ("X:") tags as well.  They are normally suppressed.
 
 .TP
+.BR \-L " [+|-|=][S|C|S/C], " \-\-display\-level " [+|-|=][S|C|S/C]"
+Fine-grained selection of tags to be displayed. It is possible to add, remove
+or set the levels to display, specifying a severity (S: serious, important,
+normal, minor, wishlist), a certainty (C: certain, possible, wild-guess), or
+both (S/C).
+
+.TP
 .BR \-l " n, " \-\-unpack\-level " n"
 Set unpack level to
 .IR n .
@@ -698,6 +705,9 @@ Check binary package foo given by foo.deb.
 .B "$ lintian foo.dsc"
 Check source package foo given by foo.dsc.
 .TP
+.B "$ lintian foo.dsc -L +minor/possible"
+Check source package foo given by foo.dsc, including minor/possible tags.
+.TP
 .B "$ lintian foo"
 Search for package foo in the Debian archive and check it. (Depending
 on what is found, this command will check either the source or binary

-- 
Debian package checker


Reply to: