File: rules

package info (click to toggle)
pydispatcher 2.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 372 kB
  • ctags: 315
  • sloc: python: 1,060; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME=pydispatch

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

override_dh_installdocs:
	cd docs/pydoc && PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=../.. ./builddocs.py
	dh_installdocs

override_dh_installexamples:
	chmod 0644 examples/*py
	dh_installexamples