[Python-modules-commits] [pytest-xdist] 01/18: deb/gbp.conf: changed debian-branch to meet DEP-14, add sign-tags field
Daniel Stender
stender at moszumanska.debian.org
Sat Aug 5 17:57:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
stender pushed a commit to branch debian/master
in repository pytest-xdist.
commit 83f4d3d198ef38b5563fe509d43c8ff2a94fceff
Author: Daniel Stender <stender at debian.org>
Date: Sat Aug 5 19:08:59 2017 +0200
deb/gbp.conf: changed debian-branch to meet DEP-14, add sign-tags field
---
debian/changelog | 8 ++++++++
debian/gbp.conf | 5 ++---
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 66e0cb5..0c95540 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pytest-xdist (1.15.0-4) UNRELEASED; urgency=medium
+
+ * deb/gbp.conf:
+ + changed debian-branch to meet DEP-14.
+ + add sign-tags field switched to True.
+
+ -- Daniel Stender <stender at debian.org> Sat, 05 Aug 2017 19:07:50 +0200
+
pytest-xdist (1.15.0-3) unstable; urgency=medium
* deb/rules: activate build-time tests:
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 78ab127..7eebb30 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -2,7 +2,6 @@
upstream-tag = upstream/%(version)s
debian-tag = debian/%(version)s
pristine-tar = True
-
-[import-orig]
upstream-branch = upstream
-debian-branch = master
+debian-branch = debian/master
+sign-tags = True
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-xdist.git
More information about the Python-modules-commits
mailing list