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>
14 lines
299 B
Makefile
Executable File
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
|