File: gbp.conf

package info (click to toggle)
python-text-unidecode 1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 416 kB
  • sloc: python: 76; makefile: 9; perl: 6
file content (27 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (9)
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
# Configuration file for git-buildpackage and friends

[DEFAULT]
# use pristine-tar
pristine-tar = True
# generate gz compressed orig tarball
compression = gz
debian-branch=debian/master
upstream-branch = upstream

[pq]
patch-numbers = False

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

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