Your message dated Sat, 17 Oct 2009 12:28:34 +0100
with message-id <[email protected]>
and subject line This bug was been fixed in db4.6
has caused the Debian Bug report #497802,
regarding db4.5: please enable java bindings for GNU/kFreeBSD
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
497802: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497802
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: db4.5
Version: 4.5.20-12
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version does exclude java related packages
from Build-depends on GNU/kFreeBSD (kfreebsd-amd64 kfreebsd-i386).
Please enable java bindings by patch bellow,
similarly as already done in db4.7 series.
Thanks in advance
Petr
diff -u db4.5-4.5.20/debian/rules db4.5-4.5.20/debian/rules
--- db4.5-4.5.20/debian/rules
+++ db4.5-4.5.20/debian/rules
@@ -25,7 +25,7 @@
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
JAVA_UNSUPPORTED_CPUS = zm32rz zarmz zhppaz zalphaz
-JAVA_UNSUPPORTED_SYSTEMS = zgnuz zkfreebsd-gnuz zknetbsd-gnuz
+JAVA_UNSUPPORTED_SYSTEMS = zgnuz zknetbsd-gnuz
-include /usr/share/gcj/debian_defaults
NPTL_FORCED_CPUS = zhppaz
diff -u db4.5-4.5.20/debian/control db4.5-4.5.20/debian/control
--- db4.5-4.5.20/debian/control
+++ db4.5-4.5.20/debian/control
@@ -4,7 +4,7 @@
Maintainer: Debian Berkeley DB Maintainers
<[email protected]>
Uploaders: Clint Adams <[email protected]>, Florian Weimer <[email protected]>
Standards-Version: 3.7.3
-Build-Depends: tcl8.5-dev, procps [!hurd-i386], default-jdk-builddep [!alpha
!arm !hppa !hurd-i386 !kfreebsd-i386 !kfreebsd-amd64 !m32r]
+Build-Depends: tcl8.5-dev, procps [!hurd-i386], default-jdk-builddep [!alpha
!arm !hppa !hurd-i386 !m32r]
Package: db4.5-doc
Architecture: all
--- End Message ---
--- Begin Message ---
Hi!
This bug was fixed in db4.6
db4.6 (4.6.21-11) unstable; urgency=medium
* Enable java bindings for GNU/kFreeBSD. closes: #497808.
--
Marco Rodrigues
http://Marco.Tondela.org
--- End Message ---