Alper Nebi Yasak 852334e9a8 d/gbp.conf: Set gbp-dch options matching existing changelog entries
Add a gbp.conf that tries to match the existing changelog format, based
on options and commit message format in docs/maintainer_notes. This lets
anyone just run `gbp dch` and get a changelog mostly consistent with
existing entries.

There are two main differences from how it's currently done: this wraps
lines to 70 characters instead of something closer to 80 (due to a
python default), and it's not possible to directly sign off the git
commit via gbp dch.

To get a better sense of how the changelog differs, try:

- git checkout v0.143^
- git cherry-pick <this-commit>
- gbp dch --commit --release --distribution=experimental
- git diff HEAD v0.143

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
2024-07-08 10:31:19 +03:00

7 lines
169 B
Plaintext

[dch]
meta = True
id-length = 7
multimaint-merge = True
commit-msg = Releasing version %(version)s.
customizations = /usr/share/doc/git-buildpackage/examples/wrap_cl.py