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

[buildpackage]
export-dir = /tmp/debuild
# no-purge = True
export = WC
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