Bug#596951: ltrace: Please add preliminary support for armhf port

2010-09-27 Thread Loïc Minier
 Note that ltrace is currently broken in Ubuntu armel, I think it's
 generally broken in Thumb-2 mode, but I don't have the specifics; I
 guess this affects armhf too.

 It would be good to have it building as a first step though.

-- 
Loïc Minier



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



Bug#596951: ltrace: Please add preliminary support for armhf port

2010-09-15 Thread Konstantinos Margaritis
Package: ltrace
Version: 0.5.3-2.1
Severity: wishlist


Please add preliminary support for a new port armhf (for now on 
debian-ports.org).

Thanks

Konstantinos Margaritis
Genesi USA, Senior Software engineer, armhf port maintainer
Debian Developer
diff -ruN ltrace-0.5.3/debian/control ltrace-0.5.3.armhf//debian/control
--- ltrace-0.5.3/debian/control	2010-09-15 13:09:01.0 +
+++ ltrace-0.5.3.armhf//debian/control	2010-08-03 08:55:29.379817363 +
@@ -6,7 +6,7 @@
 Build-Depends: cdbs (= 0.4.23-1.1), debhelper (= 5), binutils-dev, libelfg0-dev
 
 Package: ltrace
-Architecture: i386 arm armeb armel m68k s390 powerpc sparc alpha amd64 ia64 ppc64
+Architecture: i386 arm armeb armel armhf m68k s390 powerpc sparc alpha amd64 ia64 ppc64
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Tracks runtime library calls in dynamically linked programs
  ltrace is a debugging program which runs a specified command until it