blob: 8d7a4622bc7e2cd06aaf269469cb9b56686836c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[DEFAULT]
pristine-tar = True
compression = gz
debian-branch = debian/master
upstream-branch = upstream
[pq]
patch-numbers = False
[dch]
id-length = 7
[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
|