File: rules

package info (click to toggle)
python-airr 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 636 kB
  • sloc: python: 2,407; sh: 19; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 332 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
#export DH_VERBOSE = 1

export PYBUILD_NAME=airr

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	@echo "Upstream source is lacking data file tests/data/good_data.tsv so we can not test."
endif

override_dh_auto_clean:
	dh_auto_clean
	rm -rf airr.egg-info/