logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

git-debdry-build - simple wrapper around debdry and git-buildpackage

Git-Debdry-Build

       A simple wrapper around gbp buildpackage and debdry.

Mode Of Operation

git-debdry-build will create a temporary branch off the current HEAD, run debdry on it,  commit  the  de‐bian/ directory to that branch, and build the package using git-buildpackage(1).

       If the build succeeds, you will find the build artifacts in the parent directory as usual, and the tempo‐
       rary  branch will be deleted.  If you want to save the state of tree used for the build (for example when
       doing the final build before uploading to the Debian archive), you can just pass the --git-tag option  to
       git-buildpackage and that very tree will be tagged for you.

       If  the  build fails, git-debdry-build will not remove the temporary branch and will tell you its name so
       that you can inspect its contents if necessary.

Name

       git-debdry-build - simple wrapper around debdry and git-buildpackage

Options

git-debdry-build  does  not take any options itself, and all options passed to it on the command line are
       passed unchanged to git-buildpackage.

See Also

git-buildpackage(1)

debdry 0.1                                        October 2016                                git-debry-build(1)

Usage

       $ git debdry-build OPTIONS (#options)

See Also