diff --git a/tsconfig/debian/control b/tsconfig/debian/control new file mode 100644 index 00000000..4d27aae8 --- /dev/null +++ b/tsconfig/debian/control @@ -0,0 +1,14 @@ +Source: tsconfig +Priority: optional +Maintainer: The StarlingX Developer Team +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. + diff --git a/tsconfig/debian/rules b/tsconfig/debian/rules new file mode 100644 index 00000000..4d1ea0f2 --- /dev/null +++ b/tsconfig/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +export PYBUILD_INSTALL_ARGS=--install-data=/usr/share --prefix=/usr +%: + dh $@ --with python2 --buildsystem=pybuild +