File: rules

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

export PYBUILD_NAME = klein
export PYTHONPATH = $(CURDIR)/src

%:
	dh $@ --buildsystem pybuild

execute_after_dh_auto_clean:
	rm -rf src/klein.egg-info