File: rules

package info (click to toggle)
python-twomemo 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 236 kB
  • sloc: python: 1,147; makefile: 17
file content (12 lines) | stat: -rwxr-xr-x 302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=twomemo

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

execute_before_dh_auto_build:
	protoc --python_out=twomemo/ --mypy_out=twomemo/ twomemo.proto

execute_after_dh_auto_install:
	rm -rf $(CURDIR)/debian/python3-twomemo/usr/lib/python3.*/dist-packages/docs/