File: rules

package info (click to toggle)
python-procset 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 532 kB
  • sloc: python: 2,607; makefile: 22
file content (19 lines) | stat: -rwxr-xr-x 465 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DH_VERBOSE=1
export PYBUILD_NAME=procset
export PYBUILD_TEST_PYTEST=1

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

execute_after_dh_auto_build:
	$(MAKE) --directory=docs html

override_dh_installdocs:
	dh_installdocs --package=python-procset-doc --doc-main-package=python3-procset
	dh_installdocs --remaining-packages

execute_after_dh_auto_clean:
	$(MAKE) --directory=docs clean
	$(RM) --recursive -- src/procset.egg-info/