From 44dc0a9d888784e16623f93b853f6e57f9854537 Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Tue, 30 May 2017 10:32:07 +0100 Subject: [PATCH] debian/gbp.conf: Add gbp-dch configuration --- debian/gbp.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/gbp.conf b/debian/gbp.conf index 13f60c0..678001d 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -2,3 +2,9 @@ debian-tag = %(version)s debian-branch = master sign-tags = True + +[dch] +id-length = 7 +meta = True +auto = True +full = True