File: rules

package info (click to toggle)
python-et-xmlfile 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 808 kB
  • sloc: python: 8,133; xml: 13; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

#export DH_VERBOSE = 1
export LC_ALL=C.UTF-8
export PYBUILD_NAME=et-xmlfile
export PYBUILD_TEST_ARGS=et_xmlfile/tests/test_*.py
export PYBUILD_BEFORE_TEST=cp -r et_xmlfile/tests {build_dir}/et_xmlfile/
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/et_xmlfile/tests/

%:
	dh $@ --buildsystem=pybuild