diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-07-07 08:48:05 +0200 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-07-07 08:48:05 +0200 |
commit | ddb3f4884bd4cdb8659fb8326c27986a5c832ade (patch) | |
tree | f247929b99eb5c0475c1da8a099572fe315dfc78 /debian/librte-eal2.symbols | |
parent | a8c0d5dd7994eebcf0571bbb1d45ea4ccd608a19 (diff) |
symbols: remove debian package versioning from symbols file
This accidentially came in and was pointed out by Luca Boccassi in
review. Not a transition problem since nothing was published yet.
Change-Id: I835894b926a243c8fa52e0d255d001359f768b68
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian/librte-eal2.symbols')
-rw-r--r-- | debian/librte-eal2.symbols | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/librte-eal2.symbols b/debian/librte-eal2.symbols index a346f9af..e59e3afd 100644 --- a/debian/librte-eal2.symbols +++ b/debian/librte-eal2.symbols @@ -1,6 +1,6 @@ librte_eal.so.2 librte-eal2 #MINVER# DPDK_16.04@DPDK_16.04 16.04 - DPDK_16.07@DPDK_16.07 16.07-rc1-1 + DPDK_16.07@DPDK_16.07 16.07-rc1 DPDK_2.0@DPDK_2.0 16.04 DPDK_2.1@DPDK_2.1 16.04 DPDK_2.2@DPDK_2.2 16.04 @@ -11,7 +11,7 @@ librte_eal.so.2 librte-eal2 #MINVER# lcore_config@DPDK_2.0 16.04 pci_device_list@DPDK_2.0 16.04 pci_driver_list@DPDK_2.0 16.04 - pci_get_sysfs_path@DPDK_16.07 16.07-rc1-1 + pci_get_sysfs_path@DPDK_16.07 16.07-rc1 per_lcore__lcore_id@DPDK_2.0 16.04 per_lcore__rte_errno@DPDK_2.0 16.04 rte_calloc@DPDK_2.0 16.04 @@ -90,9 +90,9 @@ librte_eal.so.2 librte-eal2 #MINVER# rte_keepalive_create@DPDK_2.2 16.04 rte_keepalive_dispatch_pings@DPDK_2.2 16.04 rte_keepalive_mark_alive@DPDK_2.2 16.04 - rte_keepalive_mark_sleep@DPDK_16.07 16.07-rc1-1 + rte_keepalive_mark_sleep@DPDK_16.07 16.07-rc1 rte_keepalive_register_core@DPDK_2.2 16.04 - rte_keepalive_register_relay_callback@DPDK_16.07 16.07-rc1-1 + rte_keepalive_register_relay_callback@DPDK_16.07 16.07-rc1 rte_log@DPDK_2.0 16.04 rte_log_add_in_history@DPDK_2.0 16.04 rte_log_cur_msg_loglevel@DPDK_2.0 16.04 @@ -130,7 +130,7 @@ librte_eal.so.2 librte-eal2 #MINVER# rte_sys_gettid@DPDK_2.0 16.04 rte_thread_get_affinity@DPDK_2.0 16.04 rte_thread_set_affinity@DPDK_2.0 16.04 - rte_thread_setname@DPDK_16.07 16.07-rc1-1 + rte_thread_setname@DPDK_16.07 16.07-rc1 rte_vlog@DPDK_2.0 16.04 rte_zmalloc@DPDK_2.0 16.04 rte_zmalloc_socket@DPDK_2.0 16.04 |