Argh. This is what you get for testing on a remote machine and then
copying to
the machine with keys on it.
Thanks I will fix.

regards
Alastair


On 04/11/2013 03:56, Aaron M. Ucko wrote:
> found 728128 9.02-3
> thanks
>
> Thanks for looking into this report!  Alas, typos in debian/rules keep
> your fix from being effective; please apply the below additional patch,
> which moreover extends coverage beyond Linux (to kFreeBSD).
>
> --- flexpart-9.02/debian/rules  2013-11-03 12:38:58.000000000 -0500
> +++ flexpart-9.02/debian/rules  2013-11-03 22:43:11.000000000 -0500
> @@ -3,9 +3,9 @@
>  # Uncomment this to turn on verbose mode.
>  # export DH_VERBOSE=1
>  
> -ARCH:=$(shell dpkg --print-architecture)
> -ifeq ($(ARCH), amd64)
> -  export FCLAGS= -mcdmodel=medium
> +CPU:=$(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
> +ifeq ($(CPU),amd64)
> +  export FCFLAGS=-mcmodel=medium
>  endif
>  
>  # magic debhelper rule
>


-- 
Alastair McKinstry  , <alast...@sceal.ie> , <mckins...@debian.org>    
http://blog.sceal.ie

Anyone who believes exponential growth can go on forever in a finite world
is either a madman or an economist - Kenneth Boulter, Economist.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to