cfe091f81a
Add control and rules files to generate tsconfig deb following StarlingX/MultiOS/Debian Wiki. Story: 2004792 Task: 30177 Depends-On: Ib6fdf7aaad5ed91be091b7f1f63365895a8aea7d Change-Id: I39336822c32463855e58ed1ef4b7214494a3eaa9 Signed-off-by: Mario Alfredo Carrillo Arevalo <mario.alfredo.c.arevalo@intel.com>
7 lines
136 B
Makefile
7 lines
136 B
Makefile
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_INSTALL_ARGS=--install-data=/usr/share --prefix=/usr
|
|
%:
|
|
dh $@ --with python2 --buildsystem=pybuild
|
|
|