aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/gbp.conf
blob: caff513af6a4c6a3b42a57cc595c6c4ddf4d9f28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[DEFAULT]

# Some standard gbp settings
sign-tags = True
pristine-tar = True
pristine-tar-commit = True

color = on
compression = xz
compression-level = 9

# Debian package maintainer is upstream project maintainer, so
# everything lives on the master branch (from ver. 1.0.0-1 onwards)
upstream-branch = master
debian-branch = master
# However, separate tags (e.g. one commit tagged both 1.0.0 and
# debian/1.0.0-1) because git-remote-gcrypt is meant to be usable
# outside of Debian
upstream-tag = %(version)s
debian-tag = debian/%(version)s

# We need this filter so that gbp generates a suitable tarball so that
# the end result is a proper 3.0 (quilt) source package
[import-orig]
filter = [ '.git', '.gitignore', 'debian' ]
filter-pristine-tar = True