Files
platform-armada-app/python3-k8sapp-platform/debian/deb_folder/control
Robert Church ae4e5b15b2 Application versioning based on build release
This change will automatically adjust versioning of the application
tarball and python plugins to reflect the same version reported by
SW_VERION in /etc/build.info.

Test plan:
PASS: build-pkgs -a & build-image
PASS: Fresh AIO-SX install
PASS: Apply application

Story: 2010929
Task: 49361

Change-Id: I8e474341812c39112e9055c99630f54729ea3694
Signed-off-by: Robert Church <robert.church@windriver.com>
2023-12-29 15:00:06 -03:00

30 lines
814 B
Plaintext

Source: python3-k8sapp-platform
Section: libs
Priority: optional
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-pbr,
python3-setuptools,
python3-wheel,
build-info
Standards-Version: 4.5.1
Homepage: https://www.starlingx.io
Package: python3-k8sapp-platform
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}
Description: StarlingX Sysinv Platform Extensions
This package contains sysinv plugins for the platform K8S
apps.
Package: python3-k8sapp-platform-wheels
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, python3-wheel
Description: StarlingX Sysinv Platform Extension Wheels
This package contains python wheels for the platform K8S
app plugins.