debian/tests/control.autodep8 → debian/tests/control.
authorMichael R. Crusoe <michael.crusoe@gmail.com>
Wed, 16 Jan 2019 11:18:49 +0000 (03:18 -0800)
committerMichael R. Crusoe <michael.crusoe@gmail.com>
Wed, 16 Jan 2019 11:18:49 +0000 (03:18 -0800)
debian/changelog
debian/tests/control [new file with mode: 0644]
debian/tests/control.autodep8 [deleted file]

index bbca3fc01e74e1411452d6992a3c9bcdcb006781..1dda19bcefad04306da8ab40c15e2fff5b398e7d 100644 (file)
@@ -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 <michael.crusoe@gmail.com>  Wed, 16 Jan 2019 01:47:40 -0800
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644 (file)
index 0000000..3c2c2e0
--- /dev/null
@@ -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 (file)
index 3c2c2e0..0000000
+++ /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