diff options
author | Otto Kekäläinen <otto@mariadb.org> | 2018-04-17 21:31:34 +0300 |
---|---|---|
committer | Otto Kekäläinen <otto@mariadb.org> | 2018-05-28 11:32:22 +0300 |
commit | c98e6d4b3d4d17ee429c696ac07e0bc4bbe1a81e (patch) | |
tree | 9598f74f2eec98eccb40f8889c17d7ede1724d48 /debian/control | |
parent | 44e7ec193e29b53b363fed0a6f2d2853d245f263 (diff) | |
download | mariadb-git-c98e6d4b3d4d17ee429c696ac07e0bc4bbe1a81e.tar.gz |
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.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
1 files changed, 1 insertions, 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, |