blob: a258c50e6faa489d478a9aa998dc034d04e9d8d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[DEFAULT]
builder = debuild -D -i.git -I.git
upstream-branch = upstream
debian-branch = debian/sid
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
|