Loading debian/rules +0 −9 Original line number Diff line number Diff line Loading @@ -33,12 +33,3 @@ override_dh_auto_clean: override_dh_auto_build: make dh_auto_build override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) BUILDPATH=$(shell pybuild --print build_dir --interpreter python3) ; \ ln -s $(CURDIR)/sample_data $${BUILDPATH} ; \ ln -s $(CURDIR)/unicycler-runner.py $${BUILDPATH} ; \ cp -a unicycler/*.so $${BUILDPATH}/$(PYBUILD_NAME) ; \ PYTHONPATH=$${BUILDPATH}/$(PYBUILD_NAME) dh_auto_test || true endif Loading
debian/rules +0 −9 Original line number Diff line number Diff line Loading @@ -33,12 +33,3 @@ override_dh_auto_clean: override_dh_auto_build: make dh_auto_build override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) BUILDPATH=$(shell pybuild --print build_dir --interpreter python3) ; \ ln -s $(CURDIR)/sample_data $${BUILDPATH} ; \ ln -s $(CURDIR)/unicycler-runner.py $${BUILDPATH} ; \ cp -a unicycler/*.so $${BUILDPATH}/$(PYBUILD_NAME) ; \ PYTHONPATH=$${BUILDPATH}/$(PYBUILD_NAME) dh_auto_test || true endif