File: rules

package info (click to toggle)
mdp 3.6-1.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 2,360 kB
  • sloc: python: 25,550; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 373 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
#export DH_VERBOSE=1
export PYBUILD_NAME = mdp
RSEED:=725021957

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:
	PYBUILD_SYSTEM=custom \
	PYBUILD_TEST_ARGS="{interpreter} -m pytest --seed=$(RSEED) mdp && {interpreter} -m pytest --seed=$(RSEED) bimdp" dh_auto_test

override_dh_installchangelogs:
	dh_installchangelogs -k CHANGES