diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-01-27 16:58:26 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-01-27 16:58:26 +0100 |
commit | 4a3ea302211ec42e7bf8558c461caa1f0c94094b (patch) | |
tree | 1d07015b99dd00f675cba3285da3362e2383ac0e /debian | |
parent | b4dd13b519e1346d81641ccd3331181ab13e1d41 (diff) | |
download | mariadb-git-4a3ea302211ec42e7bf8558c461caa1f0c94094b.tar.gz |
MDEV-4787 Missing dependency to "patch" for the Debian/Ubuntu "mariadb-test" package
add patch as a "suggested" dependency to mariadb-test-5.5
Diffstat (limited to 'debian')
-rw-r--r-- | debian/dist/Debian/control | 1 | ||||
-rw-r--r-- | debian/dist/Ubuntu/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/dist/Debian/control b/debian/dist/Debian/control index 2b4c419ea8e..fb8153dc87f 100644 --- a/debian/dist/Debian/control +++ b/debian/dist/Debian/control @@ -171,6 +171,7 @@ Depends: mariadb-server-5.5 (= ${source:Version}), mariadb-client-5.5 (= ${sourc Conflicts: mariadb-test (<< ${source:Version}), mariadb-test-5.1, mariadb-test-5.2, mariadb-test-5.3, mariadb-server-5.5 (<< 5.5.33), mariadb-galera-server-5.5 (<< 5.5.33) +Suggests: patch Replaces: mariadb-test (<< ${source:Version}), mariadb-test-5.1, mariadb-test-5.2, mariadb-test-5.3 Description: MariaDB database regression test suite diff --git a/debian/dist/Ubuntu/control b/debian/dist/Ubuntu/control index a4e25565944..0cc065a8f35 100644 --- a/debian/dist/Ubuntu/control +++ b/debian/dist/Ubuntu/control @@ -162,6 +162,7 @@ Package: mariadb-test-5.5 Section: database Architecture: any Depends: mariadb-server-5.5 (= ${source:Version}), mariadb-client-5.5 (= ${source:Version}) +Suggests: patch Conflicts: mariadb-test (<< ${source:Version}), mariadb-test-5.1, mariadb-test-5.2, mariadb-test-5.3, mariadb-server-5.5 (<< 5.5.33), mariadb-galera-server-5.5 (<< 5.5.33) |