summaryrefslogtreecommitdiff
path: root/debian/gbp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r--debian/gbp.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..38ddddf
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,10 @@
+# The Git repository referenced by the Vcs-Git field of debian/control
+# combines upstream development (in master) with the Debian packaging (in the
+# debian/* branches). Tell git-buildpackage about this layout.
+
+[DEFAULT]
+debian-branch = debian/unstable
+upstream-branch = upstream/latest
+
+[import-orig]
+upstream-vcs-tag = release/%(version)s