[Pkg-db-devel] Bug#426574: update java binding disabling patch

Riku Voipio riku.voipio at iki.fi
Tue May 29 17:39:37 UTC 2007


Package: db4.3
Severity: wishlist
Tags: patch
User: debian-arm at lists.debian.org
Usertags: eabi

The patch for #408806 has become outdated, as the armel port
landed in slightly in slighly different (but better)
form to official dpkg 1.14 release. DEB_HOST_GNU_CPU
returns now arm. java-gcj-compat-dev also needs to be
dropped from build-deps on armel/armeb, which was accidentally
omitted in the first patch. 

Cheers,
Riku

-- 
"rm -rf" only sounds scary if you don't have backups
-------------- next part --------------
diff -u db4.3-4.3.29/debian/rules db4.3-4.3.29/debian/rules
--- db4.3-4.3.29/debian/rules
+++ db4.3-4.3.29/debian/rules
@@ -23,7 +23,7 @@
 DEB_HOST_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 
-JAVA_UNSUPPORTED_CPUS = zm32rz zm68kz zmipsz zmipselz zarmz zarmebz zarmelz
+JAVA_UNSUPPORTED_CPUS = zm32rz zm68kz zmipsz zmipselz zarmz zarmebz
 JAVA_UNSUPPORTED_SYSTEMS = zgnuz zkfreebsd-gnuz zknetbsd-gnuz
 
 CONFIGURE_VARS = CC=gcc CFLAGS="$(CFLAGS)" CPPFLAGS="-I/usr/include/tcl8.4" 
diff -u db4.3-4.3.29/debian/control db4.3-4.3.29/debian/control
--- db4.3-4.3.29/debian/control
+++ db4.3-4.3.29/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Debian Berkeley DB Maintainers <pkg-db-devel at lists.alioth.debian.org>
 Uploaders: Clint Adams <schizo at debian.org>, Matthew Wilcox <willy at debian.org>, Andreas Barth <aba at not.so.argh.org>, Adam Conrad <adconrad at 0c3.net>
 Standards-Version: 3.7.2
-Build-Depends: tcl8.4-dev, procps [!hurd-i386], java-gcj-compat-dev [!m32r !m68k !mips !mipsel !arm !hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
+Build-Depends: tcl8.4-dev, procps [!hurd-i386], java-gcj-compat-dev [!m32r !m68k !mips !mipsel !arm !armeb !armel !hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
 
 Package: db4.3-doc
 Architecture: all


More information about the Pkg-db-devel mailing list