File: rules

package info (click to toggle)
pylibmc 1.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 576 kB
  • sloc: ansic: 2,398; python: 1,014; makefile: 95
file content (13 lines) | stat: -rwxr-xr-x 355 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=pylibmc
export PYBUILD_AFTER_BUILD_python3=PYLIBMC_DIR={build_dir} {interpreter} -m sphinx -b html -d docs/.build/.doctrees -N docs docs/.build/html
export PYBUILD_DISABLE=test

export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow

%:
	dh $@ --buildsystem=pybuild

override_dh_compress:
	dh_compress -X changelog.html