nfv/nova-api-proxy/debian/deb_folder/control
Tracey Bogue 20130b3e07 Add Debian packaging for mtce-guest, nova-api-proxy and nfv.
The following changes were made to source files:
* Remove a null pointer from a log format in guestHttpSvr.cpp.
* Add a local variable for inet_ntoa instead of logging it directly.
* Added local_fs requirement to guestAgent and guestServer scripts.
* Changed guestAgent.ocf script from /bin/sh to /bin/bash.
  Syntax of script was invalid for sh.

Testing:
* Debian build succeeds.
* Centos build succeeds.

Story: 2009101
Task: 43392

Signed-off-by: Tracey Bogue <tracey.bogue@windriver.com>
Change-Id: Iedfecda0c448800ff60216258946ed520f913c5f
2021-11-02 06:39:28 -05:00

35 lines
855 B
Plaintext

Source: nova-api-proxy
Section: libs
Priority: optional
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-wheel
Standards-Version: 4.5.1
Homepage: https://www.starlingx.io
Package: nova-api-proxy
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends},
python3-eventlet,
python3-routes,
python3-webob,
python3-paste
Description: Nova Compute API Proxy
API proxy for the Nova compute instance manager.
Package: nova-api-proxy-wheels
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends},
python3-eventlet,
python3-routes,
python3-webob,
python3-paste,
python3-wheel
Description: Nova Compute API Proxy Wheels
Contains python wheels for the Nova compute instance manager API proxy.