diff options
author | Guido Guenther <agx@sigxcpu.org> | 2007-02-02 16:27:18 +0100 |
---|---|---|
committer | Guido Guenther <agx@bogon.sigxcpu.org> | 2007-02-02 16:27:18 +0100 |
commit | 9288730ff4e24639a455db5d963ca6ec09ca39c3 (patch) | |
tree | bd5a1dfc41cf03fa7d435584ccc3a4c82fb8b592 /examples | |
parent | c5f8b9855f593a28ebf40a411ba65bca588e247a (diff) | |
download | git-buildpackage-9288730ff4e24639a455db5d963ca6ec09ca39c3.tar.gz git-buildpackage-9288730ff4e24639a455db5d963ca6ec09ca39c3.tar.bz2 git-buildpackage-9288730ff4e24639a455db5d963ca6ec09ca39c3.zip |
document changesdebian/0.2.25
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/git-pbuilder | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/git-pbuilder b/examples/git-pbuilder new file mode 100755 index 00000000..d8e62e3d --- /dev/null +++ b/examples/git-pbuilder @@ -0,0 +1,8 @@ +#!/bin/sh -e +# +# pbuilder helper for git-buildpackage +# use this as "builder" in gbp.conf + +# pass all options to dpkg-buildpackage: +pdebuild --debbuildopts "$*" + |