This is an automated email from the git hooks/post-receive script. plessy pushed a commit to branch master in repository python-pysam.
commit 719a64a00e08ce7ef7af0ec03b0b2ac624e05906 Author: Charles Plessy <[email protected]> Date: Wed Dec 10 21:32:27 2014 +0900 Continue the merger of python3-pysam-tests and python-pysam-tests. --- debian/python-pysam-tests.README.Debian | 10 +++------- debian/python-pysam-tests.docs | 3 ++- debian/python3-pysam-tests.README.Debian | 13 ------------- debian/python3-pysam-tests.docs | 1 - debian/python3-pysam-tests.install | 1 - debian/rules | 2 +- 6 files changed, 6 insertions(+), 24 deletions(-) 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 <[email protected]> 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 <[email protected]> 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
