File: rules

package info (click to toggle)
python-zenoss 0.6.2-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 88 kB
  • sloc: python: 232; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ --with python2,python3

override_dh_auto_install:
	python  setup.py install --root=debian/python-zenoss  --install-layout=deb
	python3 setup.py install --root=debian/python3-zenoss --install-layout=deb

override_dh_auto_clean:
	dh_auto_clean
	rm -rf build/