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-pmd-bond1.symbols | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'debian/librte-pmd-bond1.symbols') diff --git a/debian/librte-pmd-bond1.symbols b/debian/librte-pmd-bond1.symbols index b08ef30e..cd8cf138 100644 --- a/debian/librte-pmd-bond1.symbols +++ b/debian/librte-pmd-bond1.symbols @@ -1,17 +1,17 @@ librte_pmd_bond.so.1 librte-pmd-bond1 #MINVER# - DPDK_16.04@DPDK_16.04 16.07-rc1 - DPDK_16.07@DPDK_16.07 16.07-rc1 + DPDK_16.04@DPDK_16.04 16.07~rc1 + 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 rte_eth_bond_8023ad_conf_get@DPDK_2.0 16.04 rte_eth_bond_8023ad_setup@DPDK_2.0 16.04 - rte_eth_bond_8023ad_conf_get@DPDK_16.07 16.07-rc1 - rte_eth_bond_8023ad_ext_collect@DPDK_16.07 16.07-rc1 - rte_eth_bond_8023ad_ext_collect_get@DPDK_16.07 16.07-rc1 - rte_eth_bond_8023ad_ext_distrib@DPDK_16.07 16.07-rc1 - rte_eth_bond_8023ad_ext_distrib_get@DPDK_16.07 16.07-rc1 - rte_eth_bond_8023ad_ext_slowtx@DPDK_16.07 16.07-rc1 - rte_eth_bond_8023ad_setup@DPDK_16.07 16.07-rc1 + rte_eth_bond_8023ad_conf_get@DPDK_16.07 16.07~rc1 + rte_eth_bond_8023ad_ext_collect@DPDK_16.07 16.07~rc1 + rte_eth_bond_8023ad_ext_collect_get@DPDK_16.07 16.07~rc1 + rte_eth_bond_8023ad_ext_distrib@DPDK_16.07 16.07~rc1 + rte_eth_bond_8023ad_ext_distrib_get@DPDK_16.07 16.07~rc1 + rte_eth_bond_8023ad_ext_slowtx@DPDK_16.07 16.07~rc1 + rte_eth_bond_8023ad_setup@DPDK_16.07 16.07~rc1 rte_eth_bond_active_slaves_get@DPDK_2.0 16.04 rte_eth_bond_create@DPDK_2.0 16.04 rte_eth_bond_free@DPDK_2.1 16.04 -- cgit 1.2.3-korg