102 lines
2.7 KiB
Plaintext
102 lines
2.7 KiB
Plaintext
Source: pxvirt-spdk
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: Lierfang <it_support@lierfang.com>
|
|
Build-Depends: debhelper-compat (= 12),
|
|
cmake,
|
|
libaio-dev,
|
|
libcunit1-dev,
|
|
libcmocka-dev,
|
|
libdpdk-dev,
|
|
libjson-c-dev,
|
|
librdmacm-dev,
|
|
libnuma-dev,
|
|
libpmem-dev,
|
|
libpmemblk-dev,
|
|
libpmemobj-dev,
|
|
liburing-dev,
|
|
libfuse3-dev,
|
|
librados-dev,
|
|
librbd-dev,
|
|
libbfio-dev,
|
|
libkeyutils-dev,
|
|
libncurses5-dev,
|
|
libncursesw5-dev,
|
|
libssl-dev,
|
|
uuid-dev,
|
|
libiscsi-dev,
|
|
python3-dev,
|
|
pkg-config,
|
|
python3,
|
|
python3-pip,
|
|
python3-pkgconfig,
|
|
python3-pytest,
|
|
python3-magic,
|
|
python3-restructuredtext-lint,
|
|
python3-pyelftools,
|
|
python3-ijson,
|
|
python3-grpcio,
|
|
python3-yaml,
|
|
python3-jinja2,
|
|
python3-tabulate,
|
|
python3-configshell-fb,
|
|
python3-pexpect,
|
|
python3-paramiko,
|
|
python3-sphinx,
|
|
valgrind,
|
|
nasm,
|
|
build-essential,
|
|
g++,
|
|
quilt,
|
|
unzip,
|
|
patchelf,
|
|
meson,
|
|
libtool,
|
|
help2man,
|
|
systemtap-sdt-dev,
|
|
astyle,
|
|
lcov,
|
|
clang,
|
|
sg3-utils,
|
|
pciutils,
|
|
shellcheck,
|
|
abigail-tools,
|
|
bash-completion,
|
|
ruby-dev,
|
|
pycodestyle,
|
|
bundler,
|
|
rake,
|
|
libibverbs-dev,
|
|
librdmacm-dev,
|
|
doxygen,
|
|
mscgen,
|
|
graphviz,
|
|
libavahi-client-dev,
|
|
liblz4-dev,
|
|
python3:any
|
|
Standards-Version: 4.5.1
|
|
Homepage: https://spdk.io
|
|
|
|
|
|
Package: pxvirt-spdk
|
|
Architecture: any
|
|
Depends: dbus,
|
|
python3:any,
|
|
python3-configshell-fb,
|
|
python3-pyparsing,
|
|
python3-grpcio,
|
|
python3-googleapi,
|
|
python3-ipy,
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
Description: SPDK for pxvirt
|
|
This package contains the spdk used by PXVIRT
|
|
|
|
Package: python3-spdk
|
|
Architecture: any
|
|
Depends: pxvirt-spdk,
|
|
python3:any,
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
Description: SPDK for pxvirt
|
|
This package contains the spdk used by PXVIRT |