File: gbp.conf

package info (click to toggle)
gnusim8085 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 2,760 kB
  • sloc: ansic: 9,913; sh: 9,152; asm: 226; makefile: 160; xml: 53; sed: 16
file content (22 lines) | stat: -rw-r--r-- 488 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Configuration file for git-buildpackage and friends

[DEFAULT]
# use pristine-tar:
pristine-tar = True
# generate gz compressed orig file
compression = gz
debian-branch = debian/sid
# default branch for upstream sources:
upstream-branch = upstream/latest

[pq]
patch-numbers = False

[dch]
id-length = 7

[import-orig]
# filter out unwanted files/dirs from upstream
filter = [ '*.orig', '*.rej', ]
# filter the files out of the tarball passed to pristine-tar
filter-pristine-tar = True