[Python-modules-commits] [pytest-httpbin] 01/01: drop git-dpm regime, add standard settings to deb/gbp.conf

Daniel Stender stender at moszumanska.debian.org
Tue Jul 18 14:41:58 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-httpbin.

commit aeafca577893d22d842bcbb98d333fcfe7833b54
Author: Daniel Stender <stender at debian.org>
Date:   Tue Jul 18 16:38:35 2017 +0200

    drop git-dpm regime, add standard settings to deb/gbp.conf
---
 debian/.git-dpm  | 11 -----------
 debian/changelog |  7 +++++++
 debian/gbp.conf  |  5 +++++
 3 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index 7ebc1c2..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,11 +0,0 @@
-# see git-dpm(1) from git-dpm package
-5454e064064bb59ff7abac40dce608410042fa17
-5454e064064bb59ff7abac40dce608410042fa17
-5454e064064bb59ff7abac40dce608410042fa17
-5454e064064bb59ff7abac40dce608410042fa17
-pytest-httpbin_0.2.3.orig.tar.xz
-a5f5b83edbb626757e2817ae5e9a8a2bed7d019b
-12204
-debianTag="debian/%e%v"
-patchedTag="patched/%e%v"
-upstreamTag="upstream/%e%u"
diff --git a/debian/changelog b/debian/changelog
index 700cf4c..c132c56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pytest-httpbin (0.2.3-2) UNRELEASED; urgency=medium
+
+  * drop git-dpm regime (remove deb/.git-dpm).
+  * deb/gbp.conf: add standard settings incl. debian-branch for DEP-14.
+
+ -- Daniel Stender <stender at debian.org>  Tue, 18 Jul 2017 16:37:25 +0200
+
 pytest-httpbin (0.2.3-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/gbp.conf b/debian/gbp.conf
index cec628c..1f9ada1 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,2 +1,7 @@
 [DEFAULT]
+upstream-branch = upstream
+debian-branch = debian/master
+upstream-tag = upstream/%(version)s
+debian-tag = debian/%(version)s
+sign-tags = True
 pristine-tar = True

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-httpbin.git



More information about the Python-modules-commits mailing list