Charles Short 7b127659e5 Add debian package infra for fm-api
Add debian packaging infrastructure for fm-api
so we can create a debian packaging for it.

Also update the directory layout due to limitations
of the STX tool. Update the centos build information
to reflect the new layout.

Story: 2009101
Task: 43091

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: I5c9784647581f31384d7475f596663adc0d26498
2021-09-27 12:53:01 -04:00

17 lines
526 B
Plaintext

Source: fm-api
Section: admin
Priority: optional
Maintainer: Starlingx Developers <starlingx-discuss@lists.starlingx.io>
Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all
Standards-Version: 4.4.1
Homepage: https://www.starlingx.io
Package: python3-fm-api
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Starlingx fault management api
Provides the the APIs for applications to raise/clear/update
active alarms.
.
This package installs the library for Python 3.