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. dh-python pynetlink pyoidc python-nss python3-nsenter python3-setuptools python3-zmq python3-wheel python3.9 zerorpc-python Change-Id: I732af48c1a54ea1543772944da16e2f819dd1c91 Signed-off-by: pmp1 <preetham.mp@windriver.com>
11 lines
167 B
Makefile
Executable File
11 lines
167 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
#export DH_VERBOSE = 1
|
|
|
|
export PYBUILD_NAME=python3-nsenter
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|
|
|
|
override_dh_auto_test:
|
|
# nothing done
|