File: gbp.conf

package info (click to toggle)
ponyprog 3.1.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,488 kB
  • sloc: cpp: 35,376; python: 981; sh: 565; makefile: 41; ansic: 38
file content (29 lines) | stat: -rw-r--r-- 583 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
# Configuration file for git-buildpackage and friends

[DEFAULT]
# use pristine-tar:
pristine-tar = True
# generate gz compressed orig.tar file
compression = gz
debian-branch = debian/sid
upstream-branch = upstream
components = [ 'qhexedit2', ]

[pq]
patch-numbers = False

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

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