From c98e6d4b3d4d17ee429c696ac07e0bc4bbe1a81e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Tue, 17 Apr 2018 21:31:34 +0300 Subject: [PATCH] Deb: Remove dependencies on packages that are 'essential' anyway All packages in group 'essential' are by default installed on all Debian and Ubuntu systems, and there is no need to mark them as dependencies for any binary. --- debian/control | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/control b/debian/control index d2383ec4f7c..ba783955dc3 100644 --- a/debian/control +++ b/debian/control @@ -421,10 +421,7 @@ Recommends: libhtml-template-perl Pre-Depends: adduser (>= 3.40), debconf, mariadb-common (>= ${source:Version}) -Depends: bsdutils, - coreutils, - findutils, - galera-3 (>=25.3), +Depends: galera-3 (>=25.3), gawk, iproute2, libdbi-perl,