Add .gbp.conf
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 26 Mar 2013 09:43:41 +0000 (11:43 +0200)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 26 Mar 2013 10:13:08 +0000 (12:13 +0200)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
.gbp.conf [new file with mode: 0644]

diff --git a/.gbp.conf b/.gbp.conf
new file mode 100644 (file)
index 0000000..3d416ed
--- /dev/null
+++ b/.gbp.conf
@@ -0,0 +1,7 @@
+[DEFAULT]
+# Vendor/Distro name
+vendor=Tizen
+# Subdir for RPM packaging data
+packaging-dir=packaging
+# Export hook
+postexport=if [ -f Makefile ]; then make dsc; fi