aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>2019-02-07 15:54:49 +0100
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>2019-02-07 15:54:49 +0100
commitab784918f9da998ba0c21415409c94d3e3a81b58 (patch)
tree78fba5dd0f87d18cb7267830ff02388ec9d36a5f
parent30f3f0f5c5113aa53aef0382b777eaefc24be636 (diff)
- d/control: ensure break relationships are backportable
Change-Id: I87b3361f11a59e8deed04ba93b536e5cc9e3486c Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 1381ea64..00dbbaef 100644
--- a/debian/control
+++ b/debian/control
@@ -69,7 +69,7 @@ Suggests: dpdk-doc,
dpdk-rte-kni-dkms (= ${binary:Version}),
linux-image-generic,
${librte:Suggests},
-Breaks: dpdk-dev (<< 18.11-4),
+Breaks: dpdk-dev (<< 18.11-4~),
Replaces: dpdk-dev (<< 18.11),
Description: Data Plane Development Kit (runtime)
DPDK is a set of libraries for fast packet processing. Applications run
@@ -80,7 +80,7 @@ Description: Data Plane Development Kit (runtime)
Package: dpdk-dev
Section: oldlibs
Architecture: amd64 arm64 armhf i386 ppc64el
-Breaks: dpdk (<< 18.11-4),
+Breaks: dpdk (<< 18.11-4~),
Replaces: dpdk (<< 18.11-4),
Depends: libdpdk-dev (>= ${source:Version}),
${misc:Depends},