summaryrefslogtreecommitdiff
path: root/debian/dist/Ubuntu/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/dist/Ubuntu/control')
-rw-r--r--debian/dist/Ubuntu/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/dist/Ubuntu/control b/debian/dist/Ubuntu/control
index 093e2577299..228498c1015 100644
--- a/debian/dist/Ubuntu/control
+++ b/debian/dist/Ubuntu/control
@@ -198,7 +198,7 @@ Description: MariaDB database server binaries
Package: mariadb-server
Section: database
Architecture: all
-Depends: mariadb-server-10.0, ${misc:Depends}
+Depends: mariadb-server-10.0 (= ${source:Version}), ${misc:Depends}
Description: MariaDB database server (metapackage depending on the latest version)
This is an empty package that depends on the current "best" version of
mariadb-server (currently mariadb-server-10.0), as determined by the MariaDB
@@ -214,7 +214,7 @@ Description: MariaDB database server (metapackage depending on the latest versio
Package: mariadb-client
Section: database
Architecture: all
-Depends: mariadb-client-10.0, ${misc:Depends}
+Depends: mariadb-client-10.0 (= ${source:Version}), ${misc:Depends}
Description: MariaDB database client (metapackage depending on the latest version)
This is an empty package that depends on the current "best" version of
mariadb-client (currently mariadb-client-10.0), as determined by the MariaDB
@@ -224,7 +224,7 @@ Description: MariaDB database client (metapackage depending on the latest versio
Package: mariadb-test
Section: database
Architecture: all
-Depends: mariadb-test-10.0
+Depends: mariadb-test-10.0 (= ${source:Version})
Description: MariaDB database regression test suite (metapackage depending on the latest version)
This is an empty package that depends on the current "best" version of
mariadb-test (currently mariadb-test-10.0), as determined by the MariaDB