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/librte-table2.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/librte-table2.symbols')
-rw-r--r-- | debian/librte-table2.symbols | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/librte-table2.symbols b/debian/librte-table2.symbols new file mode 100644 index 00000000..d3e10b7d --- /dev/null +++ b/debian/librte-table2.symbols @@ -0,0 +1,19 @@ +librte_table.so.2 librte-table2 #MINVER# + DPDK_2.0@DPDK_2.0 16.04 + DPDK_2.2@DPDK_2.2 16.04 + rte_table_acl_ops@DPDK_2.0 16.04 + rte_table_array_ops@DPDK_2.0 16.04 + rte_table_hash_ext_ops@DPDK_2.0 16.04 + rte_table_hash_key16_ext_dosig_ops@DPDK_2.2 16.04 + rte_table_hash_key16_ext_ops@DPDK_2.0 16.04 + rte_table_hash_key16_lru_ops@DPDK_2.0 16.04 + rte_table_hash_key32_ext_ops@DPDK_2.0 16.04 + rte_table_hash_key32_lru_ops@DPDK_2.0 16.04 + rte_table_hash_key8_ext_dosig_ops@DPDK_2.0 16.04 + rte_table_hash_key8_ext_ops@DPDK_2.0 16.04 + rte_table_hash_key8_lru_dosig_ops@DPDK_2.0 16.04 + rte_table_hash_key8_lru_ops@DPDK_2.0 16.04 + rte_table_hash_lru_ops@DPDK_2.0 16.04 + rte_table_lpm_ipv6_ops@DPDK_2.0 16.04 + rte_table_lpm_ops@DPDK_2.0 16.04 + rte_table_stub_ops@DPDK_2.0 16.04 |