From a12e6c5ba481134562e2d0a4a982b2defb915d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Mon, 6 Aug 2018 22:48:14 +0300 Subject: 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. --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian') 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, -- cgit v1.2.1