[Python-modules-commits] [python-gear] 03/06: Fixed gbp.conf
Thomas Goirand
zigo at moszumanska.debian.org
Tue Sep 8 09:46:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
zigo pushed a commit to annotated tag debian/0.5.8-1
in repository python-gear.
commit 464477cb8ca31d004fb20ec34165371859578787
Author: Thomas Goirand <thomas at goirand.fr>
Date: Tue Sep 8 09:20:20 2015 +0000
Fixed gbp.conf
---
debian/changelog | 1 +
debian/gbp.conf | 10 ++++++++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index babe348..89cf5d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ python-gear (0.5.8-1) unstable; urgency=medium
* Removed non-active uploaders.
* Move stuff from build-depends to build-depends-indep.
* Better call unit test suite (directly with testr).
+ * Fixed debian/gbp.conf
-- Thomas Goirand <zigo at debian.org> Tue, 08 Sep 2015 09:11:03 +0000
diff --git a/debian/gbp.conf b/debian/gbp.conf
index ad83e12..7bf5959 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,2 +1,8 @@
-[git-buildpackage]
-debian-branch=master
+[DEFAULT]
+upstream-branch = master
+debian-branch = debian/unstable
+upstream-tag = %(version)s
+compression = xz
+
+[buildpackage]
+export-dir = ../build-area/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-gear.git
More information about the Python-modules-commits
mailing list