summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@kekalainen.net>2020-12-25 17:41:03 +0200
committerOtto Kekäläinen <otto@kekalainen.net>2021-01-03 21:14:32 +0200
commitea56841997995283f04e85e957c8d7f3159c85b0 (patch)
tree1aa45fb943ef87c3d74e985e6e08bf41b21dd6ad /debian/control
parentff36394ccc4b75efa1763b2b4b22562b90e4ccf4 (diff)
downloadmariadb-git-ea56841997995283f04e85e957c8d7f3159c85b0.tar.gz
Deb: Make dependencies and debian/rules cross-compile compatible
Also clean away impossible/unnecessary "Multi-Arch: same" stanzas. Mostly upstreamed from https://salsa.debian.org/mariadb-team/mariadb-10.5/-/commit/f0ba31e1565feaca9c2a6f2534e55bfc29af7021 Omitted 'libzstd-dev (>= 1.3.3)' as the version requirement would need stretch-backports to be available on buildbot.askmonty.org builders and they are not yet.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 4bd68939f00..3035598dd3c 100644
--- a/debian/control
+++ b/debian/control
@@ -23,22 +23,25 @@ Build-Depends: bison,
libcrack2-dev (>= 2.9.0),
libcurl4-openssl-dev | libcurl4-dev,
libedit-dev,
+ libedit-dev:native,
libjemalloc-dev [linux-any],
libjudy-dev,
libkrb5-dev,
liblz4-dev,
libncurses5-dev (>= 5.0-6~),
- libnuma-dev [!armhf],
+ libncurses5-dev:native (>= 5.0-6~),
+ libnuma-dev [linux-any],
libpam0g-dev,
libpcre2-dev,
libreadline-gplv2-dev [i386 amd64],
libsnappy-dev,
- libssl-dev | libssl1.0-dev,
+ libssl-dev,
+ libssl-dev:native,
libsystemd-dev [linux-any],
libxml2-dev,
libzstd-dev,
lsb-release,
- perl,
+ perl:any,
po-debconf,
psmisc,
unixodbc-dev,
@@ -52,7 +55,6 @@ Vcs-Git: https://github.com/MariaDB/server.git
Package: libmariadb-dev
Architecture: any
-Multi-Arch: same
Section: libdevel
Depends: libmariadb3 (= ${binary:Version}),
zlib1g-dev,
@@ -188,7 +190,6 @@ Description: Virtual package to satisfy external libmysqlclient18 depends
Package: libmariadbd19
Architecture: any
-Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
@@ -204,7 +205,6 @@ Description: MariaDB embedded database, shared library
Package: libmariadbd-dev
Architecture: any
-Multi-Arch: same
Section: libdevel
Provides: libmysqld-dev
Pre-Depends: ${misc:Pre-Depends}