707340e521
Add debian packaging infrastructure for fm-doc to build a debian package. Test Plan: PASS: Package installed and ISO built successfully Story: 2009101 Task: 44088 Signed-off-by: Ramon Gazoni Lacerda <Ramon.GazoniLacerda@windriver.com> Change-Id: If98aa5c561012e31ab67589e7d62486c58be8e4c
20 lines
680 B
Plaintext
20 lines
680 B
Plaintext
Source: fm-doc
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Build-Depends: debhelper-compat (= 13),
|
|
fm-common-doc,
|
|
python3-fm-api,
|
|
python3-yaml
|
|
Standards-Version: 4.1.2
|
|
Homepage: https://www.starlingx.io
|
|
|
|
Package: fm-doc
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: StarlingX Platform Fault Management Documentation Package
|
|
A yaml file description of the StarlingX Alarms and Customer Logs generated by
|
|
the StarlingX System. Also included and used at build time is a simple syntax
|
|
checker to ensure no duplicate IDs are used, and generally the correct
|
|
field values are documented.
|