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

[SCM] Debian package checker branch, master, updated. 2.5.1-186-gbbeb22c



The following commit has been merged in the master branch:
commit bbeb22c548958947ac44cd314844c504d2a79aa3
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Aug 6 16:29:36 2011 +0200

    Added more sample options to doc/lintianrc.example

diff --git a/debian/changelog b/debian/changelog
index 5f490cc..acf55af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -220,6 +220,8 @@ lintian (2.5.2) UNRELEASED; urgency=low
     + [NT] Improved various parts of the User Manual.  Especially
       mention that Lintian can be run on changes files and this
       processes all packages related to the changes file.
+  * doc/lintianrc.example:
+    + [NT] Added more sample options.
 
   * frontend/{lintian,lintian-info}:
     + [NT] Added profile support (new option --profile), please
diff --git a/doc/lintianrc.example b/doc/lintianrc.example
index 8ffd69f..16d7bbf 100644
--- a/doc/lintianrc.example
+++ b/doc/lintianrc.example
@@ -13,6 +13,27 @@
 # It is allowed to use `~' and `$HOME' in the variables, but not other
 # shell/environment variables.
 
+# Enable info tags by default (--display info)
+#display-info = yes
+
+# Enable pedantic tags by default (--pedantic)
+#pedantic = yes
+
+# Enable experimental tags by default (--display-experimental)
+#display-experimental = yes
+
+# Enable colored output for terminal output (--color)
+#color = auto
+
+# Show overridden tags (--show-overriden)
+#show-overriden = yes
+
+# Ignore all overrides (--no-override)
+#override = no
+
+# Verbose output by default (--verbose)
+#verbose = yes
+
 # Specify a laboratory--a directory where Lintian should store some info
 # about packages being checked.
 #LINTIAN_LAB="/var/spool/lintian"

-- 
Debian package checker


Reply to: