From bedec9cddcf4f99f86a9673dd94f7942ce1e4c9f Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 29 Jul 2019 05:11:33 -0400 Subject: debian/gbp.conf --- debian/gbp.conf | 20 ++++++++++++++++++++ 1 file changed, 20 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..6b058c4 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,20 @@ +[DEFAULT] +builder = debuild -D -i.git -I.git +upstream-branch = upstream +debian-branch = debian/sid +upstream-tag = sisu-markup-samples_%(version)s +debian-tag = debian/sisu-markup-samples_%(version)s +debian-tag-msg = %(pkg)s Debian release %(version)s +color = on + +[buildpackage] +upstream-tree = tag +sign-tags = True +export-dir = ../builds/ +tarball-dir = ../tarballs/ +compression = xz + +[dch] +id-length = 7 +full = True +git-author = True -- cgit v1.2.3