
Add control and rules files to generate controllerconfig deb following StarlingX/MultiOS/Debian Wiki. Change-Id: Iee2b8060e0384168e863da358255b1ef5e5c813d Story: 2004792 Task: 33623 Signed-off-by: Marcela Rosales <marcela.a.rosales.jimenez@intel.com>
10 lines
218 B
Makefile
10 lines
218 B
Makefile
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_INSTALL_ARGS=--install-data=/usr/share --prefix=/usr --single-version-externally-managed
|
|
|
|
%:
|
|
dh $@ --with python2 --buildsystem=pybuild
|
|
|
|
override_dh_auto_test:
|
|
echo "skipping test"
|