From: Andreas Tille Date: Mon, 16 Apr 2018 12:52:26 +0000 (+0200) Subject: Rename d/tests/control to d/tests/control.autodep8 X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~120 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=80844664c3db797acf72101803ceb3ae4621a174;p=python-pysam.git Rename d/tests/control to d/tests/control.autodep8 --- diff --git a/debian/changelog b/debian/changelog index 7d16966..569113e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ python-pysam (0.14+ds-3) UNRELEASED; urgency=medium * Testsuite: autopkgtest-pkg-python + * Rename d/tests/control to d/tests/control.autodep8 - -- Andreas Tille Mon, 16 Apr 2018 14:51:25 +0200 + -- Andreas Tille Mon, 16 Apr 2018 14:52:03 +0200 python-pysam (0.14+ds-2) unstable; urgency=medium diff --git a/debian/tests/control b/debian/tests/control deleted file mode 100644 index 3c2c2e0..0000000 --- a/debian/tests/control +++ /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 diff --git a/debian/tests/control.autodep8 b/debian/tests/control.autodep8 new file mode 100644 index 0000000..3c2c2e0 --- /dev/null +++ b/debian/tests/control.autodep8 @@ -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