Add debian packaging infrastructure for kube-cpusets to build a debian package. Verification: - built pkg - built image - same contents and permissions as RPM Story: 2009101 Task: 43958 Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com> Change-Id: I84e5fa52023546fea7c41c3a8474037aa9fe5936
28 lines
806 B
Plaintext
28 lines
806 B
Plaintext
Source: kube-cpusets
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Build-Depends: debhelper-compat (= 13),
|
|
dh-python,
|
|
python3-all,
|
|
python3-setuptools,
|
|
python3-wheel
|
|
Build-Depends-Indep:
|
|
python3-prettytable,
|
|
Standards-Version: 4.1.2
|
|
Homepage: https://www.starlingx.io
|
|
|
|
Package: kube-cpusets
|
|
Architecture: all
|
|
Depends: ${python3:Depends}, ${misc:Depends},
|
|
python3-prettytable,
|
|
Description: Display kubernetes containers cpusets per numa-node
|
|
This is the python3 version of the package.
|
|
|
|
Package: kube-cpusets-wheels
|
|
Architecture: all
|
|
Depends: ${misc:Depends}
|
|
Description: Contains python wheels for kube-cpusets
|
|
This is the support package for the PEP 427 wheel version of the package,
|
|
required for using pip inside a virtual environment.
|