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-sched1.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-sched1.symbols')
-rw-r--r-- | debian/librte-sched1.symbols | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/librte-sched1.symbols b/debian/librte-sched1.symbols new file mode 100644 index 00000000..e74aa3d2 --- /dev/null +++ b/debian/librte-sched1.symbols @@ -0,0 +1,22 @@ +librte_sched.so.1 librte-sched1 #MINVER# + DPDK_2.0@DPDK_2.0 16.04 + DPDK_2.1@DPDK_2.1 16.04 + rte_approx@DPDK_2.0 16.04 + rte_red_config_init@DPDK_2.0 16.04 + rte_red_log2_1_minus_Wq@DPDK_2.0 16.04 + rte_red_pow2_frac_inv@DPDK_2.0 16.04 + rte_red_rand_seed@DPDK_2.0 16.04 + rte_red_rand_val@DPDK_2.0 16.04 + rte_red_rt_data_init@DPDK_2.0 16.04 + rte_sched_pipe_config@DPDK_2.0 16.04 + rte_sched_port_config@DPDK_2.0 16.04 + rte_sched_port_dequeue@DPDK_2.0 16.04 + rte_sched_port_enqueue@DPDK_2.0 16.04 + rte_sched_port_free@DPDK_2.0 16.04 + rte_sched_port_get_memory_footprint@DPDK_2.0 16.04 + rte_sched_port_pkt_read_color@DPDK_2.1 16.04 + rte_sched_port_pkt_read_tree_path@DPDK_2.1 16.04 + rte_sched_port_pkt_write@DPDK_2.1 16.04 + rte_sched_queue_read_stats@DPDK_2.0 16.04 + rte_sched_subport_config@DPDK_2.0 16.04 + rte_sched_subport_read_stats@DPDK_2.0 16.04 |