File: rules

package info (click to toggle)
googleplay-api 0.4.4%2Bgit20200310-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 3,628 kB
  • sloc: python: 836; sh: 22; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 188 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

include /usr/share/dpkg/default.mk

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

override_dh_clean:
	dh_clean
	rm -rf gpapi.egg-info/
	rm -f gpapi/googleplay_pb2.py