From 5f6211c728dafcc48e7ad39dfe3ad84b263762b4 Mon Sep 17 00:00:00 2001 From: Alexander Lutay <alutay@sipwise.com> Date: Mon, 27 Aug 2018 11:14:44 +0200 Subject: [PATCH] TT#42456 Fix 2029c2c47: correct package name is ngcp-intel-i40e-dkms Otherwise NGCP cannot be installed: > (spce)root@spce:/# apt-get install ngcp-intel-i40e > ... > Package ngcp-intel-i40e is not available, but is referred to by another package. > This may mean that the package is missing, has been obsoleted, or > is only available from another source > > E: Package 'ngcp-intel-i40e' has no installation candidate > ... > (spce)root@spce:/# apt-cache search ngcp-intel-i40e > ngcp-intel-i40e-dkms - dkms source for the intel i40e Change-Id: I8959379fa4b51ceb3edf34477161a9a533f533ad --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 1a67c25..6a7c1ea 100644 --- a/debian/control +++ b/debian/control @@ -184,7 +184,7 @@ Depends: man-db, nano, ngcp-bulk-processor, - ngcp-intel-i40e, + ngcp-intel-i40e-dkms, ngcp-inventory, ngcp-klish-config, ngrep-sip, @@ -239,7 +239,7 @@ Depends: nano, ngcp-bulk-processor, ngcp-deployment-scripts, - ngcp-intel-i40e, + ngcp-intel-i40e-dkms, ngcp-klish-config, ngrep-sip, pciutils,