[Python-modules-commits] [raven] 01/02: d/control: add dependency on python-contextlib2. Closes: #883704
Vincent Bernat
bernat at moszumanska.debian.org
Wed Dec 6 18:46:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to annotated tag debian/6.3.0-2
in repository raven.
commit fe0c15906de54a4b0984e5b0ab201b46cf92e40c
Author: Vincent Bernat <vincent at bernat.im>
Date: Wed Dec 6 19:43:56 2017 +0100
d/control: add dependency on python-contextlib2. Closes: #883704
---
debian/changelog | 6 ++++++
debian/control | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index f0e5e22..30a4963 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-raven (6.3.0-2) UNRELEASED; urgency=medium
+
+ * d/control: add dependency on python-contextlib2. Closes: #883704.
+
+ -- Vincent Bernat <bernat at debian.org> Wed, 06 Dec 2017 19:43:10 +0100
+
python-raven (6.3.0-1) unstable; urgency=medium
* New upstream version.
diff --git a/debian/control b/debian/control
index 5c028bd..f3a7100 100644
--- a/debian/control
+++ b/debian/control
@@ -44,7 +44,7 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/raven.git
Package: python-raven
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
-Recommends: ${python:Recommends}
+Recommends: ${python:Recommends}, python-contextlib2
Suggests: ${python:Suggests}
Description: client for Sentry - Python 2.X
Raven is a Python client for Sentry. It provides full out-of-the-box
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/raven.git
More information about the Python-modules-commits
mailing list