Ah, thank you, I did not realise such a variable existed; guess I should have
checked!
James
> On 24 Sep 2015, at 14:37, Guillem Jover wrote:
>
> Hi!
>
> On Wed, 2015-09-23 at 19:04:03 +0100, James Clarke wrote:
>> --- a/debian/rules
>> +++ b/debian/rules
>> @@ -6,7 +6,7 @@
>> dh $@
>>
Hi!
On Wed, 2015-09-23 at 19:04:03 +0100, James Clarke wrote:
> --- a/debian/rules
> +++ b/debian/rules
> @@ -6,7 +6,7 @@
> dh $@
>
> ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH)
> -ifneq (,$(findstring :$(ARCH):,:i386:amd64:))
> +ifneq (,$(filter i386 amd64 %-i386 %-amd64,$(ARCH)))
>
X-Debbugs-CC: debian-h...@lists.debian.org
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 63a5932..d71c544 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
dh $@
ARCH=$(shell dpkg-architecture -qDEB_HOST
3 matches
Mail list logo