File: rules

package info (click to toggle)
b4 0.14.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,788 kB
  • sloc: python: 10,145; sh: 38; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 216 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export PYBUILD_NAME=b4
export PYBUILD_BEFORE_TEST=cp -r {dir}/src/tests {build_dir}/

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

override_dh_clean:
	rm -rf src/b4.egg-info .pybuild
	dh_clean