diff options
author | Otto Kekäläinen <otto@mariadb.org> | 2018-08-06 22:48:14 +0300 |
---|---|---|
committer | Otto Kekäläinen <otto@mariadb.org> | 2018-08-07 18:51:16 +0300 |
commit | a12e6c5ba481134562e2d0a4a982b2defb915d8a (patch) | |
tree | b30f80e78a64c87b915fcfc64507ffe8a8e55a6d /debian | |
parent | 5d59a7b6a7cdfc761edad2d2949c42848d93681c (diff) | |
download | mariadb-git-a12e6c5ba481134562e2d0a4a982b2defb915d8a.tar.gz |
Deb: Don't define libzstd1 or other libraries as install dependencies manually
If something was built using a build dependency, it will automatically
be a install dependency via ${shlibs:Depends}, so no need to define it
manually.
This also fixes a bug related to a over autobake-deb.sh mangling
the control file architecture field on Trusty and Jessie.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 471b2c521a1..c990f4cfe5a 100644 --- a/debian/control +++ b/debian/control @@ -562,8 +562,7 @@ Description: Connect storage engine for MariaDB Package: mariadb-plugin-rocksdb Architecture: amd64 arm64 mips64el ppc64el -Depends: libzstd1, - mariadb-server-10.4 (= ${binary:Version}), +Depends: mariadb-server-10.4 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Breaks: mariadb-rocksdb-engine-10.2, |