&dhemail;
&dhfirstname; &dhsurname;
git-buildpackage &dhsection; &git-buildpackage; Build Debian packages from a Git repository &git-buildpackage; treeish branch_name BUILD_CMD CLEAN_CMD gpg-keyid command command tag-format directory directory treeish DESCRIPTION &git-buildpackage; is used to build Debian source and .deb packages from a &git; repository. &git-buildpackage; will, in order: Verify that it is being executed from the proper location. Verify that the repository doesn't contain any uncommitted source changes. Verify that it is being executed from the correct branch. (Optionally) export the source tree to a separate build area Build an orig.tar.gz if it doesn't exist. Call debuild(1) (or the application specified via ) with arguments instructing it to ignore &git; meta-data in the diff.gz, passing along all arguments given to &git-buildpackage; that don't start with --git-. (Optionally) tag the tree after a successful build (Optionally) call a post build hook - e.g. to run &lintian; (Optionally) call a post tag hook - e.g. to push the results to a remote repository after creating the tag OPTIONS Build the .diff.gz and debian package although there are uncommitted changes in the source tree. Add a git tag after a successfull build. Use BUILD_CMD instead of debuild -i\.git -I.git Use CLEAN_CMD instead of debuild clean verbose execution =branch_name Branch to build the orig.tar.gz from if no tag matching the upstream version is found. Default is upstream. You can give any treeish object here. =branch_name If you're not on this branch when invoking &git-buildpackage; it will fail. Default is master. This is done to make sure you don't accidentally release from a topic branch. Not being on this branch will be ignored when using . GPG sign all created tags gpg-keyid use this keyid for gpg signing tags command excecute command after tagging a new version.Exported environment variables are: GBP_TAG (the name of the generated tag), GBP_BRANCH (the branch the package was build from) and GBP_SHA1 (the sha1 of the commit the tag was created at). command excecute command after succesful build. Exported environment variables are: GBP_CHANGES_FILE (the name of the generated changes file), GBP_BUILD_DIR (the build dir). tag-format use this tag format when tagging Debian versions, default is debian/<version> Don't try to create any orig.tar.gz directory Export the current branch head (or the treeish object given via to directory before building. treeish Instead of exporting the current branch head, export the treeish object treeish. The special name INDEX exports the current index whereas the special name WC exports the current working copy as is. directory Search for original tarballs in directory instead of generating them use pristine-tar to create the orig.tar.gz retain exported build directory after build don't build, only tag and run post-tag hooks &man.git.config-files; All options in the config files are specified without the 'git-' prefix. SEE ALSO git-import-dsc 1 , git-import-dscs 1 , git-import-orig 1 , git-dch 1 , &man.seealso.common; AUTHOR &dhusername; &dhemail;