diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-12-09 09:06:07 +0100 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-12-12 15:41:59 +0100 |
commit | 39ef74e39373cbba7fb0766341e1283ce54470ea (patch) | |
tree | 128a2686ef72fb99541f9a6e31b29475b10e8896 /debian/control | |
parent | 6579533e7a8cca374b818892a3690e2681973b24 (diff) |
bump librte-eal version from 2 to 3 as package transition
This is a bit of a "decision" we don't have many (in Debian actually
none) depending packages so far.
In a library that would behave we would ship dpdk-16.11 as new source
along dpdk-16.07, but as discussed we don't want to do that just yet.
OTOH the version 3 is fully backward compatible with version 2, so for
now we can handle it like a package rename transition.
That implies to rebuild dependent packages in distributions that have
them already (Ubuntu) as a transitional package upload.
Change-Id: I92e79f206a0bd752d775584c88ea2559c652b606
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 41e8951c..dfbe467c 100644 --- a/debian/control +++ b/debian/control @@ -128,7 +128,7 @@ Depends: ${misc:Depends}, librte-cmdline2 (= ${binary:Version}), librte-cryptodev1 (= ${binary:Version}), librte-distributor1 (= ${binary:Version}), - librte-eal2 (= ${binary:Version}), + librte-eal3 (= ${binary:Version}), librte-hash2 (= ${binary:Version}), librte-ip-frag1 (= ${binary:Version}), librte-jobstats1 (= ${binary:Version}), @@ -254,6 +254,14 @@ Description: Data Plane Development Kit (librte-distributor runtime library) This package contains the runtime libraries for librte_distributor. Package: librte-eal2 +Depends: librte-eal3, ${misc:Depends} +Architecture: all +Priority: extra +Section: oldlibs +Description: transitional package + This is a transitional package. It can safely be removed. + +Package: librte-eal3 Architecture: amd64 arm64 i386 ppc64el Multi-Arch: same Homepage: http://dpdk.org/doc/api/rte__eal_8h.html |