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

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu


-- 
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