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-hash2.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-hash2.symbols')
-rw-r--r-- | debian/librte-hash2.symbols | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/librte-hash2.symbols b/debian/librte-hash2.symbols index 08fc4681..d01da797 100644 --- a/debian/librte-hash2.symbols +++ b/debian/librte-hash2.symbols @@ -1,5 +1,5 @@ librte_hash.so.2 librte-hash2 #MINVER# - DPDK_16.07@DPDK_16.07 16.07-rc3 + DPDK_16.07@DPDK_16.07 16.07~rc3 DPDK_2.0@DPDK_2.0 16.04 DPDK_2.1@DPDK_2.1 16.04 DPDK_2.2@DPDK_2.2 16.04 @@ -15,7 +15,7 @@ librte_hash.so.2 librte-hash2 #MINVER# rte_hash_del_key_with_hash@DPDK_2.0 16.04 rte_hash_find_existing@DPDK_2.0 16.04 rte_hash_free@DPDK_2.0 16.04 - rte_hash_get_key_with_position@DPDK_16.07 16.07-rc3 + rte_hash_get_key_with_position@DPDK_16.07 16.07~rc3 rte_hash_hash@DPDK_2.0 16.04 rte_hash_iterate@DPDK_2.1 16.04 rte_hash_lookup@DPDK_2.0 16.04 |