Add config file for git-buildpackage
authorEd Bartosh <eduard.bartosh@intel.com>
Sun, 1 Feb 2015 12:25:58 +0000 (14:25 +0200)
committerEd Bartosh <eduard.bartosh@intel.com>
Sat, 14 Feb 2015 23:39:00 +0000 (01:39 +0200)
Change-Id: I951cee2ce85399b6e73d38280f9d960c2195275e
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
.gbp.conf [new file with mode: 0644]

diff --git a/.gbp.conf b/.gbp.conf
new file mode 100644 (file)
index 0000000..ffe959f
--- /dev/null
+++ b/.gbp.conf
@@ -0,0 +1,19 @@
+[DEFAULT]
+# Do not merge to packaging (after update)
+merge=False
+# Package is from Debian
+upstream-tag=v%(version)s
+# Don't use pristine-tar
+pristine-tar=False
+# Branch naming
+packaging-branch=devel
+upstream-branch=upstream
+# Subdir for RPM packaging data
+packaging-dir=packaging
+# Auto-generate patches against upstream
+patch-export = True
+patch-numbers = True
+patch-export-ignore-path = (.gbp.conf|packaging/.*|debian/.*)
+# Don't fail if the current branch does not match the main packaging branch
+ignore-branch = True
+