File: rules

package info (click to toggle)
trimesh 4.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 33,416 kB
  • sloc: python: 35,596; makefile: 96; javascript: 85; sh: 38
file content (9 lines) | stat: -rwxr-xr-x 235 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

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

override_dh_clean:
	# these temporary files aren't cleaned up properly by the unit tests
	rm -rf models/material.mtl models/material_0.png models/sphere.obj
	dh_clean