File: rules

package info (click to toggle)
pychromecast 0.7.7-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 288 kB
  • ctags: 936
  • sloc: python: 1,495; makefile: 6
file content (13 lines) | stat: -rwxr-xr-x 189 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#DH_VERBOSE = 1


export PYBUILD_NAME = pychromecast

%:
	dh $@ --with python2,python3 --buildsystem=pybuild


override_dh_clean:
	dh_clean
	rm -rf PyChromecast.egg-info