Bug#604792: cln: Please add armhf support

2011-03-28 Thread Hector Oron
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.0 +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   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.0 +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 debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#604792: cln: Please add armhf support

2010-11-24 Thread Konstantinos Margaritis
Yes, all tests pass and the build log is here:

http://freevec.org/repository/misc/cln_1.3.1-2+armhf_armhf.build

and the package is uploaded already (patched) to unreleased on
debian-ports.org:

ftp://ftp.debian-ports.org/debian/pool-armhf/main/c/cln/

Also, all packages that depended upon cln (like libqalculate and ginac) have
also been correctly built.

Thanks

Konstantinos

On 24 November 2010 22:41, Richard B. Kreckel  wrote:

> On 11/24/2010 03:25 PM, Konstantinos Margaritis wrote:
>
>> The package builds fine using the attached patch.
>>
>
> Does it also successfully pass the test suite? I would like to check. Can I
> see the build log somewhere? The output of the test suite should be included
> somewhere in it.
>
>  -richy.
> --
> Richard B. Kreckel
> >
>


Bug#604792: cln: Please add armhf support

2010-11-24 Thread Richard B. Kreckel

On 11/24/2010 03:25 PM, Konstantinos Margaritis wrote:

The package builds fine using the attached patch.


Does it also successfully pass the test suite? I would like to check. 
Can I see the build log somewhere? The output of the test suite should 
be included somewhere in it.


  -richy.
--
Richard B. Kreckel




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



Bug#604792: cln: Please add armhf support

2010-11-24 Thread Konstantinos Margaritis
Source: cln
Severity: wishlist
Tags: patch

Hi,

The armhf port has reached a very good state (at 87%) at debian-ports.org,
and I'm now mass-filing bug reports to packages for armhf support.
Most packages just have to add armhf in the architecture field. The complete
list is in http://wiki.debian.org/ArmHardFloatTodo

The package builds fine using the attached patch. We do not target squeeze,
so if you feel like waiting until squeeze is released, there is no rush. But
please consider adding armhf support. :)

Regards

Konstantinos

-- System Information:
Debian Release: squeeze/sid
Architecture: armhf (armv7l)

Kernel: Linux 2.6.31.14-efikamx (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -ruN cln-1.3.1/debian/rules cln-1.3.1.armhf//debian/rules
--- cln-1.3.1/debian/rules	2010-11-24 11:19:06.0 +
+++ cln-1.3.1.armhf//debian/rules	2010-11-24 09:00:41.369764247 +
@@ -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|armel|armhf|hppa|sparc) \
 	${MAKE} CPPFLAGS="-DNO_ASM" CXXFLAGS="-O2";; \
 	  *) \
 	${MAKE} CXXFLAGS="-O2";; \