mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-02 09:40:35 +00:00
14 lines
291 B
Plaintext
14 lines
291 B
Plaintext
|
[DEFAULT]
|
||
|
# Use pristine-tar
|
||
|
pristine-tar = True
|
||
|
|
||
|
[git-dch]
|
||
|
# We use metaheaders in commit messages.
|
||
|
meta = True
|
||
|
# Put git commit ids in the debian changelog.
|
||
|
id-length = 7
|
||
|
|
||
|
[git-import-orig]
|
||
|
# Use a custom commit message for upstream imports.
|
||
|
import-msg = New upstream release %(version)s.
|