Oops, I overwrote the patch with something else in between, here is the proper patch.
Samuel
Index: debian/control =================================================================== --- debian/control (révision 3602) +++ debian/control (copie de travail) @@ -4,7 +4,7 @@ Maintainer: Debian GCC Maintainers <debian-...@lists.debian.org> Uploaders: Matthias Klose <d...@debian.org>, Arthur Loiret <aloi...@debian.org> Standards-Version: 3.8.0 -Build-Depends: m4, debhelper (>= 5), dpkg-dev (>= 1.13.9), gcj-4.3-base (>= 4.3.3-2) [!hurd-i386 !alpha !arm !hppa !sh3 !sh4], gcc-4.2-base (>= 4.2.4-1), gcc-4.3-base (>= 4.3.3-2), gnat-4.3-base (>= 4.3.3-2) [alpha amd64 hppa i386 ia64 lpia mips mipsel powerpc ppc64 s390 sparc kfreebsd-i386], lsb-release +Build-Depends: m4, debhelper (>= 5), dpkg-dev (>= 1.13.9), gcj-4.3-base (>= 4.3.3-2) [!alpha !arm !hppa !sh3 !sh4], gcc-4.2-base (>= 4.2.4-1), gcc-4.3-base (>= 4.3.3-2), gnat-4.3-base (>= 4.3.3-2) [alpha amd64 hppa i386 ia64 lpia mips mipsel powerpc ppc64 s390 sparc kfreebsd-i386], lsb-release Package: cpp Priority: optional Index: debian/rules =================================================================== --- debian/rules (révision 3602) +++ debian/rules (copie de travail) @@ -206,7 +206,7 @@ no_packages += gnat endif -java_no_archs := arm hurd-i386 sh3 sh4 +java_no_archs := arm sh3 sh4 ifneq (,$(filter $(DEB_HOST_ARCH),$(java_no_archs))) no_packages += gcj gij libgcj-bc endif