From e60fb57f286ab03744e129074b7577fa0d237137 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 2 Oct 2018 19:51:26 +0100 Subject: Package libraries built by default Meson build by default a handful of new libraries, package them Change-Id: I5ebd451231c8af7741c9984c6ae78373f7c7cd2d Signed-off-by: Luca Boccassi --- debian/control | 39 ++++++++++++++++++++++++++++++++ debian/librte-pmd-bnx2x18.08.symbols | 2 ++ debian/librte-pmd-ccp18.08.symbols | 2 ++ debian/librte-pmd-dsw-event18.08.symbols | 2 ++ 4 files changed, 45 insertions(+) create mode 100644 debian/librte-pmd-bnx2x18.08.symbols create mode 100644 debian/librte-pmd-ccp18.08.symbols create mode 100644 debian/librte-pmd-dsw-event18.08.symbols diff --git a/debian/control b/debian/control index a04dc80b..1f9fa7b1 100644 --- a/debian/control +++ b/debian/control @@ -586,6 +586,19 @@ Description: Data Plane Development Kit (librte-pmd-af-packet runtime library) . This package contains the runtime libraries for librte_pmd_af_packet. +Package: librte-pmd-bnx2x18.08 +Architecture: amd64 arm64 armhf i386 ppc64el +Multi-Arch: same +Homepage: https://doc.dpdk.org/guides/nics/bnx2x.html +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Conflicts: libdpdk0 +Description: Data Plane Development Kit (librte-pmd-bnx2x runtime library) + DPDK is a set of libraries for fast packet processing. Applications run + in user-space and communicate directly with dedicated network interfaces. + . + This package contains the runtime libraries for librte_pmd_bnx2x. + Package: librte-pmd-bnxt18.08 Architecture: amd64 arm64 armhf i386 ppc64el Multi-Arch: same @@ -611,6 +624,19 @@ Description: Data Plane Development Kit (librte-pmd-bond runtime library) . This package contains the runtime libraries for librte_pmd_bond. +Package: librte-pmd-ccp18.08 +Architecture: amd64 arm64 i386 ppc64el +Multi-Arch: same +Homepage: https://doc.dpdk.org/guides/cryptodevs/ccp.html +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Conflicts: libdpdk0 +Description: Data Plane Development Kit (librte-pmd-cpp runtime library) + DPDK is a set of libraries for fast packet processing. Applications run + in user-space and communicate directly with dedicated network interfaces. + . + This package contains the runtime libraries for librte_pmd_ccp. + Package: librte-pmd-cxgbe18.08 Architecture: amd64 arm64 i386 ppc64el Multi-Arch: same @@ -728,6 +754,19 @@ Description: Data Plane Development Kit (librte-pmd-dpaa runtime library) . This package contains the runtime libraries for librte_pmd_dpaa2_sec. +Package: librte-pmd-dsw-event18.08 +Architecture: amd64 arm64 armhf i386 ppc64el +Multi-Arch: same +Homepage: https://dpdk.org/doc/guides/eventdevs/dsw.html +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Conflicts: libdpdk0 +Description: Data Plane Development Kit (librte-pmd-dsw-event runtime library) + DPDK is a set of libraries for fast packet processing. Applications run + in user-space and communicate directly with dedicated network interfaces. + . + This package contains the runtime libraries for librte_dsw_event. + Package: librte-pmd-e1000-18.08 Architecture: amd64 arm64 i386 ppc64el Multi-Arch: same diff --git a/debian/librte-pmd-bnx2x18.08.symbols b/debian/librte-pmd-bnx2x18.08.symbols new file mode 100644 index 00000000..99907437 --- /dev/null +++ b/debian/librte-pmd-bnx2x18.08.symbols @@ -0,0 +1,2 @@ +librte_pmd_bnx2x.so.18.08 librte-pmd-bnx2x18.08 #MINVER# + DPDK_2.1@DPDK_2.1 18.08 diff --git a/debian/librte-pmd-ccp18.08.symbols b/debian/librte-pmd-ccp18.08.symbols new file mode 100644 index 00000000..3386375f --- /dev/null +++ b/debian/librte-pmd-ccp18.08.symbols @@ -0,0 +1,2 @@ +librte_pmd_ccp.so.18.08 librte-pmd-ccp18.08 #MINVER# + DPDK_18.05@DPDK_18.05 18.05 diff --git a/debian/librte-pmd-dsw-event18.08.symbols b/debian/librte-pmd-dsw-event18.08.symbols new file mode 100644 index 00000000..c092fd96 --- /dev/null +++ b/debian/librte-pmd-dsw-event18.08.symbols @@ -0,0 +1,2 @@ +librte_pmd_dsw_event.so.18.08 librte-pmd-dsw-event18.08 #MINVER# + DPDK_18.08@DPDK_18.08 18.08 -- cgit 1.2.3-korg