From 9164fa63072f213f9f02b0c2fae458b5c1072ade Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 28 Sep 2017 07:35:28 +0200 Subject: debian/{control,rules}: Update supported host architectures. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 07bc596..ec382c2 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ API_VERSION = 0.1 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) CONFIGURE_COMMON_FLAGS = --disable-scrollkeeper --enable-introspection -ifneq (,$(filter $(DEB_HOST_ARCH),arm64 ppc64el)) +ifeq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mipsel ppc64el s390x kfreebsd-amd64 kfreebsd-i386 powerpc ppc64)) CONFIGURE_COMMON_FLAGS += --disable-mono-test else dh_extra_args = ,cli -- cgit v1.2.3