diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2016-08-02 12:17:13 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2016-08-02 12:17:13 +0100 |
commit | d55eb331118725b0dfff347b6eb7b71e524fc82e (patch) | |
tree | 34364161294c2fbb70dee80ffef9f42013e79afe /debian/librte-vhost3.symbols | |
parent | 723cae73c5d36ecee43ca527fe4b8fb990272deb (diff) |
Fix upstream rc versions by using "~" instead of "-"
16.07-rc1 evaluates as newer than 16.07 which causes issues with
Debian tools and Lintian errors and warnings:
- W: libethdev4: latest-debian-changelog-entry-without-new-version
- E: libethdev4: symbols-file-contains-current-version-with-debian-revision
on symbol DPDK_16.04@DPDK_16.04 and 114 others
Change-Id: I12424e445ba539f0767006db22beff07adad9f71
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Diffstat (limited to 'debian/librte-vhost3.symbols')
-rw-r--r-- | debian/librte-vhost3.symbols | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/debian/librte-vhost3.symbols b/debian/librte-vhost3.symbols index 920260af..7835cf4f 100644 --- a/debian/librte-vhost3.symbols +++ b/debian/librte-vhost3.symbols @@ -1,18 +1,18 @@ librte_vhost.so.3 librte-vhost3 #MINVER# - DPDK_16.07@DPDK_16.07 16.07-rc1 - DPDK_2.0@DPDK_2.0 16.07-rc1 - DPDK_2.1@DPDK_2.1 16.07-rc1 - rte_vhost_avail_entries@DPDK_16.07 16.07-rc1 - rte_vhost_dequeue_burst@DPDK_2.0 16.07-rc1 - rte_vhost_driver_callback_register@DPDK_2.0 16.07-rc1 - rte_vhost_driver_register@DPDK_2.0 16.07-rc1 - rte_vhost_driver_session_start@DPDK_2.0 16.07-rc1 - rte_vhost_driver_unregister@DPDK_2.1 16.07-rc1 - rte_vhost_enable_guest_notification@DPDK_2.0 16.07-rc1 - rte_vhost_enqueue_burst@DPDK_2.0 16.07-rc1 - rte_vhost_feature_disable@DPDK_2.0 16.07-rc1 - rte_vhost_feature_enable@DPDK_2.0 16.07-rc1 - rte_vhost_feature_get@DPDK_2.0 16.07-rc1 - rte_vhost_get_ifname@DPDK_16.07 16.07-rc1 - rte_vhost_get_numa_node@DPDK_16.07 16.07-rc1 - rte_vhost_get_queue_num@DPDK_16.07 16.07-rc1 + DPDK_16.07@DPDK_16.07 16.07~rc1 + DPDK_2.0@DPDK_2.0 16.07~rc1 + DPDK_2.1@DPDK_2.1 16.07~rc1 + rte_vhost_avail_entries@DPDK_16.07 16.07~rc1 + rte_vhost_dequeue_burst@DPDK_2.0 16.07~rc1 + rte_vhost_driver_callback_register@DPDK_2.0 16.07~rc1 + rte_vhost_driver_register@DPDK_2.0 16.07~rc1 + rte_vhost_driver_session_start@DPDK_2.0 16.07~rc1 + rte_vhost_driver_unregister@DPDK_2.1 16.07~rc1 + rte_vhost_enable_guest_notification@DPDK_2.0 16.07~rc1 + rte_vhost_enqueue_burst@DPDK_2.0 16.07~rc1 + rte_vhost_feature_disable@DPDK_2.0 16.07~rc1 + rte_vhost_feature_enable@DPDK_2.0 16.07~rc1 + rte_vhost_feature_get@DPDK_2.0 16.07~rc1 + rte_vhost_get_ifname@DPDK_16.07 16.07~rc1 + rte_vhost_get_numa_node@DPDK_16.07 16.07~rc1 + rte_vhost_get_queue_num@DPDK_16.07 16.07~rc1 |