blob: b6077fc3b54666cc60d43276ef9b8ee4116f84e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[DEFAULT]
builder = debuild -S -D -i.git -I.git
upstream-branch = upstream
debian-branch = debian
upstream-tag = sisu_%(version)s
debian-tag = debian/sisu_%(version)s
debian-tag-msg = %(pkg)s Debian release %(version)s
color = on
[buildpackage]
upstream-tree = tag
sign-tags = True
export-dir = ../builds/
tarball-dir = ../tarballs/
compression = xz
[dch]
id-length = 7
full = True
git-author = True
|