debclean --version (return code: 0)
This is debclean, from the Debian devscripts package, version 2.16.2ubuntu3
This code is copyright 1999 by Julian Gilbey, all rights reserved.
Original code by Christoph Lameter.
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.
debclean --help (return code: 0)
Usage: debclean [options]
Clean all debian build trees under current directory.
Options:
--cleandebs Also remove all .deb, .changes and .build
files from the parent of each build tree
--nocleandebs Don't remove the .deb etc. files (default)
--check-dirname-level N
How much to check directory names before cleaning trees:
N=0 never
N=1 only if program changes directory (default)
N=2 always
--check-dirname-regex REGEX
What constitutes a matching directory name; REGEX is
a Perl regular expression; the string `PACKAGE' will
be replaced by the package name; see manpage for details
(default: 'PACKAGE(-.+)?')
--no-conf, --noconf
Do not read devscripts config files;
must be the first option given
-d Do not run dpkg-checkbuilddeps to check build dependencies
--help Display this help message and exit
--version Display version information
Default settings modified by devscripts configuration files:
(none)