From 278fa003397ea31603d26e8a23d76b415eeafd04 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 3 May 2012 21:11:58 -0400 Subject: [PATCH] PKG: rudimentary gbp.conf to ease building with git-buildpackage --- 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..6679a135 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,9 @@ +[DEFAULT] +# the default branch for upstream sources: +upstream-branch = master +# the default branch for the debian patch: +debian-branch = debian +# the default tag formats used: +upstream-tag = v%(version)s +debian-tag = debian/%(version)s +