diff options
author | Sergei Golubchik <serg@mariadb.org> | 2019-01-02 16:34:15 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2019-01-03 00:23:05 +0100 |
commit | 1f9f72b13e17a42540fd8ee7892faa52d6308a33 (patch) | |
tree | f59b0c4b46bbad6a39951a69d1a11a83541ad4db /debian | |
parent | 099186d09eae20e6d656f556b90dc245d64013b0 (diff) | |
download | mariadb-git-1f9f72b13e17a42540fd8ee7892faa52d6308a33.tar.gz |
fix debian builds for cosmic
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 47dd568e06d..edd11a99373 100644 --- a/debian/control +++ b/debian/control @@ -479,7 +479,7 @@ Description: OQGraph storage engine for MariaDB Package: mariadb-plugin-tokudb Architecture: any Depends: mariadb-server-10.2 (= ${binary:Version}), - libjemalloc1 (>= 3.0.0~), + libjemalloc1 (>= 3.0.0~) | libjemalloc2, ${misc:Depends}, ${shlibs:Depends} Breaks: mariadb-server-10.0, |