File: rules

package info (click to toggle)
u-msgpack-python 2.8.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: python: 1,210; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_NAME=umsgpack
export PYBUILD_TEST_ARGS=test_umsgpack.py
export PYBUILD_BEFORE_TEST=cp {dir}/test_umsgpack.py {build_dir}/
export PYBUILD_AFTER_TEST=rm {build_dir}/test_umsgpack.py

%:
	dh $@ --buildsystem=pybuild