File: rules

package info (click to toggle)
python-hglib 2.6.2-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 344 kB
  • sloc: python: 2,370; makefile: 20
file content (14 lines) | stat: -rwxr-xr-x 245 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

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

build:
	dh --with python3 --buildsystem=pybuild $@

test_%:
	$(MAKE) tests PYTHON=$*

override_dh_auto_test: $(foreach ver, $(shell py3versions -r), test_$(ver))

.PHONY: build