metal/mtce-common/debian/deb_folder/control
Tracey Bogue 0551c665cb Add Debian packaging for mtce packages
Some of the code used TRUE instead of true which did not compile
for Debian. These instances were changed to true.
Some #define constants generated narrowing errors because their
values are negative in a 32 bit integer. These values were
explicitly casted to int in the case statements causing the errors.

Story: 2009101
Task: 43426

Signed-off-by: Tracey Bogue <tracey.bogue@windriver.com>
Change-Id: Iffc4305660779010969e0c506d4ef46e1ebc2c71
2021-10-29 09:17:00 -05:00

25 lines
623 B
Plaintext

Source: mtce-common
Section: admin
Priority: optional
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
Build-Depends: debhelper-compat (= 13),
expect,
fm-common-dev,
fm-mgr,
libevent-dev,
libjson-c-dev,
libssl-dev,
libsystemd-dev,
postgresql,
uuid-dev,
cppcheck
Standards-Version: 4.5.1
Homepage: https://www.starlingx.io
Package: mtce-common-dev
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: StarlingX Maintenance Common Base Package
The StarlingX Maintenance Common Base package contains header files, and
related items necessary for software development.