
Add debian packaging infrastructure for kube-memory to build a debian package. Test Plan: build pkg; build image; compare with RPM PASS pkg builds PASS image builds PASS same contents and permissions as RPM Story: 2009101 Task: 43959 Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com> Change-Id: I6111a244715c8f3fd30f05c65490bf9f4c7e3d7e
29 lines
827 B
Plaintext
29 lines
827 B
Plaintext
Source: kube-memory
|
|
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,
|
|
python3-testtools,
|
|
Standards-Version: 4.1.2
|
|
Homepage: https://www.starlingx.io
|
|
|
|
Package: kube-memory
|
|
Architecture: all
|
|
Depends: ${python3:Depends}, ${misc:Depends},
|
|
python3-prettytable,
|
|
Description: Display services and kubernetes containers memory usage
|
|
This is the python3 version of the package.
|
|
|
|
Package: kube-memory-wheels
|
|
Architecture: all
|
|
Depends: ${misc:Depends}
|
|
Description: Contains python wheels for kube-memory
|
|
This is the support package for the PEP 427 wheel version of the package,
|
|
required for using pip inside a virtual environment.
|