Aligned the package layout with the concurrent Debian packaging conventions. Relocated package files under 'debian/bullseye/' and removed legacy paths under 'debian/'. Updated related build references to ensure compatibility with Bullseye. Change-Id: I518eb7668efc26b822256caba141006ca9ffee3b Signed-off-by: pmp1 <preetham.mp@windriver.com>
20 lines
561 B
Plaintext
20 lines
561 B
Plaintext
Source: redfishtool
|
|
Section: admin
|
|
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.1.2
|
|
Homepage: https://www.starlingx.io
|
|
|
|
Package: redfishtool
|
|
Architecture: all
|
|
Depends: ${python3:Depends}, ${misc:Depends},
|
|
Description: Access BMC Redfish service
|
|
Provides command line interface to Board Management Controllers
|
|
that support the Redfish protocol.
|
|
This is the python3 version of the package.
|