blob: a3c09ef19b0dee29289af526fca026b4c365fd0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[DEFAULT]
pristine-tar = True
upstream-signatures = auto
[buildpackage]
sign-tags = True
postbuild = lintian -I $GBP_CHANGES_FILE && echo "Lintian OK"
[dch]
meta = True
git-author = True
|