From d55eb331118725b0dfff347b6eb7b71e524fc82e Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 2 Aug 2016 12:17:13 +0100 Subject: 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 --- debian/librte-port3.symbols | 48 ++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'debian/librte-port3.symbols') 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 -- cgit 1.2.3-korg