Hello, I have done a porter NMU upload to DELAYED/7
Please check the patch should be fine: diff -Naur cln-1.3.1/debian//changelog cln-1.3.1.hf/debian//changelog --- cln-1.3.1/debian//changelog 2011-03-28 16:07:38.000000000 +0100 +++ cln-1.3.1.hf/debian//changelog 2011-03-28 15:47:31.051386491 +0100 @@ -1,3 +1,10 @@ +cln (1.3.1-2.2) unstable; urgency=low + + * Non-maintainer upload. + - Enable CPPFLAGS="-DNO_ASM" on arm* and sparc* (Closes: DebianBug#604792) + + -- Hector Oron <[email protected]> Mon, 28 Mar 2011 15:43:36 +0100 + cln (1.3.1-2.1) unstable; urgency=low * NMU. Change dependencies: libgmp3-dev --> libgmp-dev. diff -Naur cln-1.3.1/debian//rules cln-1.3.1.hf/debian//rules --- cln-1.3.1/debian//rules 2011-03-28 16:07:38.000000000 +0100 +++ cln-1.3.1.hf/debian//rules 2011-03-28 15:41:00.827386660 +0100 @@ -17,7 +17,7 @@ # * SPARC: With some versions of GCC, there are apparently problems in # passing return values in %g1. case `dpkg-architecture -qDEB_HOST_ARCH` in \ - arm|armel|hppa|sparc) \ + arm*|hppa|sparc*) \ ${MAKE} CPPFLAGS="-DNO_ASM" CXXFLAGS="-O2";; \ *) \ ${MAKE} CXXFLAGS="-O2";; \ Let us know before delay expires if you got any problem with it. Best regards -- Hector Oron "Our Sun unleashes tremendous flares expelling hot gas into the Solar System, which one day will disconnect us." -- Day DVB-T stop working nicely Video flare: http://antwrp.gsfc.nasa.gov/apod/ap100510.html -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

