12257075b7
Add control and rules files to generate cgts-client deb following StarlingX/MultiOS/Debian Wiki. Change-Id: I7595e0a0bb95ba2aef4191e3c011e45134c7fadb Story: 2004792 Task: 33625 Signed-off-by: Marcela Rosales <marcela.a.rosales.jimenez@intel.com>
9 lines
160 B
Makefile
9 lines
160 B
Makefile
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_INSTALL_ARGS=--install-data=/usr/share --prefix=/usr
|
|
export PBR_VERSION=1.0
|
|
|
|
%:
|
|
dh $@ --with python2 --buildsystem=pybuild
|
|
|