Files @ r15899:3bbe04d427d2
Branch filter:

Location: cpp/openttd-patchpack/source/os/debian/gbp.conf

rubidium
(svn r20593) -Fix: (rlongago, r20547): long ago the service interval was int16, after which is got converted to Date except in the order backup. Much later I copied the savegame snippets from a vehicle and applied that on the order backup. Presto, reading/writing 32 bits (of Date) into 16 bits of ancient style service interval. That would then "spoil" the name pointer and that eventually crashes OpenTTD as it's likely to be an invalid pointer.
[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.