File: rules

package info (click to toggle)
python-zenoss 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 108 kB
  • ctags: 52
  • sloc: python: 258; 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/