linux man page for dh_builddeb

Query: dh_builddeb

OS: linux

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DH_BUILDDEB(1)							     Debhelper							    DH_BUILDDEB(1)

NAME
dh_builddeb - build Debian binary packages
SYNOPSIS
dh_builddeb [debhelperoptions] [--destdir=directory] [--filename=name] [--params]
DESCRIPTION
dh_builddeb simply calls dpkg-deb(1) to build a Debian package or packages.
OPTIONS
--destdir=directory Use this if you want the generated .deb files to be put in a directory other than the default of "..". --filename=name 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! -- params Pass params to dpkg-deb(1) when it is used to build the package. -uparams This is another way to pass params to dpkg-deb(1). It is deprecated; use -- instead.
SEE ALSO
debhelper(7) This program is a part of debhelper.
AUTHOR
Joey Hess <joeyh@debian.org> 8.9.0ubuntu2.1 2012-06-12 DH_BUILDDEB(1)
Related Man Pages
dh_gencontrol(1) - netbsd
dh_gencontrol(1) - minix
dh_builddeb(1) - freebsd
dh_builddeb(1) - v7
dh_builddeb(1) - hpux
Similar Topics in the Unix Linux Community
Installing RPM package using alien on WSL Ubuntu