diff options
author | Nirbhay Choubey <nirbhay@mariadb.com> | 2016-03-30 00:22:38 -0400 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2016-05-05 09:19:39 -0400 |
commit | 7abb570756ab82dfa1dc610a96e911b46aad1538 (patch) | |
tree | ac02138d05a7411e319382b1bbd26b6056ec5558 /debian | |
parent | 0a1c2a20518e90babfea3a54b257aa28b4603e22 (diff) | |
download | mariadb-git-7abb570756ab82dfa1dc610a96e911b46aad1538.tar.gz |
MDEV-6211: MariaDB-Galera-server uses 'socat', but 'socat' is not in the dependency list
Xtrabackup-based SST method uses socat. Move it from
Suggests to Depends list.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 218f9544e46..f331b3e519f 100644 --- a/debian/control +++ b/debian/control @@ -306,7 +306,7 @@ Description: MariaDB database regression test suite Package: mariadb-server-10.1 Architecture: any -Suggests: mailx, mariadb-test, netcat-openbsd, socat, tinyca +Suggests: mailx, mariadb-test, netcat-openbsd, tinyca Recommends: libhtml-template-perl Pre-Depends: mariadb-common, adduser (>= 3.40), debconf Depends: bsdutils, @@ -325,6 +325,7 @@ Depends: bsdutils, perl (>= 5.6), psmisc, rsync, + socat, tar, ${misc:Depends}, ${shlibs:Depends} |