File: rules

package info (click to toggle)
python-junit-xml 1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 144 kB
  • sloc: python: 892; makefile: 21
file content (12 lines) | stat: -rwxr-xr-x 271 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

export PYBUILD_TEST_PYTEST = 1

override_dh_auto_install:
	python3 setup.py install --install-layout=deb --root=$(CURDIR)/debian/python3-junit.xml

override_dh_installdocs:
	dh_installdocs -A README.rst