diff options
author | Nirbhay Choubey <nirbhay@skysql.com> | 2014-05-29 15:39:29 -0400 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@skysql.com> | 2014-05-29 15:39:29 -0400 |
commit | 707f378a1343438e032ddf8968a25c5b5358340f (patch) | |
tree | 97ab0955bc069454a5f74b361ba91c0771b634ef /debian/dist | |
parent | 7e85cfb50fd95e9b0c7ba6033fcc03d66ff12cd9 (diff) | |
download | mariadb-git-707f378a1343438e032ddf8968a25c5b5358340f.tar.gz |
Added rsync to galera server's debian dependency list.
Diffstat (limited to 'debian/dist')
-rw-r--r-- | debian/dist/Debian/control | 3 | ||||
-rw-r--r-- | debian/dist/Ubuntu/control | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/dist/Debian/control b/debian/dist/Debian/control index c0a42604da7..a654d839435 100644 --- a/debian/dist/Debian/control +++ b/debian/dist/Debian/control @@ -1,3 +1,4 @@ +ls Source: mariadb-10.0 Section: misc Priority: optional @@ -44,7 +45,7 @@ Pre-Depends: mariadb-common, adduser (>= 3.40), debconf Depends: mariadb-client-10.0 (>= ${source:Version}), libdbi-perl, perl (>= 5.6), ${shlibs:Depends}, ${misc:Depends}, psmisc, passwd, lsb-base (>= 3.0-10), libmariadbclient18 (>= ${binary:Version}), galera (>=25.2), - lsof, socat, grep, gawk, iproute, coreutils, findutils + rsync, lsof, socat, grep, gawk, iproute, coreutils, findutils Provides: mysql-server-core, mysql-server-core-5.1, mysql-server-core-5.5, mysql-server-core-10.0, mariadb-server, mysql-server, virtual-mysql-server, mariadb-galera-server Conflicts: mariadb-server, mysql-server, mariadb-galera-server (<< ${source:Version}), mysql-server-4.1, mysql-server-5.0, mysql-server-5.1, mysql-server-5.5, diff --git a/debian/dist/Ubuntu/control b/debian/dist/Ubuntu/control index e375d66d52d..7042e480785 100644 --- a/debian/dist/Ubuntu/control +++ b/debian/dist/Ubuntu/control @@ -44,7 +44,7 @@ Pre-Depends: mariadb-common, adduser (>= 3.40), debconf Depends: mariadb-client-10.0 (>= ${source:Version}), libdbi-perl, perl (>= 5.6), ${shlibs:Depends}, ${misc:Depends}, psmisc, passwd, lsb-base (>= 3.0-10), libmariadbclient18 (>= ${binary:Version}), galera (>=25.2), - lsof, socat, grep, gawk, iproute, coreutils, findutils + rsync, lsof, socat, grep, gawk, iproute, coreutils, findutils Provides: mysql-server-core, mysql-server-core-5.1, mysql-server-core-5.5, mysql-server-core-10.0, mariadb-server, mysql-server, virtual-mysql-server, mariadb-galera-server Conflicts: mariadb-server, mysql-server, mariadb-galera-server (<< ${source:Version}), mysql-server-4.1, mysql-server-5.0, mysql-server-5.1, mysql-server-5.5, |