From 4020a23d87c7207c221591189925f1849b5dd6c8 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 12 Dec 2015 14:37:34 -0700 Subject: [PATCH] add gbp config --- debian/gbp.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 debian/gbp.conf diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..02eae79 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,10 @@ +[DEFAULT] +upstream-branch = upstream +debian-branch = master +upstream-tag = %(version)s +debian-tag = debian/%(version)s + +#postbuild = lintian $GBP_CHANGES_FILE +color = on +compression = xz +compression-level = 9