Bug#798024: typo in clblas-ppc64el patch ?

2015-09-15 Thread Ghislain Vaillant
Hi Fernando, First of all, thanks for investigating the build issue of clBLAS on ppc64el. In the patch you provided, d/rules is modified with: # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_HOST_ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH) + export

Bug#798024: typo in clblas-ppc64el patch ?

2015-09-15 Thread Ghislain Vaillant
On 15/09/15 09:24, Ansgar Burchardt wrote: Ghislain Vaillant writes: In the patch you provided, d/rules is modified with: # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_HOST_ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH) + export

Bug#798024: typo in clblas-ppc64el patch ?

2015-09-15 Thread Ansgar Burchardt
Ghislain Vaillant writes: > In the patch you provided, d/rules is modified with: > > # Uncomment this to turn on verbose mode. > #export DH_VERBOSE=1 > > +DEB_HOST_ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH) > + > export DEB_BUILD_MAINT_OPTIONS = hardening=+all >