From: Michael R. Crusoe Date: Wed, 16 Jan 2019 11:18:49 +0000 (-0800) Subject: debian/tests/control.autodep8 → debian/tests/control. X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~97 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a5b52556dd4cb8a69adaa4cdecd2d7b2244763a2;p=python-pysam.git debian/tests/control.autodep8 → debian/tests/control. --- diff --git a/debian/changelog b/debian/changelog index bbca3fc..1dda19b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ python-pysam (0.15.2+ds-1) UNRELEASED; urgency=medium * Standards-Version: 4.3.0, no changes needed * added Py2 and Py3 versions of ${python:Provides} * Fix lintian found spelling typos. + * debian/tests/control.autodep8 → debian/tests/control. -- Michael R. Crusoe Wed, 16 Jan 2019 01:47:40 -0800 diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..3c2c2e0 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,7 @@ +Test-Command: make -C tests/pysam_data && make -C tests/cbcf_data && pytest +Depends: @builddeps@, python-pysam +Restrictions: allow-stderr, rw-build-tree + +Test-Command: make -C tests/pysam_data && make -C tests/cbcf_data && pytest-3 +Depends: @builddeps@, python3-pysam, +Restrictions: allow-stderr, rw-build-tree diff --git a/debian/tests/control.autodep8 b/debian/tests/control.autodep8 deleted file mode 100644 index 3c2c2e0..0000000 --- a/debian/tests/control.autodep8 +++ /dev/null @@ -1,7 +0,0 @@ -Test-Command: make -C tests/pysam_data && make -C tests/cbcf_data && pytest -Depends: @builddeps@, python-pysam -Restrictions: allow-stderr, rw-build-tree - -Test-Command: make -C tests/pysam_data && make -C tests/cbcf_data && pytest-3 -Depends: @builddeps@, python3-pysam, -Restrictions: allow-stderr, rw-build-tree