File: gbp.conf

package info (click to toggle)
hamster-time-tracker 3.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,088 kB
  • sloc: python: 34,035; xml: 77; makefile: 29; sh: 23
file content (22 lines) | stat: -rw-r--r-- 708 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[DEFAULT]
debian-branch = debian/sid
# Use pristine-tar
pristine-tar = True
# Automatically GPG sign tags:
sign-tags = True
# Use upstream tags directly, instead of the upstream/... gbp uses by default.
upstream-tag = v%(version)s

[dch]
# Parse metatags from commit messages
meta = True
# Apply line wrapping to release commit messages
customizations=/usr/share/doc/git-buildpackage/examples/wrap_cl.py
# Use a custom commit message for release commits
commit-msg = Update changelog for %(version)s release

[buildpackage]
# Make sure to create a pristine-tar commit the first time an upstream
# version is built, to guarantee identical tarballs later and on other
# systems too.
pristine-tar-commit = True