Tracey Bogue f045d574f3 Add Debian packaging for oidc-auth app
Create Debian packages for dex-helm, oidc-auth-tools,
python-k8sapp-oidc and stx-oidc-auth-helm packages.

In order to adhere to python3 package naming conventions,
the oidc-auth-tools package is named python3-oidcauthtools.

Story: 2009101
Task: 43840

Signed-off-by: Tracey Bogue <tracey.bogue@windriver.com>
Change-Id: Ic2b9a0534897f96e5ce439c6630d9abf175ead4f
2021-12-06 11:40:20 -06:00

29 lines
812 B
Plaintext

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