A system to integrate the Debian package build system with Git. More information: https://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.html.
gbp import-dsc path/to/package.dsc
debuild
):gbp buildpackage -jauto -us -uc
pbuilder
environment for Debian Bullseye:DIST=bullseye ARCH=amd64 gbp buildpackage -jauto -us -uc --git-builder=git-pbuilder
.changes
file (see https://wiki.debian.org/SourceOnlyUpload):gbp buildpackage -jauto -us -uc --changes-options=-S
gbp import-orig --pristine-tar path/to/package.tar.gz