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

[SCM] Debian package checker branch, master, updated. 1.24.2-19-g1d79798



The following commit has been merged in the master branch:
commit 1d79798ab7842e9941a15351ae20c4f54a542d33
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Thu Jul 24 21:03:33 2008 +0100

    Add -E / --show-experimental to the option list in README
    
    Also reindent the list to allow for the length of the option name

diff --git a/debian/changelog b/debian/changelog
index 350a551..f7ad23e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,9 @@ lintian (1.24.3) unstable; urgency=low
     + [ADB] Resynchronize with doc-base's section list (adding
       Programming/OCaml).  (Closes: #491440)
 
+  * doc/README:
+    + [ADB] Add -E / --show-experimental to the option list
+
   * man/lintian.1
     + [ADB] Update the list of check scripts, removing the no longer present
       deb-format and perl and adding the nmu script.
diff --git a/doc/README b/doc/README
index 73affc2..fc36eb7 100644
--- a/doc/README
+++ b/doc/README
@@ -54,43 +54,44 @@ Command line options of the lintian command
   (Please refer to the manual page lintian(1) for details.)
 
   Actions:
-    -S, --setup-lab           set up static lab
-    -R, --remove-lab          remove static lab
-    -c, --check               check packages (default action)
-    -C X, --check-part X      check only certain aspects
-    -X X, --dont-check-part X don't check certain aspects
-    -u, --unpack              only unpack packages in the lab
-    -r, --remove              remove package from the lab
+    -S, --setup-lab            set up static lab
+    -R, --remove-lab           remove static lab
+    -c, --check                check packages (default action)
+    -C X, --check-part X       check only certain aspects
+    -X X, --dont-check-part X  don't check certain aspects
+    -u, --unpack               only unpack packages in the lab
+    -r, --remove               remove package from the lab
   General options:
-    -h, --help                display short help text
-    -v, --verbose             verbose messages
-    -V, --version             display Lintian version and exit
-    -d, --debug               turn Lintian's debug messages ON
-    --print-version           print unadorned version number and exit
+    -h, --help                 display short help text
+    -v, --verbose              verbose messages
+    -V, --version              display Lintian version and exit
+    -d, --debug                turn Lintian's debug messages ON
+    --print-version            print unadorned version number and exit
   Behaviour options:
-    -i, --info                give detailed info about tags
-    -I, --display-info        display "I:" tags (normally suppressed)
-    -l X, --unpack-level X    set default unpack level to X
-    -o, --no-override         ignore overrides
-    --show-overrides          output tags that have been overriden
-    --color never/always/auto disable, enable, or enable color for TTY
-    -U X, --unpack-info X     specify which info should be collected
-    -m, --md5sums             check md5sums when processing a .changes file
-    --allow-root              suppress lintian's warning when run as root
+    -i, --info                 give detailed info about tags
+    -I, --display-info         display "I:" tags (normally suppressed)
+    -E, --display-experimental display "X:" tags (normally suppressed)
+    -l X, --unpack-level X     set default unpack level to X
+    -o, --no-override          ignore overrides
+    --show-overrides           output tags that have been overriden
+    --color never/always/auto   disable, enable, or enable color for TTY
+    -U X, --unpack-info X      specify which info should be collected
+    -m, --md5sums              check md5sums when processing a .changes file
+    --allow-root               suppress lintian's warning when run as root
   Configuration options:
-    --cfg CONFIGFILE          read CONFIGFILE for configuration
-    --lab LABDIR              use LABDIR as permanent laboratory
-    --archivedir ARCHIVEDIR   location of Debian archive to scan for packages
-    --dist DIST               scan packages in this distribution (e.g. sid)
-    --section RELEASE         scan packages in this section (e.g. main)
-    --arch ARCH               scan packages with architecture ARCH
-    --root ROOTDIR            use ROOTDIR instead of /usr/share/lintian
+    --cfg CONFIGFILE           read CONFIGFILE for configuration
+    --lab LABDIR               use LABDIR as permanent laboratory
+    --archivedir ARCHIVEDIR    location of Debian archive to scan for packages
+    --dist DIST                scan packages in this distribution (e.g. sid)
+    --section RELEASE          scan packages in this section (e.g. main)
+    --arch ARCH                scan packages with architecture ARCH
+    --root ROOTDIR             use ROOTDIR instead of /usr/share/lintian
   Package selection options:
-    -a, --all                 process all packages in distribution
-    -b, --binary              process only binary packages
-    -s, --source              process only source packages
-    --udeb                    process only udeb packages
-    -p X, --packages-file X   process all files in file (special syntax!)
+    -a, --all                  process all packages in distribution
+    -b, --binary               process only binary packages
+    -s, --source               process only source packages
+    --udeb                     process only udeb packages
+    -p X, --packages-file X    process all files in file (special syntax!)
 
 
 Where to find more information

-- 
Debian package checker


Reply to: