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>
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
|