summaryrefslogtreecommitdiffstats
path: root/debian/gbp.conf
blob: 71bf28a6218d03e2bd56a22471fe43c226daf67a (plain)
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
[DEFAULT]
debian-branch = debian/master
pristine-tar = True
upstream-vcs-tag = v%(version)s

[dch]
meta = 1

[import-orig]
filter = [
 'configure',
 '*/Makefile.in',
 '*/*/Makefile.in',
 '*/*/*/Makefile.in',
 'install-sh',
 'ltmain.sh',
 'm4/libtool.m4',
 '*/*/version.h',
 'src/dnssec/lib/dnssec/version.h',
 'INSTALL',
 'aclocal.m4',
 'ar-lib',
 'depcomp',
 'compile',
 'missing',
 'test-driver',
 ]
filter-pristine-tar = False