Your message dated Thu, 15 Nov 2007 19:36:21 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#437629: fixed in hsqldb 1.8.0.8.dfsg-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: hsqldb
Version: 1.8.0.7-3
Severity: wishlist
Tags: patch
Hi,
please build with java-gcj-compat-dev and add a -gcj subpackage.
Patch (taken from Ubuntu and asapted to fix the build-dep) is as follows:
diff -pruN 1.8.0.7-3/debian/control 1.8.0.7-3ubuntu1/debian/control
--- 1.8.0.7-3/debian/control 2007-05-23 17:21:01.000000000 +0100
+++ 1.8.0.7-3ubuntu1/debian/control 2007-05-23 17:20:41.000000000 +0100
@@ -1,15 +1,15 @@
Source: hsqldb
Section: libs
Priority: optional
Maintainer: Peter Eisentraut <[EMAIL PROTECTED]>
-Build-Depends: cdbs (>= 0.4.39), debhelper (>= 5), kaffe, jikes, ant,
libservlet2.4-java
+Build-Depends: cdbs (>= 0.4.39), debhelper (>= 5), java-gcj-compat-dev (>=
1.0.69) , ant, libservlet2.4-java
Standards-Version: 3.7.2
Package: libhsqldb-java
Section: libs
Architecture: all
-Depends: kaffe | java2-runtime, libservlet2.4-java
-Suggests: java-virtual-machine, libhsqldb-java-doc
+Depends: gij | java-gcj-compat | java2-runtime, libservlet2.4-java
+Suggests: java-virtual-machine, libhsqldb-java-doc, libhsqldb-java-gcj
Description: Java SQL database engine
HSQLDB is an SQL relational database engine written in Java. It has a
JDBC driver and supports a rich subset of SQL-92 (BNF tree format) plus
@@ -21,6 +22,22 @@ Description: Java SQL database engine
.
Web site: http://hsqldb.org/
+Package: libhsqldb-java-gcj
+Section: libs
+Architecture: any
+Depends: libhsqldb-java (>= ${source:Version}), ${misc:Depends},
${shlibs:Depends}
+Suggests: java-virtual-machine, libhsqldb-java-doc
+Description: Java SQL database engine (native code)
+ HSQLDB is an SQL relational database engine written in Java. It has a
+ JDBC driver and supports a rich subset of SQL-92 (BNF tree format) plus
+ SQL:1999 and SQL:2003 enhancements. It offers a small, fast database
+ engine that offers both in-memory and disk-based tables. Embedded and
+ server modes are available. Additionally, it includes tools such as a
+ minimal web server, in-memory query and management tools (can be run as
+ applets), and a number of demonstration examples.
+ .
+ This package contains the natively compiled code for use by gij.
+
Package: libhsqldb-java-doc
Section: doc
Architecture: all
diff -pruN 1.8.0.7-3/debian/rules 1.8.0.7-3ubuntu1/debian/rules
--- 1.8.0.7-3/debian/rules 2007-05-23 17:21:01.000000000 +0100
+++ 1.8.0.7-3ubuntu1/debian/rules 2007-05-23 17:20:41.000000000 +0100
@@ -4,11 +4,14 @@ include /usr/share/cdbs/1/rules/debhelpe
include /usr/share/cdbs/1/class/ant.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
-JAVA_HOME = /usr/lib/kaffe
+JAVA_HOME = /usr/lib/jvm/java-gcj
DEB_JARS = servlet-api
DEB_ANT_BUILDFILE = build/build.xml
DEB_ANT_BUILD_TARGET = hsqldb hsqldbutil
-DEB_ANT_COMPILER = jikes
+DEB_ANT_COMPILER = org.eclipse.jdt.core.JDTCompilerAdapter
+ifneq (,$(findstring eclipse,$(DEB_ANT_COMPILER)))
+ DEB_JARS += ecj.jar
+endif
DEB_INSTALL_DOCS_ALL = -X .cvsignore
DEB_INSTALL_CHANGELOGS_ALL = changelog.combined
@@ -54,6 +57,8 @@ install/libhsqldb-java::
install -m 755 debian/bin/hsqldb-* $(DEB_FINALDIR)/usr/bin/
install -m 644 -D debian/bin/hsqldb.xpm
$(DEB_FINALDIR)/usr/share/pixmaps/hsqldb.xpm
+install/libhsqldb-java-gcj:: install-indep
+ dh_nativejava -plibhsqldb-java-gcj
clean::
rm -f lib/hsqldb*.jar
Regards,
Rene
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.21-2-powerpc
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: hsqldb
Source-Version: 1.8.0.8.dfsg-2
We believe that the bug you reported is fixed in the latest version of
hsqldb, which is due to be installed in the Debian FTP archive:
hsqldb-server_1.8.0.8.dfsg-2_all.deb
to pool/main/h/hsqldb/hsqldb-server_1.8.0.8.dfsg-2_all.deb
hsqldb_1.8.0.8.dfsg-2.diff.gz
to pool/main/h/hsqldb/hsqldb_1.8.0.8.dfsg-2.diff.gz
hsqldb_1.8.0.8.dfsg-2.dsc
to pool/main/h/hsqldb/hsqldb_1.8.0.8.dfsg-2.dsc
libhsqldb-java-doc_1.8.0.8.dfsg-2_all.deb
to pool/main/h/hsqldb/libhsqldb-java-doc_1.8.0.8.dfsg-2_all.deb
libhsqldb-java-gcj_1.8.0.8.dfsg-2_amd64.deb
to pool/main/h/hsqldb/libhsqldb-java-gcj_1.8.0.8.dfsg-2_amd64.deb
libhsqldb-java_1.8.0.8.dfsg-2_all.deb
to pool/main/h/hsqldb/libhsqldb-java_1.8.0.8.dfsg-2_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Rene Engelhard <[EMAIL PROTECTED]> (supplier of updated hsqldb package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 04 Nov 2007 19:03:03 +0100
Source: hsqldb
Binary: hsqldb-server libhsqldb-java-gcj libhsqldb-java-doc libhsqldb-java
Architecture: source all amd64
Version: 1.8.0.8.dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut <[EMAIL PROTECTED]>
Changed-By: Rene Engelhard <[EMAIL PROTECTED]>
Description:
hsqldb-server - Java SQL database server
libhsqldb-java - Java SQL database engine
libhsqldb-java-doc - documentation for HSQLDB
libhsqldb-java-gcj - Java SQL database engine (native code)
Closes: 437629
Changes:
hsqldb (1.8.0.8.dfsg-2) unstable; urgency=low
.
* get regression fix from upstream
* merge from Ubuntu:
- build -gcj subpackage (closes: #437629)
Files:
2b7f721133d56ca71a4eb1716155b382 764 libs optional hsqldb_1.8.0.8.dfsg-2.dsc
aed0a15d46f6f491d2bfcbd544237a1b 10280 libs optional
hsqldb_1.8.0.8.dfsg-2.diff.gz
bec18e0ddc3cf52f103b6f2ba3d28b2d 948660 libs optional
libhsqldb-java_1.8.0.8.dfsg-2_all.deb
76c8a01d42bfdb46d4e94ca5bcc3a4e6 907340 doc optional
libhsqldb-java-doc_1.8.0.8.dfsg-2_all.deb
5ea4405ec6fcc862c45b7c20b0105244 40956 misc optional
hsqldb-server_1.8.0.8.dfsg-2_all.deb
e3efc9dfd7f23f02950bfd6e842e2b9c 1711044 libs optional
libhsqldb-java-gcj_1.8.0.8.dfsg-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHOL09+FmQsCSK63MRAhmyAJ9ZtdrW5uSduVQa7bfIuDgII7HIogCfRa5A
wNjfmskrb01/3ITrxg1Mw7E=
=xP6R
-----END PGP SIGNATURE-----
--- End Message ---