Skip to content
Commits on Source (2)
multiqc (1.7-1) UNRELEASED; urgency=medium
* Initial release (Closes: #<bug>)
* Initial release (Closes: #925304)
-- Andreas Tille <tille@debian.org> Fri, 22 Mar 2019 08:07:09 +0100
#!/usr/bin/make -f
export PYBUILD_NAME=multiqc
# DH_VERBOSE := 1
export LC_ALL=C.UTF-8
......@@ -20,8 +22,8 @@ include /usr/share/dpkg/default.mk
%:
dh $@ --with python3 --buildsystem=pybuild
### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected
#override_dh_auto_test:
#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# do_stuff_for_testing
#endif
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
cp -a $(PYBUILD_NAME)*.egg-info $(shell pybuild --print build_dir --interpreter python3)
dh_auto_test
endif