From 5dd71d105768882507e90ec2e14a325930a273c5 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 9 Jun 2021 18:21:14 +0200 Subject: [PATCH] TT#118659 Add moreutils to ngcp-addons-ce + ngcp-addons-pro We used to have it on our systems, though it was pulled in via dependency of prometheus-node-exporter. Recent versions of prometheus-node-exporter (as present in bullseye) no longer depend on moreutils though, therefore explicitly add it to our package list. Change-Id: Ic352fde5f82d7d04e070a7640129f7cbf3f741e8 --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index ce6ea10..b88caf0 100644 --- a/debian/control +++ b/debian/control @@ -169,6 +169,7 @@ Depends: lsb-release, lsof, man-db, + moreutils, nano, ngcp-inventory-pro, ngcp-klish-config, @@ -246,6 +247,7 @@ Depends: lsb-release, lsof, man-db, + moreutils, nano, ngcp-deployment-scripts, ngcp-klish-config,