File: rules

package info (click to toggle)
prawcore 2.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,108 kB
  • sloc: python: 1,857; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 184 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME = prawcore
export PYBUILD_DISABLE = test

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

execute_before_dh_auto_clean:
	rm -rf $(CURDIR)/.eggs