Files
update/sw-patch/debian/deb_folder/control
Al Bailey abaea457e5 Debian: Minor sw-patch cleanup
- Adding missing requirements for sw-patch
- Cleaning up redundant dependencies
- Invoke clean as part of debian build
- Rename Starlingx to StarlingX
- Display error details for failed sw-patch commands
- Fix a python3 string comparison affecting duplex
- Fix report-app-dependencies
- Remove 'six' from sw-patch since the code is py3 only
- Fix a KeyError if restart_script not found in metadata.
- Allow bandit to ignore 'input' checks on python3 since
it is considered safe

Test Plan:
  PASS: Build/Bootstrap/Unlock AIO-SX Debian
  PASS: sw-patch report-app-dependencies --app foo
  PASS: Upload/Apply/Remove/Delete a patch on AIO-DX system
       host-install was not tested on AIO-DX as that
       capability is still under active developement.

Closes-Bug: #1976535
Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: I94ec47e2f2087989da26ebab0e05c3b0d8f303e6
2022-07-13 17:54:33 +00:00

60 lines
1.3 KiB
Plaintext

Source: cgcs-patch
Section: admin
Priority: optional
Maintainer: StarlingX Developers <StarlingX-discuss@lists.StarlingX.io>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools
Build-Depends-Indep:
python3-keystonemiddleware,
python3-lxml,
python3-mock,
python3-netaddr,
python3-oslo.config,
python3-pecan,
python3-pycryptodome,
python3-requests-toolbelt,
python3-sh,
python3-stestr,
python3-testtools,
tsconfig
Standards-Version: 4.5.1
Homepage: https://www.starlingx.io
Rules-Requires-Root: no
Package: cgcs-patch
Architecture: all
Depends: python3-cgcs-patch
Description: StarlingX platform patching
StarlingX platform patching system
Package: cgcs-patch-controller
Architecture: all
Depends: cgcs-patch
Description: StarlingX platform patching controller
StarlingX platform patching system controller
Package: cgcs-patch-agent
Architecture: all
Depends: cgcs-patch
Description: StarlingX platform patching agent
StarlingX platform patching system agent
Package: python3-cgcs-patch
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-keystonemiddleware,
python3-lxml,
python3-oslo.config,
python3-netaddr,
python3-pecan,
python3-pycryptodome,
python3-requests-toolbelt,
python3-sh,
tsconfig
Description: StarlingX platfom patching (python3)
StarlingX platform patching system python libraries