[Python-modules-commits] [mockldap] 01/02: Add python-mock to Depends for the Python2 package (Closes: #880865).
Michael Fladischer
fladi at moszumanska.debian.org
Thu Nov 9 21:34:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch debian/master
in repository mockldap.
commit b42fd64030a01fd679e9982d9d75d81f3311874a
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Thu Nov 9 22:30:45 2017 +0100
Add python-mock to Depends for the Python2 package (Closes: #880865).
---
debian/changelog | 6 ++++++
debian/control | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a9f9ba9..c1b68ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mockldap (0.3.0-2) UNRELEASED; urgency=medium
+
+ * Add python-mock to Depends for the Python2 package (Closes: #880865).
+
+ -- Michael Fladischer <fladi at debian.org> Thu, 09 Nov 2017 22:29:44 +0100
+
mockldap (0.3.0-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index 5d2700b..b0bafcf 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/mockldap.gi
Package: python-mockldap
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, python-mock
Suggests: python-mockldap-doc
Description: simple mock implementation of python-ldap (Python2 version)
This project provides a mock replacement for python-ldap. It’s useful for any
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/mockldap.git
More information about the Python-modules-commits
mailing list