From 8090f89e683c37394bb346fbe8bf065952b298a0 Mon Sep 17 00:00:00 2001 From: Christian Ehrhardt Date: Thu, 23 Jun 2016 10:15:18 +0200 Subject: d/control: drop unused mempool dependency from librte-eal2 Now that linking is fixed and there is no circular dependency anymore there is no need to still manually add the formerly hidden mempool dependency. Change-Id: Ieb3ae0bac70f42a7bbf6d6bc84f8c720e806f6c8 Signed-off-by: Christian Ehrhardt --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 529f4b54..3ce43d2f 100644 --- a/debian/control +++ b/debian/control @@ -223,7 +223,7 @@ Section: libs Multi-Arch: same Homepage: http://dpdk.org/doc/api/rte__eal_8h.html Pre-Depends: ${misc:Pre-Depends} -Depends: ${misc:Depends}, ${shlibs:Depends}, librte-mempool1 +Depends: ${misc:Depends}, ${shlibs:Depends} Conflicts: libdpdk0 Description: Data Plane Development Kit (librte-eal runtime library) DPDK is a set of libraries for fast packet processing. Applications run -- cgit 1.2.3-korg