aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <n-dechesne@ti.com>2011-06-25 14:47:14 +0200
committerNicolas Dechesne <n-dechesne@ti.com>2011-07-02 15:41:27 +0200
commitc8b28913db92d297e63ca46f8b186fc330f3997a (patch)
tree83a98fc5eff82a19ef7ec706fc146a62f90b80a2
parent1a5d651b56caff02480a086bfa62bce061c5db4f (diff)
Added gbp.conf configuration file in the master branchdebian/0.10.35-1
we enforce the use of pristine-tar and set the upstream and debian branches. Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com>
-rw-r--r--debian/gbp.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..ebb3d05
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,6 @@
+[DEFAULT]
+upstream-branch = upstream
+debian-branch = master
+pristine-tar = True
+upstream-tag = upstream/%(version)s
+debian-tag = debian/%(version)s