File: rules

package info (click to toggle)
python-nxtomomill 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,300 kB
  • sloc: python: 17,198; makefile: 15; sh: 3
file content (11 lines) | stat: -rwxr-xr-x 327 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=pybuild

# For some reason, even with a pybuild.testfiles, not all files are copied
execute_before_dh_auto_test:
	for i in .pybuild/cpython3_* ; do cp -a nxtomomill/tests/resources $$i/build/nxtomomill/tests/ ; done

execute_after_dh_auto_install:
	find debian -name conf.py -delete