From 60d455a553ade90197d693b817bd58c5c6cf57e1 Mon Sep 17 00:00:00 2001 From: Ryan Niebur Date: Wed, 23 Oct 2013 20:23:08 -0700 Subject: [PATCH] add a gbp.conf that I think might work with the existing use of this repository --- debian/gbp.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 debian/gbp.conf diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 00000000..12edaefa --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,9 @@ +[git-import-orig] +upstream-branch=upstream-unstable +debian-branch=master +upstream-tag=%(version)s + +[git-import-dsc] +upstream-branch=upstream-unstable +debian-branch=master +upstream-tag=%(version)s