File: rules

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

export PYBUILD_NAME=mimeparse

export PYBUILD_BEFORE_TEST=cp mimeparse_test.py testdata.json {build_dir}
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/mimeparse_test.py {build_dir}/testdata.json

%:
	dh $@ --buildsystem=pybuild