File: gbp.conf

package info (click to toggle)
xapers 0.9.0-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 556 kB
  • sloc: python: 2,571; sh: 1,294; makefile: 53
file content (17 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Configuration file for git-buildpackage

[DEFAULT]
# The default branch for upstream sources
upstream-branch = master

# The default branch for the debian patch (no patch in our case)
debian-branch = debian

# # Directory for performing the build
# export-dir = ./debian-build

# Format for upstream tags
upstream-tag = %(version)s

# Format for the debian tag
debian-tag = debian/%(version)s