diff options
Diffstat (limited to '.gbp.conf')
-rw-r--r-- | .gbp.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gbp.conf b/.gbp.conf new file mode 100644 index 00000000..6f74162f --- /dev/null +++ b/.gbp.conf @@ -0,0 +1,17 @@ +[DEFAULT] +# Do not merge to packaging (after update) +merge=False +# Vendor/Distro name +vendor=MyDistro +# Package is from Debian +upstream-tag=debian/%(version)s +# Don't use pristine-tar +pristine-tar=False +# Branch naming +packaging-branch=experimental-rpm +upstream-branch=master +# Subdir for RPM packaging data +packaging-dir=packaging +# Auto-generate patches against upstream +patch-export = True +patch-numbers = True |