&dhemail;
&dhfirstname; &dhsurname; 2006 &dhusername; &dhdate;
git-buildpackage &dhsection; &git-buildpackage; Build Debian packages from a Git repository &git-buildpackage; 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 reopository doesn't contain any uncommitted source changes. Verify that it is being executed from the correct branch. Build an orig.tar.gz if it doesn't exist. Call debuild (1) (or the application specified via --git-builder) 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-. 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 Verbose execution =branch_name Branch to build the orig.tar.gz from. Default is 'upstream' =branch_name If you're not on this branch when invoking &git-buildpackage; it will fail. Default is 'master'. This option will be ignored when using . &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), debuild (1), git (1) AUTHOR &dhusername; &dhemail;