File: rules

package info (click to toggle)
sleekxmpp 1.3.3-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,008 kB
  • sloc: python: 31,350; makefile: 115
file content (18 lines) | stat: -rwxr-xr-x 316 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE=1
export PYBUILD_NAME=sleekxmpp

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

override_dh_auto_test:
	python3 ./testall.py

override_dh_auto_build:
	dh_auto_build
	cd docs; make html

override_dh_sphinxdoc-indep:
	dh_sphinxdoc -Xtheme_extras.js