[Pkg-awstats-devel] [Pkg-awstats-commits] [SCM] awstats Debian packaging branch, master, updated. debian/6.9.5_dfsg-5-10-gbabebf9

Sergey B Kirpichev skirpichev at gmail.com
Thu Mar 3 14:21:45 UTC 2011


> Apparently the default pbuilder wrapper fails to skip .git*.

Yep.  But how to avoid this?

My curent config looks like:
$ grep ^builder /home/sk/.gbp.conf
builder = /home/sk/bin/git-pbuilder

$ cat /home/sk/bin/git-pbuilder
#!/bin/sh
#
# pbuilder helper for git-buildpackage
# use this as "builder" in gbp.conf
set -e

# pass all options to dpkg-buildpackage:
pdebuild $PBUILDER_OPTS --debbuildopts "-i\.git/ -I.git $*"

> This is what I use (which, I believe, better mimics dpkg-buildpackage with
> source format 3.0):
>
>  --git-builder="pdebuild -i\.git/ -I.git



More information about the Pkg-awstats-devel mailing list