diff options
Diffstat (limited to '')
-rw-r--r-- | debian/gbp.conf | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..71bf28a --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,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 |