[Python-modules-commits] [python-bcrypt] 09/10: deb/tests/control: add -all packages to test deps
Daniel Stender
stender at moszumanska.debian.org
Thu Jul 20 17:51:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
stender pushed a commit to branch debian/master
in repository python-bcrypt.
commit 2882701c5aec35830ce927aef46b36731baf4499
Author: Daniel Stender <stender at debian.org>
Date: Thu Jul 20 19:46:07 2017 +0200
deb/tests/control: add -all packages to test deps
---
debian/changelog | 4 +++-
debian/tests/control | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ed2da01..983ddb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,10 @@ python-bcrypt (3.1.3-1) UNRELEASED; urgency=medium
+ bump standards version to 4.0.0 (no further changes needed).
* deb/control:
+ build binaries for linux-any (Closes: #834062).
+ * deb/tests/control:
+ + add python{,3}-all packages to test deps.
- -- Daniel Stender <stender at debian.org> Thu, 20 Jul 2017 19:39:31 +0200
+ -- Daniel Stender <stender at debian.org> Thu, 20 Jul 2017 19:45:29 +0200
python-bcrypt (3.1.2-1) unstable; urgency=medium
diff --git a/debian/tests/control b/debian/tests/control
index bef8221..caadd32 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
Tests: python-bcrypt
-Depends: python-bcrypt, python-pytest
+Depends: python-bcrypt, python-pytest, python-all
Tests: python3-bcrypt
-Depends: python3-bcrypt, python3-pytest
\ No newline at end of file
+Depends: python3-bcrypt, python3-pytest, python3-all
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-bcrypt.git
More information about the Python-modules-commits
mailing list