tags 604792 + patch tags 604792 + pending thanks Dear maintainer,
I've prepared an NMU for cln (versioned as 1.3.1-2.2) and uploaded it to DELAYED/1. Please feel free to tell me if I should delay it longer. Notice I sent this diff a week ago, I am just setting properly Closes field and bumping standards version. Regards.
diff -u cln-1.3.1/debian/control cln-1.3.1/debian/control --- cln-1.3.1/debian/control +++ cln-1.3.1/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Richard Kreckel <[email protected]> Build-Depends: debhelper (>= 6), libgmp-dev, texinfo -Standards-Version: 3.8.3 +Standards-Version: 3.9.1 Homepage: http://www.ginac.de/CLN/ Package: libcln6 diff -u cln-1.3.1/debian/changelog cln-1.3.1/debian/changelog --- cln-1.3.1/debian/changelog +++ cln-1.3.1/debian/changelog @@ -1,3 +1,11 @@ +cln (1.3.1-2.2) unstable; urgency=low + + * Non-maintainer upload. + - Enable CPPFLAGS="-DNO_ASM" on arm* and sparc* (Closes: #604792) + * Bump standards version to 3.9.1 + + -- Hector Oron <[email protected]> Sun, 03 Apr 2011 13:12:11 +0000 + cln (1.3.1-2.1) unstable; urgency=low * NMU. Change dependencies: libgmp3-dev --> libgmp-dev. diff -u cln-1.3.1/debian/rules cln-1.3.1/debian/rules --- cln-1.3.1/debian/rules +++ cln-1.3.1/debian/rules @@ -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";; \

