Bug#799883: [PATCH v2 1/2] Treat *-{i386,amd64} as x86

2015-09-24 Thread James Clarke
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 $@ >>

Bug#799883: [PATCH v2 1/2] Treat *-{i386,amd64} as x86

2015-09-24 Thread Guillem Jover
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))) >

Bug#799883: [PATCH v2 1/2] Treat *-{i386,amd64} as x86

2015-09-23 Thread James Clarke
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