Continue the merger of python3-pysam-tests and python-pysam-tests.
authorCharles Plessy <plessy@debian.org>
Wed, 10 Dec 2014 12:32:27 +0000 (21:32 +0900)
committerCharles Plessy <plessy@debian.org>
Wed, 10 Dec 2014 12:56:37 +0000 (21:56 +0900)
debian/python-pysam-tests.README.Debian
debian/python-pysam-tests.docs
debian/python3-pysam-tests.README.Debian [deleted file]
debian/python3-pysam-tests.docs [deleted file]
debian/python3-pysam-tests.install [deleted file]
debian/rules

index c05dd1f3800d7b540c59dac03197431d828f467b..0c7ed430f33913f86a7bfd9baac90c20451563a5 100644 (file)
@@ -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 <j.s.soares@gmail.com>  Fri, 28 Nov 2014 14:29:40 +0100
-
index 336cdc43865bc4a0c59881eb376cfe2ff40db3e9..8e41b7668431d9b5fa67005e07c6d51b69d4547a 100644 (file)
@@ -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 (file)
index 8e3d7d8..0000000
+++ /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 <j.s.soares@gmail.com>  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 (file)
index a3ed821..0000000
+++ /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 (file)
index 3044255..0000000
+++ /dev/null
@@ -1 +0,0 @@
-tests  usr/share/doc/python3-pysam
index 5f6209dbe751790d6ee429d657fae916d56a142b..954372938041f5f5d8f636670aa1fb0ae881e828 100755 (executable)
@@ -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