![Charles Short](/assets/img/avatar_default.png)
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
17 lines
526 B
Plaintext
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.
|