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