Actually, since thursday we have had perfectly[1] functioning java for armel. Java on old arm port is unlikely to ever reach fully functional state, as the upstream has little interest on it.
g77 remains unavailable for armel, instead we intend to migrate the whole of Debian to gfortran[2] (last g77 was included with gcc 3.4..). So one option is to change the fortran dependency to: g77 | gfortran [armel] | fortran77-compiler Eventually it should just come down to: gfortran | fortran77-compiler but without testing of what happens if you use gfortran-compiled libtool and apps still using g77, I guess it might be a bit too early for that. As this is getting a bit complicated, I've attached a patch that shows how I think libtool build-depends should now look ;) Cheers, Riku [1] Atleast the testsuite says so [2] http://lists.debian.org/debian-toolchain/2007/07/msg00000.html -- "rm -rf" only sounds scary if you don't have backups
diff -u libtool-1.5.24/debian/control libtool-1.5.24/debian/control --- libtool-1.5.24/debian/control +++ libtool-1.5.24/debian/control @@ -1,5 +1,5 @@ Source: libtool -Build-Depends: debhelper (>= 4.0), texi2html, texinfo, file, g77 | fortran77-compiler, gcj [!hurd-i386], automake1.10, autoconf, autotools-dev, quilt +Build-Depends: debhelper (>= 4.0), texi2html, texinfo, file, g77 | gfortran [armel] | fortran77-compiler, gcj [!hurd-i386 !arm !armeb], automake1.10, autoconf, autotools-dev, quilt Section: devel Priority: optional Maintainer: Kurt Roeckx <[EMAIL PROTECTED]> diff -u libtool-1.5.24/debian/changelog libtool-1.5.24/debian/changelog --- libtool-1.5.24/debian/changelog +++ libtool-1.5.24/debian/changelog @@ -1,3 +1,10 @@ +libtool (1.5.24-1+armel) unstable; urgency=low + + * No gcj on arm, armeb + * Prefer gfortran over g77 on armel + + -- Riku Voipio <[EMAIL PROTECTED]> Sun, 16 Sep 2007 16:41:11 +0300 + libtool (1.5.24-1) unstable; urgency=low * New upstream release (Closes: #432139): only in patch2: unchanged: --- libtool-1.5.24.orig/.pc/.version +++ libtool-1.5.24/.pc/.version @@ -0,0 +1 @@ +2