File: rules

package info (click to toggle)
python-guacamole 0.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 420 kB
  • ctags: 296
  • sloc: python: 1,037; makefile: 151; sh: 8
file content (11 lines) | stat: -rwxr-xr-x 266 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
export PYBUILD_NAME=guacamole

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

override_dh_auto_build:
	set -e
	dh_auto_build --buildsystem=pybuild
	python3 setup.py build_sphinx -b html
	python3 setup.py build_sphinx -b doctest