File: rules

package info (click to toggle)
python-pygit2 1.11.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,460 kB
  • sloc: ansic: 11,456; python: 6,703; sh: 170; makefile: 19
file content (8 lines) | stat: -rwxr-xr-x 305 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_NAME=pygit2
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export PYBUILD_AFTER_INSTALL_python3=cd docs && PYTHONPATH={build_dir} {interpreter} -m sphinx -b html . $(CURDIR)/debian/python-pygit2-doc/usr/share/doc/python-pygit2-doc/html

%:
	dh $@ --buildsystem=pybuild