summaryrefslogtreecommitdiff
path: root/.gbp.conf
blob: ddd578ce94fd8ae8d02fe36ec5ce9408dd2d14e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[DEFAULT]
upstream-tag = %(version)s
debian-tag = debian/%(version)s
sign-tags = True
pristine-tar = True
pristine-tar-commit = True

export-dir = /tmp/debuild
postbuild = chmod 700 /tmp/debuild

# ensure debsign is invoked: when building with --git-pbuilder this
# doesn't get invoked automatically
# disable this -- means package is always signed despite -us -uc
#postbuild=debsign --no-re-sign