From af533aa5026072b3b1a12ed9aaebee2463c8ee1b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 24 Oct 2017 16:46:32 +0200 Subject: debian/rules: White space fix. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ec382c2..d6eb845 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 -ifeq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mipsel ppc64el s390x kfreebsd-amd64 kfreebsd-i386 powerpc ppc64)) +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