File: gbp.conf

package info (click to toggle)
arduino-core-avr 1.8.3%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,156 kB
  • sloc: ansic: 13,100; cpp: 4,810; makefile: 2,344; asm: 94; sh: 68
file content (32 lines) | stat: -rw-r--r-- 582 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
23
24
25
26
27
28
29
30
31
32
# Configuration file for git-buildpackage and friends

[DEFAULT]
# use pristine-tar:
pristine-tar = True
# generate xz compressed orig.tar file
compression = xz
debian-branch = debian/sid
upstream-branch = upstream

[pq]
patch-numbers = False

[dch]
id-length = 7
debian-branch = debian/sid

[import-orig]
# filter out unwanted files/dirs from upstream
filter = [
 '*.hex',
 '*.lst',
 '*.orig',
 '*.pnproj',
 '*.pnps',
 '*.ppg',
 '*.rej',
# 'bootloaders/caterina*',
 'firmwares/wifishield',
 ]
# filter the files out of the tarball passed to pristine-tar
filter-pristine-tar = True