Files
integ/bmc/redfishtool/debian/bullseye/deb_folder/rules
pmp1 ece66314e8 Update redfishtool packages for Bullseye
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>
2025-11-18 23:14:12 -05:00

14 lines
299 B
Makefile
Executable File

#!/usr/bin/make -f
#export DH_VERBOSE=1
export PYBUILD_NAME=redfishtool
export PBR_VERSION=1.0.0
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_install:
mkdir -p $(CURDIR)/debian/redfishtool/etc/redfishtool
cp $(CURDIR)/redfishtool.ini $(CURDIR)/debian/redfishtool/etc/redfishtool