8129d5d6b1
Aligned the package layout with the concurrent Debian packaging conventions. Moved package files under 'debian/all/' to avoid duplication across OS builds and removed legacy paths under 'debian/'. Updated related build references to ensure compatibility across all supported OS codenames Test-Plan: PASS: master bullseye build PASS: AIO-SX deploy Story: 2011360 Task: 53239 Change-Id: I7c520381977f2406eb6cd205494ceb4aced0c5a0 Signed-off-by: sharang bhardwaj <sharang.bhardwaj@windriver.com>
30 lines
814 B
Plaintext
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.
|