File: rules

package info (click to toggle)
python-ly 0.9.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,096 kB
  • sloc: python: 12,271; makefile: 149
file content (10 lines) | stat: -rwxr-xr-x 252 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DH_VERBOSE = 1

export PYBUILD_NAME = ly
export PYBUILD_AFTER_BUILD = PYTHONPATH=. http_proxy='127.0.0.1:9' \
                             make -C doc SPHINXOPTS=-N BUILDDIR=../build html man

%:
	dh $@ --buildsystem=pybuild