File: rules

package info (click to toggle)
flufl.enum 4.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 492 kB
  • ctags: 190
  • sloc: python: 675; makefile: 8
file content (15 lines) | stat: -rwxr-xr-x 331 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export PYBUILD_NAME=flufl.enum
#export PYBUILD_VERBOSE=1
#export DH_VERBOSE=1

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

override_dh_installchangelogs:
	dh_installchangelogs -k flufl/enum/NEWS.rst

override_dh_installdocs:
	python setup.py build_sphinx
	dh_installdocs build/sphinx/html