[Python-modules-commits] [python-cryptography] 01/03: Add autopkgtest and support "nocheck" profile.

Tristan Seligmann mithrandi at moszumanska.debian.org
Mon Feb 22 00:34:06 UTC 2016


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

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

commit c63b051f611566fa3807c092ba951adf96195d0f
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Mon Feb 22 01:41:27 2016 +0200

    Add autopkgtest and support "nocheck" profile.
---
 debian/changelog     |  6 ++++++
 debian/control       | 31 ++++++++++++++++---------------
 debian/tests/control | 21 ++++++++++++++++++---
 3 files changed, 40 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ce56f74..17f1453 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cryptography (1.2.2-3) UNRELEASED; urgency=medium
+
+  * Add autopkgtest and support "nocheck" profile.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Mon, 22 Feb 2016 01:05:58 +0200
+
 python-cryptography (1.2.2-2) unstable; urgency=medium
 
   * Import a0bef9dfde0e94bd1a01db1b4fa51632ac842ee7 from upstream: fixes
diff --git a/debian/control b/debian/control
index d675876..bfd9892 100644
--- a/debian/control
+++ b/debian/control
@@ -3,35 +3,36 @@ Maintainer: Tristan Seligmann <mithrandi at debian.org>
 Section: python
 Priority: optional
 Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 9.20141010),
+ dpkg-dev (>= 1.17.14),
  dh-python,
  libssl-dev,
  python-all-dev,
  python-cffi (>= 1.1.0~),
- python-cryptography-vectors (<< 1.2.3~),
- python-cryptography-vectors (>= 1.2.2~),
+ python-cryptography-vectors (<< 1.2.3~) <!nocheck>,
+ python-cryptography-vectors (>= 1.2.2~) <!nocheck>,
  python-enum34,
- python-hypothesis,
+ python-hypothesis <!nocheck>,
  python-idna (>= 2.0~),
  python-ipaddress,
- python-iso8601,
- python-pretend,
+ python-iso8601 <!nocheck>,
+ python-pretend <!nocheck>,
  python-pyasn1 (>= 0.1.8~),
- python-pyasn1-modules,
- python-pytest,
+ python-pyasn1-modules <!nocheck>,
+ python-pytest <!nocheck>,
  python-setuptools,
  python-six (>= 1.4.1~),
  python3-all-dev,
  python3-cffi (>= 1.1.0~),
- python3-cryptography-vectors (<< 1.2.3~),
- python3-cryptography-vectors (>= 1.2.2~),
- python3-hypothesis,
+ python3-cryptography-vectors (<< 1.2.3~) <!nocheck>,
+ python3-cryptography-vectors (>= 1.2.2~) <!nocheck>,
+ python3-hypothesis <!nocheck>,
  python3-idna (>= 2.0~),
- python3-iso8601,
- python3-pretend,
+ python3-iso8601 <!nocheck>,
+ python3-pretend <!nocheck>,
  python3-pyasn1 (>= 0.1.8~),
- python3-pyasn1-modules,
- python3-pytest,
+ python3-pyasn1-modules <!nocheck>,
+ python3-pytest <!nocheck>,
  python3-setuptools,
  python3-six (>= 1.4.1~),
 Standards-Version: 3.9.6
diff --git a/debian/tests/control b/debian/tests/control
index c572b68..b763ebe 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,18 @@
-Tests: python2 python3
-Depends: @, @builddeps@
-Restrictions: needs-root
+Test-Command: for p in $(pyversions -s) $(py3versions -s); do $p -m pytest tests/; done
+Depends:
+ python-all,
+ python-cryptography,
+ python-cryptography-vectors,
+ python-hypothesis,
+ python-iso8601,
+ python-pretend,
+ python-pyasn1-modules,
+ python-pytest,
+ python3-all,
+ python3-cryptography,
+ python3-cryptography-vectors,
+ python3-hypothesis,
+ python3-iso8601,
+ python3-pretend,
+ python3-pyasn1-modules,
+ python3-pytest,

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



More information about the Python-modules-commits mailing list