blob: 95d6d521e44c0ca0759ca797aeaa3b3f2083aa32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[DEFAULT]
pristine-tar = True
[buildpackage]
ignore-new = True
sign-tags = True
[import-orig]
sign-tags = True
postimport = dch -v $GBP_DEBIAN_VERSION "New upstream release."; git add debian/changelog; debcommit
[import-dsc]
sign-tags = True
|