From ec8c51d7bcb5f87ae93298975306d7272bae9f8c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:24:08 +0200 Subject: Adding debian version 3.2.6-1. Signed-off-by: Daniel Baumann --- debian/gbp.conf | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 debian/gbp.conf (limited to 'debian/gbp.conf') diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..c84f441 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,30 @@ +[DEFAULT] +debian-branch = debian/master +pristine-tar = True +upstream-branch = upstream/3.2 +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', + '/src/lib*/version.h', + 'INSTALL', + 'aclocal.m4', + 'ar-lib', + 'depcomp', + 'compile', + 'missing', + 'test-driver', + 'config.guess', + 'config.sub', + ] +filter-pristine-tar = False -- cgit v1.2.3