File: rules

package info (click to toggle)
python-overpy 0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 488 kB
  • ctags: 315
  • sloc: python: 1,986; xml: 1,037; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 340 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# main packaging script based on dh7 syntax
%:
	dh $@ --with python2,python3

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

override_dh_installexamples:
	dh_installexamples -A examples/*