[Python-modules-commits] [responses] 01/01: Added depends to python(3)-cookies
Ondřej Nový
onovy-guest at moszumanska.debian.org
Mon Apr 4 20:37:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy-guest pushed a commit to branch master
in repository responses.
commit 8f242c07cf98bb09d42328da1a5979d3aeaf73da
Author: Ondřej Nový <novy at ondrej.org>
Date: Mon Apr 4 22:29:13 2016 +0200
Added depends to python(3)-cookies
---
debian/changelog | 1 +
debian/control | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index bf83367..900bfb1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ responses (0.5.1-1) UNRELEASED; urgency=medium
automatically
* Standards-Version is 3.9.7 now (no change)
* Bumped debhelper version to 9
+ * Added depends to python(3)-cookies
-- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 22:30:37 +0200
diff --git a/debian/control b/debian/control
index 2dd6a5d..1a6455c 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/responses.g
Package: python-responses
Architecture: all
Depends:
+ python-cookies,
${misc:Depends},
${python:Depends}
Description: Utility library for mocking out the requests Python library
@@ -29,6 +30,7 @@ Description: Utility library for mocking out the requests Python library
Package: python3-responses
Architecture: all
Depends:
+ python3-cookies,
${misc:Depends},
${python3:Depends}
Description: Utility library for mocking out the requests Python 3 library
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/responses.git
More information about the Python-modules-commits
mailing list