[Python-modules-commits] [python-hypothesis] 01/01: Add python-hypothesis-doc to Suggests.

Tristan Seligmann mithrandi at moszumanska.debian.org
Sun May 15 21:31:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch master
in repository python-hypothesis.

commit 7744f79f016ed5b7334883b5401589243655f305
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Sun May 15 23:28:39 2016 +0200

    Add python-hypothesis-doc to Suggests.
---
 debian/changelog | 6 ++++++
 debian/control   | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6a9e5a9..48f8ce7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-hypothesis (3.1.3-2) unstable; urgency=medium
+
+  * Add python-hypothesis-doc to Suggests.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Sun, 15 May 2016 23:28:36 +0200
+
 python-hypothesis (3.1.3-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 888aa34..2e36d81 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-hypo
 Package: python-hypothesis
 Architecture: all
 Depends: python-enum34, ${misc:Depends}, ${python:Depends}
+Suggests: python-hypothesis-doc
 Description: advanced Quickcheck style testing library for Python 2
  Hypothesis is a library for testing your Python code against a much
  larger range of examples than you would ever want to write by
@@ -40,6 +41,7 @@ Description: advanced Quickcheck style testing library for Python 2
 Package: python3-hypothesis
 Architecture: all
 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Suggests: python-hypothesis-doc
 Description: advanced Quickcheck style testing library for Python 3
  Hypothesis is a library for testing your Python code against a much
  larger range of examples than you would ever want to write by

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



More information about the Python-modules-commits mailing list