diff options
author | 2016-07-07 08:48:05 +0200 | |
---|---|---|
committer | 2016-07-07 08:48:05 +0200 | |
commit | ddb3f4884bd4cdb8659fb8326c27986a5c832ade (patch) | |
tree | f247929b99eb5c0475c1da8a099572fe315dfc78 /debian/librte-cryptodev1.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-cryptodev1.symbols')
-rw-r--r-- | debian/librte-cryptodev1.symbols | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/librte-cryptodev1.symbols b/debian/librte-cryptodev1.symbols index 9f3a7561..58d9e562 100644 --- a/debian/librte-cryptodev1.symbols +++ b/debian/librte-cryptodev1.symbols @@ -1,6 +1,6 @@ librte_cryptodev.so.1 librte-cryptodev1 #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 rte_crypto_op_pool_create@DPDK_16.04 16.04 rte_cryptodev_callback_register@DPDK_16.04 16.04 rte_cryptodev_callback_unregister@DPDK_16.04 16.04 @@ -12,7 +12,7 @@ librte_cryptodev.so.1 librte-cryptodev1 #MINVER# rte_cryptodev_get_dev_id@DPDK_16.04 16.04 rte_cryptodev_get_feature_name@DPDK_16.04 16.04 rte_cryptodev_info_get@DPDK_16.04 16.04 - rte_cryptodev_parse_vdev_init_params@DPDK_16.07 16.07-rc1-1 + rte_cryptodev_parse_vdev_init_params@DPDK_16.07 16.07-rc1 rte_cryptodev_pmd_allocate@DPDK_16.04 16.04 rte_cryptodev_pmd_callback_process@DPDK_16.04 16.04 rte_cryptodev_pmd_driver_register@DPDK_16.04 16.04 |