File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ Description: OQGraph storage engine for MariaDB
500
500
This package contains the OQGraph plugin for MariaDB.
501
501
502
502
Package: mariadb-plugin-tokudb
503
- Architecture: any
503
+ Architecture: amd64
504
504
Depends: mariadb-server-10.3 (= ${binary:Version}),
505
505
${misc:Depends},
506
506
${shlibs:Depends}
@@ -519,7 +519,7 @@ Description: TokuDB storage engine for MariaDB
519
519
This package contains the TokuDB plugin for MariaDB.
520
520
521
521
Package: mariadb-plugin-mroonga
522
- Architecture: any
522
+ 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
523
523
Depends: mariadb-server-10.3 (= ${binary:Version}),
524
524
${misc:Depends},
525
525
${shlibs:Depends}
Original file line number Diff line number Diff line change 39
39
endif
40
40
41
41
# Ignore test suite exit code on unstable platforms
42
- ifneq (,$(filter $(ARCH ) , mips mipsel) )
42
+ ifneq (,$(filter $(ARCH ) ,mips mipsel mips64el alpha powerpc sh4 hurd-i386 sparc64 kfreebsd-i386 kfreebsd-amd64 ) )
43
43
TESTSUITE_FAIL_CMD: =true
44
44
else
45
45
TESTSUITE_FAIL_CMD: =exit 1
@@ -114,11 +114,6 @@ override_dh_auto_install:
114
114
dh_testdir
115
115
dh_testroot
116
116
117
- # Skip TokuDB if arch is not amd64
118
- ifneq ($(ARCH ) , amd64)
119
- sed -i -e "/Package: mariadb-plugin-tokudb/,+18d" debian/control
120
- endif
121
-
122
117
# If libthrift-dev was available (manually installed, as it is
123
118
# not in Debian) and ha_cassandra.so was thus built, create package,
124
119
# otherwise skip it.
You can’t perform that action at this time.
0 commit comments