blob: e7c975eb8f401e14e8d06f61b4db3c8a69c734bb (
plain)
1
2
3
4
5
6
7
|
#!/usr/bin/make -f
%:
dh $@ --with python2 --buildsystem=python_distutils
# FIXME: need to insert an extra build step to generate from the inputs the proto (and build dep on protobuf-c-compiler)
|