From a2d45d31bb260f7c34354c3637adca8b0c97cfd0 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sun, 9 Aug 2020 14:05:35 -0400 Subject: [PATCH] debian: Add gbp dch config Simplifies running the `gbp dch` command. Also detected by debian-janitor to skip updating the changelog. Signed-off-by: James Valleroy Reviewed-by: Sunil Mohan Adapa --- debian/gbp.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debian/gbp.conf diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 000000000..9746d42be --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,3 @@ +[dch] +git-log = --no-merges +multimaint-merge = True