diff options
Diffstat (limited to 'distro/pkg/deb/gbp.conf')
-rw-r--r-- | distro/pkg/deb/gbp.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/distro/pkg/deb/gbp.conf b/distro/pkg/deb/gbp.conf new file mode 100644 index 00000000..f04b9f6e --- /dev/null +++ b/distro/pkg/deb/gbp.conf @@ -0,0 +1,9 @@ +[DEFAULT] +debian-branch = master +debian-tag = debian/%(version)s +upstream-branch = upstream +upstream-tag = upstream/%(version)s +pristine-tar = True + +[dch] +meta = 1 |