Conflicts:
debian/tests/control
Restore the separate tests package, but don't use it
for autopkgtest yet.
%:
LC_ALL=C.UTF-8 dh $@ --with python2,python3 --buildsystem=pybuild
- # Testing and building the test data are handled by autopkgtest,
- # but debian/rules must be able to clean up after it.
+ override_dh_auto_build:
+ dh_auto_build
+ $(MAKE) -C tests/pysam_data
+
+ override_dh_install:
+ dh_install -Xtest.gtf.gz
+
-override_dh_auto_test:
-#nothing to test until pysam is installed.
-#test package is provided for both Python versions
-
override_dh_auto_clean:
dh_auto_clean
$(MAKE) -C tests/pysam_data clean