&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 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-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 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 to directory before building. directory Search for original tarballs in directory instead of generating them treeish Instead of exporting the current branch head export at the treeish object treeish. use pristine-tar to create the orig.tar.gz &man.git.config-files; All options in the config files are specified without the 'git-' prefix. SEE ALSO git-import-dsc 1 , git-import-orig 1 , git-dch 1 , &man.seealso.common; AUTHOR &dhusername; &dhemail;