--- qwo-0.5.orig/.gbp.conf
+++ qwo-0.5/.gbp.conf
@@ -0,0 +1,26 @@
+[DEFAULT]
+# the default build command:
+builder = debuild -i'\.(git\.*|gbp.conf)'
+# the default clean command:
+cleaner = fakeroot debian/rules clean
+# the default branch for upstream sources:
+upstream-branch = master
+# the default branch for the debian patch:
+debian-branch = debian
+# the default tag formats used:
+
+# We might like to base debian releases on upstream releases (with
+# prepackage autotools magic)
+#upstream-tag = releases/%(version)s
+debian-tag = debian/%(version)s
+
+# Options only affecting git-buildpackage
+[git-buildpackage]
+# ignore some any non-gitted files
+#ignore-new = True
+#upstream-branch = dfsgclean
+# uncomment this to automatically GPG sign tags
+#sign-tags = True
+# keyid to GPG sign tags with
+export-dir = ../build-area/
+tarball-dir = ../build-area/
