logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dh_prep - perform cleanups in preparation for building a binary package

Author

       Joey Hess <joeyh@debian.org>

13.24.1ubuntu2                                     2025-02-11                                         DH_PREP(1)

Description

dh_prep is a debhelper program that performs some file cleanups in preparation for building a binary
       package. (This is what dh_clean-k used to do.) It removes the package build directories, debian/tmp, and
       some temp files that are generated when building a binary package.

       It is typically run at the top of the binary-arch and binary-indep targets, or at the top of a target
       such as install that they depend on.

Name

       dh_prep - perform cleanups in preparation for building a binary package

Options

-Xitem--exclude=item
           Exclude  files  that  contain  item anywhere in their filename from being deleted, even if they would
           normally be deleted. You may use this option multiple times to build up a list of things to exclude.

See Also

debhelper(7)

       This program is a part of debhelper.

Synopsis

dh_prep [debhelperoptions] [-Xitem]

See Also