File: rules

package info (click to toggle)
python-mcstasscript 0.0.46%2Bgit20260220132321.813e2ef-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,448 kB
  • sloc: python: 13,478; makefile: 14
file content (9 lines) | stat: -rwxr-xr-x 262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_TEST_ARGS=-k "not test_simple_instrument and not test_slit and not test_complex_instrument"

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_install:
	find debian/python3-mcstasscript/usr/lib/ -type f -name '*.instr' -delete