bump librte-eal version from 2 to 3 as package transition 40/4240/1
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Fri, 9 Dec 2016 08:06:07 +0000 (09:06 +0100)
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>
Mon, 12 Dec 2016 14:41:59 +0000 (15:41 +0100)
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>
debian/control

index 41e8951..dfbe467 100644 (file)
@@ -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