You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
287 B
12 lines
287 B
# git-buildpackage
|
|
[git-buildpackage]
|
|
verbose=True
|
|
ignore-branch=True
|
|
ignore-new=True
|
|
upstream-branch=master
|
|
debian-branch=master
|
|
upstream-tree=branch
|
|
tag=False
|
|
compression=xz
|
|
compression-level=9ev
|
|
builder=debuild --prepend-path=/usr/lib/ccache -eFS_* -eCCACHE_* -i\.git -I.git -Zxz -z9
|
|
|