Files
snmp-armada-app/python3-k8sapp-snmp/debian/deb_folder/control
Igor Soares 6917a3f5b2 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: Confirm that the tarball version matches the platform version
PASS: Apply application

Story: 2010929
Task: 49351

Change-Id: I62934c3392b36101f99da6ca6be5e6d036b315bb
Signed-off-by: Igor Soares <Igor.PiresSoares@windriver.com>
2023-12-29 12:30:54 -03:00

28 lines
783 B
Plaintext

Source: python3-k8sapp-snmp
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-snmp
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}
Description: StarlingX Sysinv SNMP Extensions
This package contains sysinv plugins for the SNMP K8S app.
Package: python3-k8sapp-snmp-wheels
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, python3-wheel
Description: StarlingX Sysinv SNMP Extension Wheels
This package contains python wheels for the SNMP K8S app plugins.