File: rules

package info (click to toggle)
pynliner 0.8.0-1
  • links: PTS, VCS
  • area: non-free
  • in suites: buster, stretch
  • size: 100 kB
  • ctags: 53
  • sloc: python: 331; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 255 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@ --with python2,python3

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