[Python-modules-commits] [pyaes] 03/06: Add autopkgtest tests.

Tristan Seligmann mithrandi at moszumanska.debian.org
Mon Dec 18 12:33:05 UTC 2017


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

mithrandi pushed a commit to branch debian/master
in repository pyaes.

commit bf206d88ed6775de84baaafc82d15e3815a1a378
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Mon Dec 18 14:18:00 2017 +0200

    Add autopkgtest tests.
---
 debian/changelog     | 1 +
 debian/tests/control | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1b8a401..dae2dfd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pyaes (1.6.0-2) unstable; urgency=medium
 
   * Fix substvar use (closes: #884689).
   * Bump Standards-Version to 4.1.2 (no changes).
+  * Add autopkgtest tests.
 
  -- Tristan Seligmann <mithrandi at debian.org>  Mon, 18 Dec 2017 14:11:08 +0200
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..eb77d44
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Test-Command: for p in $(pyversions -s) $(py3versions -s); do $p tests/test-aes.py; $p tests/test-blockfeeder.py; done
+Depends: @, python-crypto, python3-crypto

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



More information about the Python-modules-commits mailing list