9c636ed5c2
Add packaging infrastructure for python-fmclient. Story: 2009101 Task: 43050 Signed-off-by: Charles Short <charles.short@windriver.com> Change-Id: I0691edccd28199e0cdb17994da68d4f4bb80eed7
8 lines
127 B
Makefile
Executable File
8 lines
127 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
#export DH_VERBOSE = 1
|
|
|
|
export PYBUILD_NAME=python-fmclient
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|