File: rules

package info (click to toggle)
python-protobuf.socketrpc 1.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 300 kB
  • ctags: 528
  • sloc: python: 2,072; makefile: 10
file content (19 lines) | stat: -rwxr-xr-x 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

PYBUILD_NAME=python-protobuf.socketrpc

override_dh_compress:
	dh_compress -X.py

override_dh_auto_clean:
	dh_auto_clean
	rm -rf src/*.egg-info/

override_dh_installexamples:
	dh_installexamples -X.pyc

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