File: rules

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

UPSTREAM_GIT := https://github.com/openstack/microversion-parse.git
include /usr/share/openstack-pkg-tools/pkgos.make

export PYBUILD_NAME=microversion-parse

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

override_dh_sphinxdoc:
	python3 -m sphinx -b html doc/source debian/python-microversion-parse-doc/usr/share/doc/python-microversion-parse-doc/html
	dh_sphinxdoc