Add files for tsconfig deb packaging
Add control and rules files to generate tsconfig deb following StarlingX/MultiOS/Debian Wiki. Story: 2004792 Task: 30177 Change-Id: I39336822c32463855e58ed1ef4b7214494a3eaa9 Signed-off-by: Mario Alfredo Carrillo Arevalo <mario.alfredo.c.arevalo@intel.com>
This commit is contained in:
parent
3701618c02
commit
4d41130fe2
14
tsconfig/debian/control
Normal file
14
tsconfig/debian/control
Normal file
@ -0,0 +1,14 @@
|
||||
Source: tsconfig
|
||||
Priority: optional
|
||||
Maintainer: The StarlingX Developer Team <starlingx-discuss@lists.starlingx.io>
|
||||
Build-Depends: debhelper,
|
||||
dh-python,
|
||||
python-setuptools,
|
||||
python-all
|
||||
|
||||
Standards-Version: 3.9.6
|
||||
Package: tsconfig
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, ${python:Depends}
|
||||
Description: This package contains the StarlingX tsconfig project.
|
||||
|
6
tsconfig/debian/rules
Normal file
6
tsconfig/debian/rules
Normal file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
export PYBUILD_INSTALL_ARGS=--install-data=/usr/share --prefix=/usr
|
||||
%:
|
||||
dh $@ --with python2 --buildsystem=pybuild
|
||||
|
Loading…
Reference in New Issue
Block a user