man > debclean(1)

DEBCLEAN(1) General Commands Manual DEBCLEAN(1)

๐Ÿ“› NAME

debclean - clean up a sourcecode tree

๐Ÿš€ Quick Reference

Use CaseCommandDescription
๐Ÿงน Clean a source treedebcleanWalk through directory tree and run debuild -- clean for each Debian source package.
๐Ÿงน Clean with removal of .deb/.changes/.build filesdebclean --cleandebsAlso remove .deb, .changes, .build files from parent directory.
๐Ÿšซ Skip build dependency checkdebclean -dDo not run dpkg-checkbuilddeps.
๐Ÿ”ข Specify directory name check leveldebclean --check-dirname-level NSet directory name checking level (0, 1, 2).
๐Ÿ” Use custom regex for directory name checkdebclean --check-dirname-regex regexSet regex for directory name validation.
๐Ÿšซ Ignore config filesdebclean --no-confDo not read any configuration files.

๐Ÿ“‹ SYNOPSIS

debclean [options]

๐Ÿ“– DESCRIPTION

debclean walks through the directory tree starting at the directory tree in which it was invoked, and executes debuild -- clean for each Debian source directory encountered. These directories are recognised by containing a debian/changelog file for a package whose name matches that of the directory. Name matching is described below.

If debclean is invoked from a directory that is already a Debian source package, it will not descend into its subdirectories.

Also, if the --cleandebs option is given, then in every directory containing a Debian source tree, all files named *.deb, *.changes and *.build are removed. The .dsc, .diff.gz and the (.orig).tar.gz files are not touched so that the release can be reconstructed if necessary, and the .upload files are left so that debchange functions correctly. The --nocleandebs option prevents this extra cleaning behaviour and the --cleandebs option forces it. The default is not to clean these files.

debclean uses debuild(1) to clean the source tree.

๐Ÿท๏ธ Directory name checking

In common with several other scripts in the devscripts package, debclean will walk through the directory tree searching for debian/changelog files. As a safeguard against stray files causing potential problems, it will examine the name of the parent directory once it finds a debian/changelog file, and check that the directory name corresponds to the package name. Precisely how it does this is controlled by two configuration file variables DEVSCRIPTS_CHECK_DIRNAME_LEVEL and DEVSCRIPTS_CHECK_DIRNAME_REGEX, and their corresponding command-line options --check-dirname-level and --check-dirname-regex.

DEVSCRIPTS_CHECK_DIRNAME_LEVEL can take the following values:

The directory name is checked by testing whether the current directory name (as determined by pwd(1)) matches the regex given by the configuration file option DEVSCRIPTS_CHECK_DIRNAME_REGEX or by the command line option --check-dirname-regex regex. Here regex is a Perl regex (see perlre(3perl)), which will be anchored at the beginning and the end. If regex contains a '/', then it must match the full directory path. If not, then it must match the full directory name. If regex contains the string 'PACKAGE', this will be replaced by the source package name, as determined from the changelog. The default value for the regex is: 'PACKAGE(-.+)?', thus matching directory names such as PACKAGE and PACKAGE-version.

โš™๏ธ OPTIONS

๐Ÿ”ง CONFIGURATION VARIABLES

The two configuration files /etc/devscripts.conf and ~/.devscripts are sourced in that order to set configuration variables. Command line options can be used to override configuration file settings. Environment variable settings are ignored for this purpose. The currently recognised variables are:

๐Ÿ“š SEE ALSO

debuild(1), devscripts.conf(5)

๐Ÿ‘ค AUTHOR

Christoph Lameter <clameter AT debian.org>; modifications by Julian Gilbey <jdg AT debian.org>.

debclean(1)
๐Ÿ“› NAME ๐Ÿš€ Quick Reference ๐Ÿ“‹ SYNOPSIS ๐Ÿ“– DESCRIPTION
๐Ÿท๏ธ Directory name checking
โš™๏ธ OPTIONS ๐Ÿ”ง CONFIGURATION VARIABLES ๐Ÿ“š SEE ALSO ๐Ÿ‘ค AUTHOR

Generated by phpman v4.9.26-5-g7740029 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-30 17:51 @216.73.217.135
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!

^_top_^