File: rules

package info (click to toggle)
cedar-backup3 3.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,172 kB
  • sloc: python: 69,622; sh: 594; makefile: 148
file content (11 lines) | stat: -rwxr-xr-x 368 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# Set to enable verbose output from debhelper
#export DH_VERBOSE=1

export PYBUILD_TEST_CUSTOM = 1
export PYBUILD_TEST_ARGS = {interpreter} -m unittest discover -s tests -t tests
export PYBUILD_AFTER_INSTALL = PYTHONPATH={build_dir} {interpreter} -m sphinx -N -b html docs docs/_build/html

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