dpkg-depcheck --version (return code: 0)
This is $progname, from the Debian devscripts package, version 2.16.2ubuntu3
Copyright Bill Allombert <ballombe@debian.org> 2001.
Modifications copyright 2002, 2003 Julian Gilbey <jdg@debian.org>
This program comes with ABSOLUTELY NO WARRANTY.
You are free to redistribute this code under the terms of the
GNU General Public License, version 2 or later.
dpkg-depcheck --help (return code: 0)
Usage:
dpkg-depcheck [options] <command>
Run <command> and then output packages used to do this.
Options:
Which packages to report:
-a, --all Report all packages used to run <command>
-b, --build-depends Do not report build-essential or essential packages
used or any of their (direct or indirect)
dependencies
-d, --ignore-dev-deps Do not show packages used which are direct
dependencies of -dev packages used
-m, --min-deps Output a minimal set of packages needed, taking
into account direct dependencies
-m implies -d and both imply -b; -a gives additional dependency information
if used in conjunction with -b, -d or -m
-C, --C-locale Run command with C locale
--no-C-locale Don't change locale
-l, --list-files Report list of files used in each package
--no-list-files Do not report list of files used in each package
-o, --output=FILE Output diagnostic to FILE instead of stdout
-O, --strace-output=FILE Write strace output to FILE when tracing <command>
instead of a temporary file
-I, --strace-input=FILE Get strace output from FILE instead of tracing
<command>; strace must be run with -f -q for this
to work
-f, --features=LIST Enable or disabled features given in
comma-separated LIST as follows:
+feature or feature enable feature
-feature disable feature
Known features and default setting:
warn-local (enabled) warn if files in /usr/local are used
discard-check-version (enabled) discard execve with only
--version argument; this works around some
configure scripts that check for binaries they
don't use
trace-local (disabled) also try to identify file
accesses in /usr/local
catch-alternatives (enabled) catch access to alternatives
discard-sgml-catalogs (enabled) discard access to SGML
catalogs; some SGML tools read all the
registered catalogs at startup.
--no-conf, --noconf Don't read devscripts config files;
must be the first option given
-h, --help Display this help and exit
-v, --version Output version information and exit
Default settings modified by devscripts configuration files:
(none)