From 96e2a503e6d3c801adcc2e4c2fbd3f4c674b0513 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Mon, 18 Jul 2016 22:35:50 -0300 Subject: Adding package librte-pmd-bnxt1 Change-Id: I20f98d244069d4ddadb753fbffa987a114d1e045 Signed-off-by: Ricardo Salveti --- debian/changelog | 1 + debian/control | 13 +++++++++++++ debian/librte-pmd-bnxt1.symbols | 2 ++ 3 files changed, 16 insertions(+) create mode 100644 debian/librte-pmd-bnxt1.symbols (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index cf2913ee..51328180 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ dpdk (16.07-rc3-1) UNRELEASED; urgency=medium - Fix libdpdk-dev headers path * Renaming package librte-pmd-e10001 to librte-pmd-e1000-1, to avoid mixing package name with soversion (lintian package-name-doesnt-match-sonames) + * Adding package librte-pmd-bnxt1 -- Christian Ehrhardt Tue, 19 Jul 2016 08:32:06 +0200 diff --git a/debian/control b/debian/control index 017f4b56..e8a66e98 100644 --- a/debian/control +++ b/debian/control @@ -111,6 +111,7 @@ Depends: ${misc:Depends}, librte-pdump1 (= ${binary:Version}), librte-pipeline3 (= ${binary:Version}), librte-pmd-af-packet1 (= ${binary:Version}), + librte-pmd-bnxt1 (= ${binary:Version}), librte-pmd-bond1 (= ${binary:Version}), librte-pmd-cxgbe1 (= ${binary:Version}), librte-pmd-e1000-1 (= ${binary:Version}), @@ -375,6 +376,18 @@ Description: Data Plane Development Kit (librte-pmd-af-packet runtime library) in user-space and communicate directly with dedicated network interfaces. This package contains the runtime libraries for librte_pmd_af_packet +Package: librte-pmd-bnxt1 +Architecture: amd64 arm64 i386 +Section: libs +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Conflicts: libdpdk0 +Description: Data Plane Development Kit (librte-pmd-bnxt 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_bnxt + Package: librte-pmd-bond1 Architecture: amd64 arm64 i386 Section: libs diff --git a/debian/librte-pmd-bnxt1.symbols b/debian/librte-pmd-bnxt1.symbols new file mode 100644 index 00000000..bd838794 --- /dev/null +++ b/debian/librte-pmd-bnxt1.symbols @@ -0,0 +1,2 @@ +librte_pmd_bnxt.so.1 librte-pmd-bnxt1 #MINVER# + DPDK_16.04@DPDK_16.04 16.07-rc3 -- cgit 1.2.3-korg