--no-conf, --noconf
Do not read any configuration files. This can only be used as the first option given on the
command-line.
|
--rootcmd=gain-root-command, -rgain-root-command
Command to gain root (or fake root) privileges.
|
--preserve-env
Do not clean the environment, except for PATH.
|
--preserve-envvar=var, -evar
Do not clean the var variable from the environment.
If var ends in an asterisk ("*") then all variables with names that match the portion of var
before the asterisk will be preserved.
|
--prepend-path=value
Once the normalized PATH has been set, prepend value to it.
|
--lintian
Run lintian after dpkg-buildpackage. This is the default behaviour, and it overrides any
configuration file directive to the contrary.
|
--no-lintian
Do not run lintian after dpkg-buildpackage.
|
--no-tgz-check
Even if we're running dpkg-buildpackage and the version number has a Debian revision, do not check
that the .orig.tar.gz file or .orig directory exists before starting the build.
|
--tgz-check
If we're running dpkg-buildpackage and the version number has a Debian revision, check that the
.orig.tar.gz file or .orig directory exists before starting the build. This is the default
behaviour.
|
--username username
When signing, use debrsign instead of debsign. username specifies the credentials to be used.
|
--foo-hook=hook
Set a hook as described above. If hook is blank, this unsets the hook.
|
--clear-hooks
Clears all hooks. They may be reinstated by later command line options.
|
--check-dirname-level N
See the above section Directory name checking for an explanation of this option.
|
--check-dirname-regex regex
See the above section Directory name checking for an explanation of this option.
|
-d Do not run dpkg-checkbuilddeps to check build dependencies.
|
-D Run dpkg-checkbuilddeps to check build dependencies.
|