File: gbp.conf

package info (click to toggle)
arduino-ctags 5.8-arduino11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,952 kB
  • sloc: ansic: 35,037; makefile: 132; sh: 23
file content (30 lines) | stat: -rw-r--r-- 556 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
# Configuration file for git-buildpackage and friends

[DEFAULT]
pristine-tar = True
compression = xz
debian-branch = debian/sid
upstream-branch = upstream

[pq]
patch-numbers = False

[dch]
id-length = 7
# Base branch to use for 'gbp dch'.
debian-branch = debian/sid

[import-orig]
# filter out unwanted files/dirs from upstream
#filter = [
# '*.hex',
# '*.lst',
# '*.orig',
# '*.pnproj',
# '*.pnps',
# '*.ppg',
# '*.rej',
# 'you-name-more-things-here',
# ]
# Also filter out the files out of the tarball passed to pristine-tar
filter-pristine-tar = True