Commit 02ebb6c8 authored by Liubov Chuprikova's avatar Liubov Chuprikova
Browse files

d/rules and more Build-Depends

parent 6a574267
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -7,6 +7,14 @@ Build-Depends: debhelper (>= 12~),
               dh-python,
               python3,
               python3-setuptools,
               python3-pytest-cov,
               python3-yaml,
               python3-pandas,
               python3-skbio,
               python3-psutil,
               python3-seaborn,
               qiime,
               q2-types,
               nodejs
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/q2-demux
+4 −10
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# DH_VERBOSE := 1
export LC_ALL=C.UTF-8

include /usr/share/dpkg/default.mk
# include /usr/share/dpkg/default.mk
# this provides:
# DEB_SOURCE: the source package name
# DEB_VERSION: the full version of the package (epoch + upstream vers. + revision)
@@ -18,14 +18,8 @@ include /usr/share/dpkg/default.mk
# export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@
	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:
	dh_auto_test -- -s custom --test-args="cd {build_dir}; py.test-3 --cov=q2_demux"
### If you **really** can not use uscan (even not with mode=git) use a debian/get-orig-script
#get-orig-source:
#	. debian/get-orig-source