Commit 09493825 authored by Otto Kekäläinen's avatar Otto Kekäläinen Committed by Vicențiu-Marian Ciorbaru

Deb: sync architecture restrictions from packaging in Debian official

parent e260c6a0
...@@ -500,7 +500,7 @@ Description: OQGraph storage engine for MariaDB ...@@ -500,7 +500,7 @@ Description: OQGraph storage engine for MariaDB
This package contains the OQGraph plugin for MariaDB. This package contains the OQGraph plugin for MariaDB.
Package: mariadb-plugin-tokudb Package: mariadb-plugin-tokudb
Architecture: any Architecture: amd64
Depends: mariadb-server-10.3 (= ${binary:Version}), Depends: mariadb-server-10.3 (= ${binary:Version}),
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
...@@ -519,7 +519,7 @@ Description: TokuDB storage engine for MariaDB ...@@ -519,7 +519,7 @@ Description: TokuDB storage engine for MariaDB
This package contains the TokuDB plugin for MariaDB. This package contains the TokuDB plugin for MariaDB.
Package: mariadb-plugin-mroonga Package: mariadb-plugin-mroonga
Architecture: any Architecture: any-alpha any-amd64 any-arm any-arm64 any-i386 any-ia64 any-mips64el any-mips64r6el any-mipsel any-mipsr6el any-nios2 any-powerpcel any-ppc64el any-sh3 any-sh4 any-tilegx
Depends: mariadb-server-10.3 (= ${binary:Version}), Depends: mariadb-server-10.3 (= ${binary:Version}),
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
......
...@@ -39,7 +39,7 @@ else ...@@ -39,7 +39,7 @@ else
endif endif
# Ignore test suite exit code on unstable platforms # Ignore test suite exit code on unstable platforms
ifneq (,$(filter $(ARCH), mips mipsel)) ifneq (,$(filter $(ARCH),mips mipsel mips64el alpha powerpc sh4 hurd-i386 sparc64 kfreebsd-i386 kfreebsd-amd64))
TESTSUITE_FAIL_CMD:=true TESTSUITE_FAIL_CMD:=true
else else
TESTSUITE_FAIL_CMD:=exit 1 TESTSUITE_FAIL_CMD:=exit 1
...@@ -114,11 +114,6 @@ override_dh_auto_install: ...@@ -114,11 +114,6 @@ override_dh_auto_install:
dh_testdir dh_testdir
dh_testroot dh_testroot
# Skip TokuDB if arch is not amd64
ifneq ($(ARCH), amd64)
sed -i -e "/Package: mariadb-plugin-tokudb/,+18d" debian/control
endif
# If libthrift-dev was available (manually installed, as it is # If libthrift-dev was available (manually installed, as it is
# not in Debian) and ha_cassandra.so was thus built, create package, # not in Debian) and ha_cassandra.so was thus built, create package,
# otherwise skip it. # otherwise skip it.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment