Files
openstack-armada-app/python3-k8sapp-openstack/debian/deb_folder/control
Leonardo Fagundes Luz Serrano 7f5244e6a1 Standardize app configs (re-submission)
This is a re-submission of [1], which was reverted due to
issues with centos builds. This change can merge now that
centos is no longer supported.

Fixed versioning and adjusted some build files
to bring them as close to a standard as possible.

- Removed centos files
- Fixed mismatch in plugin name, set to python3-k8sapp-<app>
- Standardized plugin debian files (rules, *.install)

Note:
- Version tracking changes made in [1] were not added here
  as they are addressed in a different commit

[1] https://review.opendev.org/c/starlingx/openstack-armada-app/+/868294

Test Plan:
PASS build-pkgs
PASS wheel version updated

Story: 2010542
Task: 47515

Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com>
Change-Id: Id696b3b7f60aa92421da3545d712d85fd6b0bdeb
2023-02-24 18:19:38 +00:00

29 lines
821 B
Plaintext

Source: python3-k8sapp-openstack
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
Standards-Version: 4.5.1
Homepage: https://www.starlingx.io
Package: python3-k8sapp-openstack
Section: libs
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: StarlingX Sysinv Openstack Extensions
This package contains sysinv plugins for the Openstack armada
K8S app.
Package: python3-k8sapp-openstack-wheels
Section: libs
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-wheel
Description: StarlingX Sysinv Openstack Extension Wheels
This package contains python wheels for the Openstack armada
K8S app plugins.