Invoke debsign at the end of pdebuild process.
Pass -k option to debsign to specify which keyid to sign.
The place which build result is stored.
The configuration file is used, but not passed on to pbuilder-user-mode-linux.
The space-delimited list of options are passed to dpkg-buildpackage. This option appends to pbuilder option --debbuildopts and may also be used to reset the list of options by passing the empty string.
pdebuild-internal tries to run debian/rules clean inside the chroot. To achieve the goal, the working directory is passed on inside the chroot, in the form of bind-mounting and debuild is run.
This option will not protect the working directory and its parent directories from the build scripts.
After the -- symbol, an arbitrary number of pbuilder options can be specified. See pbuilder-user-mode-linux.1 for full list of options.
There is an exception that --buildresult needs to be specified as pdebuild option before the -- to be effective.
The homepage is available at http://pbuilder.alioth.debian.org