blob: c77d6d58a8ad5efea02fbe04006c7b59b096013c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Configuration file for git-buildpackage and friends
[DEFAULT]
# use pristine-tar:
pristine-tar = True
# generate xz compressed orig file
compression = xz
debian-branch = debian/sid
# default branch for upstream sources:
upstream-branch = upstream-115.x
components = [ 'thunderbird-l10n', ]
[buildpackage]
sign-tags = True
[pq]
patch-numbers = False
[dch]
id-length = 7
|