File: gbp.conf

package info (click to toggle)
sudo 1.9.17p2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 26,560 kB
  • sloc: ansic: 114,014; sh: 13,458; makefile: 9,797; yacc: 2,608; lex: 1,574; perl: 366; python: 362; sed: 265
file content (44 lines) | stat: -rw-r--r-- 1,682 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[DEFAULT]
# DEP-14 format. Other naming convention are available,
# see DEP-14 for more details.
debian-branch = debian/latest
upstream-branch = upstream/latest

# Enable pristine-tar to exactly reproduce orig tarballs
pristine-tar = True

# The Debian packaging git repository may also host actual upstream tags and
# branches, typically named 'main' or 'master'. Configure the upstream tag
# format below, so that `gbp import-orig` will run correctly, and link tarball
# import branch (`upstream/latest`) with the equivalent upstream release tag,
# showing a complete audit trail of what upstream released and what was imported
# into Debian.
upstream-vcs-tag = v%(version%~%.)s

# If upstream publishes tarball signatures, git-buildpackage will by default
# import and use the them. Change this to 'on' to make 'gbp import-orig' abort
# if the signature is not found or is not valid.
#
# .sig files are published at https://www.sudo.ws/dist/
upstream-signatures = on

# Sadly, the Debian maintainer is not yet set up to sign tags
# sign-tags = True

# Ease dropping / adding patches.
#patch-numbers = False

# Automatically open a new changelog entry about the new upstream release, but
# do not commit it, as the 'gbp dch' still needs to run and list all commits
# based on when the debian/changelog last was updated in a git commit.
postimport = dch -v %(version)s "New upstream release"

# Ensure a human always reviews all the debian/changelog entries.
spawn-editor = always

# No need to confirm package name or version at any time, git-buildpackage
# always gets it right.
interactive = False

# Ensure we always target Debian on Debian branches.
dch-opt = --vendor=debian