From 686556f5642672dc71644b770b83c4c5412784b3 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 18 Sep 2017 19:31:06 +0200 Subject: [PATCH] d/control: bump Standards-Version --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2662ee3..22333f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ pytest-mock (1.6.3-1) unstable; urgency=medium * d/control: Build-Conflicts on python3-mock as tests are expecting it to be absent. * d/control: Build-Depends on python-mock (>= 2). Closes: #861245. + * d/control: bump Standards-Version. -- Vincent Bernat Mon, 18 Sep 2017 19:14:32 +0200 diff --git a/debian/control b/debian/control index 733e5ba..8afc4a4 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9), dh-python, python3-setuptools, python3-setuptools-scm Build-Conflicts: python3-mock -Standards-Version: 3.9.8 +Standards-Version: 4.0.0 Homepage: https://github.com/pytest-dev/pytest-mock/ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pytest-mock.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-mock.git