File: rules

package info (click to toggle)
python-cleo 2.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,068 kB
  • sloc: python: 8,044; makefile: 18; sh: 2
file content (14 lines) | stat: -rwxr-xr-x 272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
#export DH_VERBOSE = 1

export PYBUILD_NAME=cleo
export LANGUAGE=en

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

override_dh_auto_build:
	dh_auto_build
ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
	$(MAKE) -C docs html
endif