diff options
author | Otto Kekäläinen <otto@mariadb.org> | 2018-01-12 12:05:30 +0000 |
---|---|---|
committer | Vicențiu-Marian Ciorbaru <cvicentiu@gmail.com> | 2018-01-16 13:48:00 +0200 |
commit | 094938255d1926f16b0f74bcbd7c3e967eaef2ed (patch) | |
tree | d5d6cf1530efa666c13c06ee415b20e367188284 /debian/rules | |
parent | e260c6a087484973625445787d05e8b0f7ffe5b5 (diff) | |
download | mariadb-git-094938255d1926f16b0f74bcbd7c3e967eaef2ed.tar.gz |
Deb: sync architecture restrictions from packaging in Debian official
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules index 76433d47576..456af8b0664 100755 --- a/debian/rules +++ b/debian/rules @@ -39,7 +39,7 @@ else endif # 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 else TESTSUITE_FAIL_CMD:=exit 1 @@ -114,11 +114,6 @@ override_dh_auto_install: dh_testdir 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 # not in Debian) and ha_cassandra.so was thus built, create package, # otherwise skip it. |