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-port3.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-port3.symbols')
-rw-r--r-- | debian/librte-port3.symbols | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/debian/librte-port3.symbols b/debian/librte-port3.symbols index 1fc6d106..e41b3012 100644 --- a/debian/librte-port3.symbols +++ b/debian/librte-port3.symbols @@ -1,25 +1,25 @@ librte_port.so.3 librte-port3 #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 - DPDK_2.2@DPDK_2.2 16.07-rc1 - rte_port_ethdev_reader_ops@DPDK_2.0 16.07-rc1 - rte_port_ethdev_writer_nodrop_ops@DPDK_2.1 16.07-rc1 - rte_port_ethdev_writer_ops@DPDK_2.0 16.07-rc1 - (arch=!i386)rte_port_kni_reader_ops@DPDK_16.07 16.07-rc1 - (arch=!i386)rte_port_kni_writer_nodrop_ops@DPDK_16.07 16.07-rc1 - (arch=!i386)rte_port_kni_writer_ops@DPDK_16.07 16.07-rc1 - rte_port_ring_multi_reader_ops@DPDK_2.2 16.07-rc1 - rte_port_ring_multi_writer_nodrop_ops@DPDK_2.2 16.07-rc1 - rte_port_ring_multi_writer_ops@DPDK_2.2 16.07-rc1 - rte_port_ring_reader_ipv4_frag_ops@DPDK_2.0 16.07-rc1 - rte_port_ring_reader_ipv6_frag_ops@DPDK_2.1 16.07-rc1 - rte_port_ring_reader_ops@DPDK_2.0 16.07-rc1 - rte_port_ring_writer_ipv4_ras_ops@DPDK_2.0 16.07-rc1 - rte_port_ring_writer_ipv6_ras_ops@DPDK_2.1 16.07-rc1 - rte_port_ring_writer_nodrop_ops@DPDK_2.1 16.07-rc1 - rte_port_ring_writer_ops@DPDK_2.0 16.07-rc1 - rte_port_sched_reader_ops@DPDK_2.0 16.07-rc1 - rte_port_sched_writer_ops@DPDK_2.0 16.07-rc1 - rte_port_sink_ops@DPDK_2.0 16.07-rc1 - rte_port_source_ops@DPDK_2.0 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 + DPDK_2.2@DPDK_2.2 16.07~rc1 + rte_port_ethdev_reader_ops@DPDK_2.0 16.07~rc1 + rte_port_ethdev_writer_nodrop_ops@DPDK_2.1 16.07~rc1 + rte_port_ethdev_writer_ops@DPDK_2.0 16.07~rc1 + (arch=!i386)rte_port_kni_reader_ops@DPDK_16.07 16.07~rc1 + (arch=!i386)rte_port_kni_writer_nodrop_ops@DPDK_16.07 16.07~rc1 + (arch=!i386)rte_port_kni_writer_ops@DPDK_16.07 16.07~rc1 + rte_port_ring_multi_reader_ops@DPDK_2.2 16.07~rc1 + rte_port_ring_multi_writer_nodrop_ops@DPDK_2.2 16.07~rc1 + rte_port_ring_multi_writer_ops@DPDK_2.2 16.07~rc1 + rte_port_ring_reader_ipv4_frag_ops@DPDK_2.0 16.07~rc1 + rte_port_ring_reader_ipv6_frag_ops@DPDK_2.1 16.07~rc1 + rte_port_ring_reader_ops@DPDK_2.0 16.07~rc1 + rte_port_ring_writer_ipv4_ras_ops@DPDK_2.0 16.07~rc1 + rte_port_ring_writer_ipv6_ras_ops@DPDK_2.1 16.07~rc1 + rte_port_ring_writer_nodrop_ops@DPDK_2.1 16.07~rc1 + rte_port_ring_writer_ops@DPDK_2.0 16.07~rc1 + rte_port_sched_reader_ops@DPDK_2.0 16.07~rc1 + rte_port_sched_writer_ops@DPDK_2.0 16.07~rc1 + rte_port_sink_ops@DPDK_2.0 16.07~rc1 + rte_port_source_ops@DPDK_2.0 16.07~rc1 |