102 lines
2.8 KiB
HTML
102 lines
2.8 KiB
HTML
|
||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
<HTML><HEAD><TITLE>Man page of DH_BUILDDEB</TITLE>
|
||
</HEAD><BODY>
|
||
<H1>DH_BUILDDEB</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_builddeb - build Debian binary packages
|
||
<A NAME="lbAC"> </A>
|
||
<H2>SYNOPSIS</H2>
|
||
|
||
|
||
|
||
<B>dh_builddeb</B> [<I>debhelper options</I>] [<B>--destdir=</B><I>directory</I>] [<B>--filename=</B><I>name</I>] [<B>--</B> <I>params</I>]
|
||
<A NAME="lbAD"> </A>
|
||
<H2>DESCRIPTION</H2>
|
||
|
||
|
||
|
||
<B>dh_builddeb</B> simply calls <B><A HREF="/cgi-bin/man/man2html?1+dpkg-deb">dpkg-deb</A></B>(1) to build a Debian package
|
||
or packages. It will also build dbgsym packages when <B><A HREF="/cgi-bin/man/man2html?1+dh_strip">dh_strip</A></B>(1)
|
||
and <B><A HREF="/cgi-bin/man/man2html?1+dh_gencontrol">dh_gencontrol</A></B>(1) have prepared them.
|
||
<P>
|
||
|
||
It supports building multiple binary packages in parallel, when enabled by
|
||
<FONT SIZE="-1">DEB_BUILD_OPTIONS.</FONT>
|
||
<P>
|
||
|
||
When the <I>Rules-Requires-Root</I> field is not (effectively)
|
||
<I>binary-targets</I>, <B>dh_builddeb</B> will pass <B>--root-owner-group</B> to
|
||
<B><A HREF="/cgi-bin/man/man2html?1+dpkg-deb">dpkg-deb</A></B>(1).
|
||
<A NAME="lbAE"> </A>
|
||
<H2>OPTIONS</H2>
|
||
|
||
|
||
|
||
<DL COMPACT>
|
||
<DT id="1"><B>--destdir=</B><I>directory</I><DD>
|
||
|
||
|
||
Use this if you want the generated <I>.deb</I> files to be put in a directory
|
||
other than the default of "<I>..</I>".
|
||
<DT id="2"><B>--filename=</B><I>name</I><DD>
|
||
|
||
|
||
Use this if you want to force the generated .deb file to have a particular
|
||
file name. Does not work well if more than one .deb is generated!
|
||
<DT id="3"><B>--</B> <I>params</I><DD>
|
||
|
||
|
||
Pass <I>params</I> to <B><A HREF="/cgi-bin/man/man2html?1+dpkg-deb">dpkg-deb</A></B>(1) when it is used to build the
|
||
package.
|
||
<DT id="4"><B>-u</B><I>params</I><DD>
|
||
|
||
|
||
This is another way to pass <I>params</I> to <B><A HREF="/cgi-bin/man/man2html?1+dpkg-deb">dpkg-deb</A></B>(1).
|
||
It is deprecated; use <B>--</B> instead.
|
||
</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="5"><A HREF="#lbAB">NAME</A><DD>
|
||
<DT id="6"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
||
<DT id="7"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
||
<DT id="8"><A HREF="#lbAE">OPTIONS</A><DD>
|
||
<DT id="9"><A HREF="#lbAF">SEE ALSO</A><DD>
|
||
<DT id="10"><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:10 GMT, March 31, 2021
|
||
</BODY>
|
||
</HTML>
|