Added packaging support for Trixie under 'debian/trixie/'. This change brings updates from the 'f/trixie' branch into 'master' to ensure consistent functionality and packaging structure across both branches. dh-python pynetlink python-nss python3-nsenter python3-setuptools python3-zmq zerorpc-python Story: 2011360 Task: 53245 Change-Id: I156fc81e8357077e49071277b55eab54d677a958 Signed-off-by: pmp1 <preetham.mp@windriver.com> Signed-off-by: Abhinav Ayyapasetti <ayyapasetti.abhinav@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
|