diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 00000000..6679a135 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,9 @@ +[DEFAULT] +# the default branch for upstream sources: +upstream-branch = master +# the default branch for the debian patch: +debian-branch = debian +# the default tag formats used: +upstream-tag = v%(version)s +debian-tag = debian/%(version)s +