File: rules

package info (click to toggle)
jeepney 0.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 580 kB
  • sloc: python: 2,960; makefile: 206; xml: 115
file content (20 lines) | stat: -rwxr-xr-x 483 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

export PYBUILD_NAME=jeepney

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

execute_after_dh_auto_build:
	$(MAKE) -Cdocs html

override_dh_auto_test:
	dbus-run-session -- dh_auto_test

override_dh_installdocs:
	dh_installdocs -pjeepney-doc --doc-main-package=python3-jeepney
	dh_installdocs --remaining-packages

override_dh_installexamples:
	dh_installexamples -pjeepney-doc --doc-main-package=python3-jeepney
	dh_installexamples --remaining-packages