84 lines
2.1 KiB
HTML
84 lines
2.1 KiB
HTML
|
||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
<HTML><HEAD><TITLE>Man page of DH_PREP</TITLE>
|
||
</HEAD><BODY>
|
||
<H1>DH_PREP</H1>
|
||
Section: Debhelper (1)<BR>Updated: 2020-03-27<BR><A HREF="#index">Index</A>
|
||
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<A NAME="lbAB"> </A>
|
||
<H2>NAME</H2>
|
||
|
||
dh_prep - perform cleanups in preparation for building a binary package
|
||
<A NAME="lbAC"> </A>
|
||
<H2>SYNOPSIS</H2>
|
||
|
||
|
||
|
||
<B>dh_prep</B> [<I>debhelper options</I>] [<B>-X</B><I>item</I>]
|
||
<A NAME="lbAD"> </A>
|
||
<H2>DESCRIPTION</H2>
|
||
|
||
|
||
|
||
<B>dh_prep</B> is a debhelper program that performs some file cleanups in
|
||
preparation for building a binary package. (This is what <B>dh_clean -k</B>
|
||
used to do.) It removes the package build directories, <I>debian/tmp</I>,
|
||
and some temp files that are generated when building a binary package.
|
||
<P>
|
||
|
||
It is typically run at the top of the <B>binary-arch</B> and <B>binary-indep</B> targets,
|
||
or at the top of a target such as install that they depend on.
|
||
<A NAME="lbAE"> </A>
|
||
<H2>OPTIONS</H2>
|
||
|
||
|
||
|
||
<DL COMPACT>
|
||
<DT id="1"><B>-X</B><I>item</I> <B>--exclude=</B><I>item</I><DD>
|
||
|
||
|
||
Exclude files that contain <I>item</I> 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.
|
||
</DL>
|
||
<A NAME="lbAF"> </A>
|
||
<H2>SEE ALSO</H2>
|
||
|
||
|
||
|
||
<B><A HREF="/cgi-bin/man/man2html?7+debhelper">debhelper</A></B>(7)
|
||
<P>
|
||
|
||
This program is a part of debhelper.
|
||
<A NAME="lbAG"> </A>
|
||
<H2>AUTHOR</H2>
|
||
|
||
|
||
|
||
Joey Hess <<A HREF="mailto:joeyh@debian.org">joeyh@debian.org</A>>
|
||
<P>
|
||
|
||
<HR>
|
||
<A NAME="index"> </A><H2>Index</H2>
|
||
<DL>
|
||
<DT id="2"><A HREF="#lbAB">NAME</A><DD>
|
||
<DT id="3"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
||
<DT id="4"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
||
<DT id="5"><A HREF="#lbAE">OPTIONS</A><DD>
|
||
<DT id="6"><A HREF="#lbAF">SEE ALSO</A><DD>
|
||
<DT id="7"><A HREF="#lbAG">AUTHOR</A><DD>
|
||
</DL>
|
||
<HR>
|
||
This document was created by
|
||
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
||
using the manual pages.<BR>
|
||
Time: 00:05:11 GMT, March 31, 2021
|
||
</BODY>
|
||
</HTML>
|