File: rules

package info (click to toggle)
python-junit-xml 1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 128 kB
  • ctags: 55
  • sloc: python: 629; 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