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>
17 lines
442 B
Plaintext
17 lines
442 B
Plaintext
Source: nsenter
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Build-Depends: debhelper-compat (= 12),
|
|
dh-python,
|
|
flake8,
|
|
python3-setuptools,
|
|
python3-all
|
|
Standards-Version: 4.4.1
|
|
|
|
Package: python3-nsenter
|
|
Architecture: all
|
|
Depends: ${python3:Depends}, ${misc:Depends}
|
|
Description: Enables entering the Linux kernel namespaces
|
|
A python client library for Linux kernel namespaces
|