File: rules

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

%:
	dh $@ --with python2,python3

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

override_dh_installdocs:
	dh_installdocs -A README.rst