File: rules

package info (click to toggle)
mailmanclient 3.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,052 kB
  • sloc: python: 1,975; makefile: 83
file content (15 lines) | stat: -rwxr-xr-x 387 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
export PYBUILD_NAME=mailmanclient

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

# Tests disabled as they require a running mailman3 server
override_dh_auto_test:

override_dh_auto_build:
	PYTHONPATH=. sphinx-build -b html -c ./ -E -N . build/sphinx/html
	dh_auto_build

override_dh_installchangelogs:
	dh_installchangelogs src/mailmanclient/docs/NEWS.rst