diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-06-23 10:13:33 +0200 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-06-23 16:39:48 +0200 |
commit | 4801b3f332b1d19019691b664cb54977d6a9d93f (patch) | |
tree | b5a67504792ed82ba9b83c4d95d52a26826bfeda /debian/libdpdk-librte-acl2.symbols | |
parent | 3ae0af121309b8ab3f9c93ab8e70d992a223109d (diff) |
fix package names to match sonames
Following policy and fixing the warning regarding
https://lintian.debian.org/tags/package-name-doesnt-match-sonames.html
Change-Id: Ib946075ff64c0f1c30e32f7998a3aa99256ebce5
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian/libdpdk-librte-acl2.symbols')
-rw-r--r-- | debian/libdpdk-librte-acl2.symbols | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/libdpdk-librte-acl2.symbols b/debian/libdpdk-librte-acl2.symbols deleted file mode 100644 index b889abe1..00000000 --- a/debian/libdpdk-librte-acl2.symbols +++ /dev/null @@ -1,15 +0,0 @@ -librte_acl.so.2 libdpdk-librte-acl2 #MINVER# - DPDK_2.0@DPDK_2.0 16.04 - rte_acl_add_rules@DPDK_2.0 16.04 - rte_acl_build@DPDK_2.0 16.04 - rte_acl_classify@DPDK_2.0 16.04 - rte_acl_classify_alg@DPDK_2.0 16.04 - rte_acl_classify_scalar@DPDK_2.0 16.04 - rte_acl_create@DPDK_2.0 16.04 - rte_acl_dump@DPDK_2.0 16.04 - rte_acl_find_existing@DPDK_2.0 16.04 - rte_acl_free@DPDK_2.0 16.04 - rte_acl_list_dump@DPDK_2.0 16.04 - rte_acl_reset@DPDK_2.0 16.04 - rte_acl_reset_rules@DPDK_2.0 16.04 - rte_acl_set_ctx_classify@DPDK_2.0 16.04 |