File: rules

package info (click to toggle)
python-pulp 2.7.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,800 kB
  • sloc: python: 8,181; makefile: 18; sh: 16
file content (8 lines) | stat: -rwxr-xr-x 219 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_NAME=pulp
export PYBUILD_BEFORE_TEST=cp -av examples {build_dir}
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/examples {build_dir}/*.lp

%:
	dh $@ --buildsystem=pybuild --with python3