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-pmd-bnxt1.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-pmd-bnxt1.symbols')
-rw-r--r-- | debian/librte-pmd-bnxt1.symbols | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/librte-pmd-bnxt1.symbols b/debian/librte-pmd-bnxt1.symbols index 3ebb6156..acb47d64 100644 --- a/debian/librte-pmd-bnxt1.symbols +++ b/debian/librte-pmd-bnxt1.symbols @@ -1,4 +1,4 @@ librte_pmd_bnxt.so.1 librte-pmd-bnxt1 #MINVER# - DPDK_16.04@DPDK_16.04 16.07-rc3 + DPDK_16.04@DPDK_16.04 16.07~rc3 # INFO: this library exports no symbols, essentially it is a driver that # registers itself on load and is then only driven by callbacks. |