From: Charles Plessy Date: Wed, 10 Dec 2014 12:32:27 +0000 (+0900) Subject: Continue the merger of python3-pysam-tests and python-pysam-tests. X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~340 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=719a64a00e08ce7ef7af0ec03b0b2ac624e05906;p=python-pysam.git Continue the merger of python3-pysam-tests and python-pysam-tests. --- diff --git a/debian/python-pysam-tests.README.Debian b/debian/python-pysam-tests.README.Debian index c05dd1f..0c7ed43 100644 --- a/debian/python-pysam-tests.README.Debian +++ b/debian/python-pysam-tests.README.Debian @@ -1,12 +1,8 @@ Pysam for Debian ================ -To verify whether your python-pysam modules are working correctly -you can run the test suite manually by running the script - - run-nose-tests - -in this directory. +To verify whether your python-pysam and python3-pysam modules are working +correctly you can run the test suite manually by running the scripts +run-nose-tests and run-nose3-tests in this directory. -- Jorge Soares Fri, 28 Nov 2014 14:29:40 +0100 - diff --git a/debian/python-pysam-tests.docs b/debian/python-pysam-tests.docs index 336cdc4..8e41b76 100644 --- a/debian/python-pysam-tests.docs +++ b/debian/python-pysam-tests.docs @@ -1 +1,2 @@ -debian/python-tests/run-nose-tests +debian/tests/run-nose-tests +debian/tests/run-nose3-tests diff --git a/debian/python3-pysam-tests.README.Debian b/debian/python3-pysam-tests.README.Debian deleted file mode 100644 index 8e3d7d8..0000000 --- a/debian/python3-pysam-tests.README.Debian +++ /dev/null @@ -1,13 +0,0 @@ -Pysam for Debian -================ - -To verify whether your python3-pysam modules are working correctly -you can run the test suite manually by running the script - - run-nose3-tests - -in this directory. - - -- Jorge Soares Fri, 28 Nov 2014 14:29:40 +0100 - - diff --git a/debian/python3-pysam-tests.docs b/debian/python3-pysam-tests.docs deleted file mode 100644 index a3ed821..0000000 --- a/debian/python3-pysam-tests.docs +++ /dev/null @@ -1 +0,0 @@ -debian/python3-tests/run-nose3-tests diff --git a/debian/python3-pysam-tests.install b/debian/python3-pysam-tests.install deleted file mode 100644 index 3044255..0000000 --- a/debian/python3-pysam-tests.install +++ /dev/null @@ -1 +0,0 @@ -tests usr/share/doc/python3-pysam diff --git a/debian/rules b/debian/rules index 5f6209d..9543729 100755 --- a/debian/rules +++ b/debian/rules @@ -15,4 +15,4 @@ export HTSLIB_INCLUDE_DIR=/usr/include override_dh_auto_test: #nothing to test until pysam is installed. -#test packages are provided for both pithon versions +#test package is provided for both Python versions