diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-12-13 08:16:02 +0100 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-12-13 08:16:02 +0100 |
commit | 36efbee735ebfa8330b6783f5d93c589594220b2 (patch) | |
tree | 571528f07dc811894c05f9f0a5ed5dec006fee55 /debian | |
parent | 29d3433659c53d7c754d85bf99f8bae89d87cd59 (diff) |
rename and adapt bumped symbols so versions
Change-Id: I6335fc54749b0510642733dca8c59fd8f14aebc7
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/librte-cryptodev2.symbols (renamed from debian/librte-cryptodev1.symbols) | 2 | ||||
-rw-r--r-- | debian/librte-eal3.symbols (renamed from debian/librte-eal2.symbols) | 2 | ||||
-rw-r--r-- | debian/librte-ethdev5.symbols (renamed from debian/libethdev4.symbols) | 2 | ||||
-rw-r--r-- | debian/librte-net1.symbols | 2 | ||||
-rw-r--r-- | debian/librte-pmd-qede1.symbols | 2 |
5 files changed, 7 insertions, 3 deletions
diff --git a/debian/librte-cryptodev1.symbols b/debian/librte-cryptodev2.symbols index f5fa955b..c4571e5e 100644 --- a/debian/librte-cryptodev1.symbols +++ b/debian/librte-cryptodev2.symbols @@ -1,4 +1,4 @@ -librte_cryptodev.so.1 librte-cryptodev1 #MINVER# +librte_cryptodev.so.2 librte-cryptodev2 #MINVER# DPDK_16.04@DPDK_16.04 16.04 DPDK_16.07@DPDK_16.07 16.07~rc1 rte_crypto_op_pool_create@DPDK_16.04 16.04 diff --git a/debian/librte-eal2.symbols b/debian/librte-eal3.symbols index 85387a95..2af58ac3 100644 --- a/debian/librte-eal2.symbols +++ b/debian/librte-eal3.symbols @@ -1,4 +1,4 @@ -librte_eal.so.2 librte-eal2 #MINVER# +librte_eal.so.3 librte-eal3 #MINVER# DPDK_16.04@DPDK_16.04 16.04 DPDK_16.07@DPDK_16.07 16.07~rc1 DPDK_2.0@DPDK_2.0 16.04 diff --git a/debian/libethdev4.symbols b/debian/librte-ethdev5.symbols index 426fc151..64ce6d6d 100644 --- a/debian/libethdev4.symbols +++ b/debian/librte-ethdev5.symbols @@ -1,4 +1,4 @@ -libethdev.so.4 libethdev4 #MINVER# +librte_ethdev.so.5 librte-ethdev5 #MINVER# DPDK_16.04@DPDK_16.04 16.07~rc1 DPDK_16.07@DPDK_16.07 16.07~rc1 DPDK_2.2@DPDK_2.2 16.07~rc1 diff --git a/debian/librte-net1.symbols b/debian/librte-net1.symbols new file mode 100644 index 00000000..e407932a --- /dev/null +++ b/debian/librte-net1.symbols @@ -0,0 +1,2 @@ +librte_net.so.1 librte-net1 #MINVER# + DPDK_16.11@DPDK_16.11 16.11 diff --git a/debian/librte-pmd-qede1.symbols b/debian/librte-pmd-qede1.symbols new file mode 100644 index 00000000..96d3f5ba --- /dev/null +++ b/debian/librte-pmd-qede1.symbols @@ -0,0 +1,2 @@ +librte_pmd_qede.so.1 librte-pmd-qede1 #MINVER# + DPDK_16.04@DPDK_16.04 16.11 |