File: rules

package info (click to toggle)
psrecord 1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: python: 295; makefile: 7
file content (9 lines) | stat: -rwxr-xr-x 183 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_clean:
	rm -rf .pytest_cache
	rm -rf psrecord/_version.py
	rm -rf psrecord.egg-info
	dh_auto_clean