--- hsqldb-2.2.9+dfsg.orig/debian/copyright +++ hsqldb-2.2.9+dfsg/debian/copyright @@ -0,0 +1,72 @@ +This Debian package was created by Peter Eisentraut +on 5 Feb 2005. + +The source was downloaded from . The +hsqldb.xpm icon was created by Peter Eisentraut from the file logo.gif +available in the HSQLDB CVS repository. + +Upstream authors: Fred Toussi and others + +Copyright: + + Copyright (c) 2001-2004, The HSQL Development Group + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + Neither the name of the HSQL Development Group nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG, + OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + Copyright (c) 1995-2000, The Hypersonic SQL Group. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + Neither the name of the Hypersonic SQL Group nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP, + OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + This software consists of voluntary contributions made by many individuals + on behalf of the Hypersonic SQL Group. --- hsqldb-2.2.9+dfsg.orig/debian/hsqldb-utils.manpages +++ hsqldb-2.2.9+dfsg/debian/hsqldb-utils.manpages @@ -0,0 +1,5 @@ +debian/man/hsqldb-databasemanager.1 +debian/man/hsqldb-databasemanagerswing.1 +debian/man/hsqldb-querytool.1 +debian/man/hsqldb-sqltool.1 +debian/man/hsqldb-transfer.1 --- hsqldb-2.2.9+dfsg.orig/debian/README.maintainer +++ hsqldb-2.2.9+dfsg/debian/README.maintainer @@ -0,0 +1,7 @@ +Steps to produce a .orig tarball from the upstream distribution zips: + +unzip hsqldb_1_7_3_2.zip +rm hsqldb/lib/hsqldb.jar +rm hsqldb/lib/servlet.jar +tar -c -f hsqldb_1.7.3.2.orig.tar hsqldb/ +gzip --best hsqldb_1.7.3.2.orig.tar --- hsqldb-2.2.9+dfsg.orig/debian/pom.xml +++ hsqldb-2.2.9+dfsg/debian/pom.xml @@ -0,0 +1,29 @@ + + 4.0.0 + + org.hsqldb + hsqldb + jar + HSQLDB Database + 2.0.0 + http://hsqldb.org/ + Lightweight 100% Java SQL Database Engine + + + HSQLDB License, a BSD open source license + http://hsqldb.org/web/hsqlLicense.html + repo + + + + The HSQL Development Group + http://hsqldb.org + + 2001 + + http://hsqldb.svn.sourceforge.net/viewvc/hsqldb/base-one/tags/hsqldb_1_8_0_10 + scm:svn:http://hsqldb.svn.sourceforge.net/svnroot/hsqldb/base-one + scm:svn:https://unsaved@hsqldb.svn.sourceforge.net/svnroot/hsqldb/base-one/trunk + hsqldb_1_8_0_10 + + --- hsqldb-2.2.9+dfsg.orig/debian/compat +++ hsqldb-2.2.9+dfsg/debian/compat @@ -0,0 +1 @@ +5 --- hsqldb-2.2.9+dfsg.orig/debian/libhsqldb-java-doc.docs +++ hsqldb-2.2.9+dfsg/debian/libhsqldb-java-doc.docs @@ -0,0 +1 @@ +hsqldb/doc/guide --- hsqldb-2.2.9+dfsg.orig/debian/hsqldb-utils.menu +++ hsqldb-2.2.9+dfsg/debian/hsqldb-utils.menu @@ -0,0 +1,31 @@ +?package(hsqldb-utils):\ + needs="X11"\ + section="Applications/Data Management"\ + title="HSQLDB Database Manager"\ + command="/usr/bin/hsqldb-databasemanager"\ + icon="/usr/share/pixmaps/hsqldb.xpm"\ + hints="HSQLDB" + +?package(hsqldb-utils):\ + needs="X11"\ + section="Applications/Data Management"\ + title="HSQLDB Database Manager (Swing)"\ + command="/usr/bin/hsqldb-databasemanagerswing"\ + icon="/usr/share/pixmaps/hsqldb.xpm"\ + hints="HSQLDB" + +?package(hsqldb-utils):\ + needs="X11"\ + section="Applications/Data Management"\ + title="HSQLDB Query Tool"\ + command="/usr/bin/hsqldb-querytool"\ + icon="/usr/share/pixmaps/hsqldb.xpm"\ + hints="HSQLDB" + +?package(hsqldb-utils):\ + needs="X11"\ + section="Applications/Data Management"\ + title="HSQLDB Transfer Tool"\ + command="/usr/bin/hsqldb-transfer"\ + icon="/usr/share/pixmaps/hsqldb.xpm"\ + hints="HSQLDB" --- hsqldb-2.2.9+dfsg.orig/debian/maven.publishedRules +++ hsqldb-2.2.9+dfsg/debian/maven.publishedRules @@ -0,0 +1 @@ +s/hsqldb/org.hsqldb/ hsqldb * s/.*/debian/ * * --- hsqldb-2.2.9+dfsg.orig/debian/watch +++ hsqldb-2.2.9+dfsg/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/hsqldb/hsqldb-([0-9]).([0-9]).([0-9]).zip --- hsqldb-2.2.9+dfsg.orig/debian/libhsqldb-java-doc.examples +++ hsqldb-2.2.9+dfsg/debian/libhsqldb-java-doc.examples @@ -0,0 +1 @@ +hsqldb/bin/memorydbmanager.html --- hsqldb-2.2.9+dfsg.orig/debian/libhsqldb-java-doc.doc-base +++ hsqldb-2.2.9+dfsg/debian/libhsqldb-java-doc.doc-base @@ -0,0 +1,15 @@ +Document: hsqldb-guide +Title: Hsqldb User Guide +Author: The HSQLDB Development Group +Abstract: 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:2.29 and SQL:2.23 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. +Section: Data Management + +Format: HTML +Index: /usr/share/doc/libhsqldb-java-doc/guide/index.html +Files: /usr/share/doc/libhsqldb-java-doc/guide/*.html --- hsqldb-2.2.9+dfsg.orig/debian/rules +++ hsqldb-2.2.9+dfsg/debian/rules @@ -0,0 +1,43 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/dpkg/architecture.mk + +JAVA_HOME = /usr/lib/jvm/default-java +DEB_JARS = servlet-api +DEB_ANT_BUILDFILE = hsqldb/build/build.xml +DEB_ANT_BUILD_TARGET = hsqldb hsqldbutil +DEB_ANT_ARGS += -Dant.build.javac.target=1.5 -Dant.build.javac.source=1.5 + +DEB_INSTALL_DOCS_ALL = -X .cvsignore + +build/hsqldb-utils:: + $(MAKE) -C debian/bin all + +define install-jar +install -m 644 -D hsqldb/lib/$(1).jar $(DEB_FINALDIR)/usr/share/java/$(1)-$(DEB_UPSTREAM_VERSION).jar +dh_link /usr/share/java/$(1)-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/$(1).jar +endef + +install/libhsqldb-java:: DEB_FINALDIR=$(CURDIR)/debian/libhsqldb-java/ +install/libhsqldb-java:: + mh_installpom -plibhsqldb-java -e$(DEB_UPSTREAM_VERSION) debian/pom.xml + mh_installjar -plibhsqldb-java -e$(DEB_UPSTREAM_VERSION) -l debian/pom.xml hsqldb/lib/hsqldb.jar + # there is no POM file for hsqldbutil + $(call install-jar,hsqldbutil) + jh_classpath -plibhsqldb-java --classpath=/usr/share/java/servlet-api-3.0.jar \ + $(CURDIR)/debian/libhsqldb-java/usr/share/java/hsqldb-$(DEB_UPSTREAM_VERSION).jar + +install/hsqldb-utils:: DEB_FINALDIR=$(CURDIR)/debian/hsqldb-utils/ +install/hsqldb-utils:: + install -d $(DEB_FINALDIR)/usr/bin + 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 + +clean:: + rm -f hsqldb/lib/hsqldb*.jar + $(MAKE) -C debian/bin clean + mkdir -p hsqldb/doc-src + mh_clean --- hsqldb-2.2.9+dfsg.orig/debian/libhsqldb-java-doc.links +++ hsqldb-2.2.9+dfsg/debian/libhsqldb-java-doc.links @@ -0,0 +1 @@ +usr/share/java/hsqldb.jar usr/share/doc/libhsqldb1.9-java-doc/examples/hsqldb.jar --- hsqldb-2.2.9+dfsg.orig/debian/README.source +++ hsqldb-2.2.9+dfsg/debian/README.source @@ -0,0 +1,47 @@ +build/gradle* was removed from the orig: + +--- snip --- +From: Rene Engelhard +To: Luca Falavigna +Cc: +Bcc: +Subject: Re: hsqldb2.2_2.2.8-1_amd64.changes REJECTED +Reply-To: +In-Reply-To: +X-Request-PGP: finger:rene/key@db.debian.org +Organization: The Debian Project + +On Sat, May 19, 2012 at 11:59:23PM +0000, Luca Falavigna wrote: +> I can't find sources for build/gradle/wrapper/gradle-wrapper.jar + +Hrmpf. + +As this seems to be unused (alternative build system?) and I don't want to install all this shit: + +The following NEW packages will be installed: + antlr aspectj binfmt-support bnd checkstyle eclipse-jdt eclipse-pde eclipse-platform eclipse-platform-data eclipse-rcp fop gradle groovy ivy jarwrapper + java-wrappers junit libart-2.0-2 libasm3-java libaspectj-java libavalon-framework-java libbackport-util-concurrent-java libbatik-java libbcel-java + libbindex-java libbonoboui2-0 libbonoboui2-common libbsf-java libclassworlds-java libcodenarc-groovy-java libcommons-cli-java libcommons-collections3-java + libcommons-configuration-java libcommons-dbcp-java libcommons-digester-java libcommons-el-java libcommons-io-java libcommons-jexl-java + libcommons-jxpath-java libcommons-net2-java libcommons-pool-java libcommons-vfs-java libdom4j-java libdoxia-java libeasymock-java libequinox-osgi-java + libfop-java libganymed-ssh2-java libgeronimo-jpa-2.0-spec-java libgeronimo-jta-1.1-spec-java libgeronimo-osgi-support-java libglade2-0 + libgmetrics-groovy-java libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common libgnuinet-java libgnujaf-java libgnumail-java + libgoogle-collections-java libgradle-announce-java libgradle-antlr-java libgradle-code-quality-java libgradle-core-java libgradle-ide-java + libgradle-jetty-java libgradle-maven-java libgradle-osgi-java libgradle-plugins-java libgradle-scala-java libgradle-wrapper-java libhawtjni-runtime-java + libhttpclient-java libhttpcore-java libicu4j-4.4-java libitext1-java libjansi-java libjansi-native-java libjasper-java libjaxen-java libjaxme-java + libjdom1-java libjetty-extra libjetty-extra-java libjetty-java libjna-java libjna-posix-java libjoptsimple-java libjsch-java libjsoup-java libjsr305-java + libjzlib-java liblogback-java libmaven-ant-tasks-java libmaven-scm-java libmaven2-core-java libmockobjects-java libmodello-java libmx4j-java + libnetbeans-cvsclient-java libosgi-compendium-java libosgi-core-java libosgi-foundation-ee-java libplexus-ant-factory-java libplexus-archiver-java + libplexus-bsh-factory-java libplexus-build-api-java libplexus-cipher-java libplexus-classworlds-java libplexus-component-api-java + libplexus-container-default-java libplexus-containers-java libplexus-i18n-java libplexus-interactivity-api-java libplexus-interpolation-java + libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java libqdox-java libregexp-java librhino-java libsaxon-java libslf4j-java libsvn-java + libsvnkit-java libswt-cairo-gtk-3-jni libswt-glx-gtk-3-jni libswt-gnome-gtk-3-jni libswt-gtk-3-java libswt-gtk-3-jni libswt-webkit-gtk-3-jni libtomcat6-java + libtrilead-ssh2-java libwagon-java libxbean-java libxmlgraphics-commons-java libxom-java libxpp2-java libxpp3-java libxstream-java rhino sat4j testng + +I'll simple remove build/gradle*. +(Especially as I don't find the stuff for build/gradle*jar either) + +Regards, + +Rene +--- snip --- --- hsqldb-2.2.9+dfsg.orig/debian/libhsqldb-java.examples +++ hsqldb-2.2.9+dfsg/debian/libhsqldb-java.examples @@ -0,0 +1 @@ +hsqldb/sample/sqltool.rc --- hsqldb-2.2.9+dfsg.orig/debian/libhsqldb-java-gcj.substvars +++ hsqldb-2.2.9+dfsg/debian/libhsqldb-java-gcj.substvars @@ -0,0 +1 @@ +misc:Depends= --- hsqldb-2.2.9+dfsg.orig/debian/changelog +++ hsqldb-2.2.9+dfsg/debian/changelog @@ -0,0 +1,448 @@ +hsqldb (2.2.9+dfsg-4ubuntu1) trusty; urgency=low + + * Merge from Debian unstable. Remaining changes: + - d/control: + + Transition libservlet2.5-java -> libservlet3.0-java. + + BD on default-jdk instead of openjdk-7 as its the default in Ubuntu. + - d/p/use-system-servlet.jar.diff: Update to use servlet-api-3.0. + * Dropped, included in Debian: + - d/control: Drop Suggests on removed -gcj package. + - d/control: Depend on default-jre-headless | java2-runtime-headless for + hsqldb-utils. + + -- James Page Tue, 12 Nov 2013 10:57:30 +0000 + +hsqldb (2.2.9+dfsg-4) unstable; urgency=low + + * QA upload. + * Bump Build-Dependency on openjdk-6-jdk to openjdk-7-jdk. + (Closes: #720551) + * Drop suggest on no longer existing libhsqldb-java-gcj. + * Update the java-dependency for hsqldb-utils. + + -- Niels Thykier Mon, 04 Nov 2013 13:56:42 +0100 + +hsqldb (2.2.9+dfsg-3ubuntu1) saucy; urgency=low + + * Merge from Debian unstable. Remaining changes: + - d/control: + + Transition libservlet2.5-java -> libservlet3.0-java. + + BD on default-jdk instead of openjdk-7 as its the default in Ubuntu. + - d/p/use-system-servlet.jar.diff: Update to use servlet-api-3.0. + * d/control: Drop Suggests on removed -gcj package. + * d/control: Depend on default-jre-headless | java2-runtime-headless for + hsqldb-utils. + + -- James Page Mon, 13 May 2013 09:43:28 +0100 + +hsqldb (2.2.9+dfsg-3) unstable; urgency=low + + * upload to unstable + * orphan package, set maintainer to Debian QA Group + * update debian/watch + * remove Conflicts: libreoffice-base; + add Breaks: libreoffice-base (<< 1:4.0.2~rc2-2) instead + + -- Rene Engelhard Mon, 06 May 2013 23:07:59 +0200 + +hsqldb (2.2.9+dfsg-2) experimental; urgency=low + + * remove lib/servlet-api*.jar and make the build actually use + /usr/share/java/servlet-api-2.5.jar... + + -- Rene Engelhard Mon, 18 Mar 2013 23:16:14 +0100 + +hsqldb (2.2.9-3) experimental; urgency=low + + * stop building -gcj and build using openjdk-6-jdk explicitely + (this apparently doesn't build with gcj anymore) + + -- Rene Engelhard Mon, 07 Jan 2013 18:33:16 +0100 + +hsqldb (2.2.9-2) experimental; urgency=low + + * rename back to hsqldb and libhsqldb-java + * fix servlet dependency + + -- Rene Engelhard Wed, 02 Jan 2013 21:37:42 +0100 + +hsqldb2.2 (2.2.9-1) experimental; urgency=low + + * New upstream release + + -- Rene Engelhard Wed, 22 Aug 2012 23:37:16 +0200 + +hsqldb2.2 (2.2.8-2) experimental; urgency=low + + * remove build/gradle*... (unused, and contains sourceless jar.) + + -- Rene Engelhard Sun, 20 May 2012 13:45:15 +0200 + +hsqldb2.2 (2.2.8-1) experimental; urgency=low + + * New upstream release + + * merge from libhsqldb-java 1.8.0: + - add maven.publishedRules (patch by twerner, closes: #641691) + - stop building -gcj - except on kfreebsd-* + - fix builddep: s/default-jdk-builddep/default-jdk, gcj-native-helper/ + - libhsqldb-java-gcj: libs->java + - add missing run to mh_clean + - build-depend on javahelper and add Class-Path: to hsqldb-1.8.0.10.jar... + - stop depending on a jre on libhsqldb-java + * merge from libhsqldb-java 1.8.1: + * move from Breaks: to Conflicts: openoffice.org-base and + also add Conflicts: libreoffice-base (comented out as different path) + + -- Rene Engelhard Mon, 30 Apr 2012 02:17:32 +0200 + +hsqldb2.0 (2.0.0-3) experimental; urgency=low + + * gah, I forgot the maven-repo-helper builddep + + -- Rene Engelhard Wed, 23 Jun 2010 09:34:43 +0200 + +hsqldb2.0 (2.0.0-2) experimental; urgency=low + + * build with libservlet2.5-java + * merge POM file from 1.8.1.2 packasges (closes: #581851) + + -- Rene Engelhard Mon, 21 Jun 2010 19:12:14 +0200 + +hsqldb2.0 (2.0.0-1) experimental; urgency=low + + * New upstream release + + -- Rene Engelhard Fri, 11 Jun 2010 14:27:55 +0200 + +hsqldb2.0 (2.0.0~rc8-1) experimental; urgency=low + + * New upstream release candidate + * add ${misc:Depends} for hsqldb2.0-utils + + -- Rene Engelhard Sat, 13 Mar 2010 17:02:56 +0100 + +hsqldb1.9 (1.9.0~rc6-1) experimental; urgency=low + + * New upstream release candidate + * drop hsqldb-server for now + + -- Rene Engelhard Sun, 25 Oct 2009 02:20:10 +0200 + +hsqldb (1.8.1.1-2) experimental; urgency=low + + * merge 1.8.0.10-6 + * add Breaks: openoffice.org-base + + -- Rene Engelhard Sun, 25 Oct 2009 02:19:34 +0200 + +hsqldb (1.8.0.10+dfsg-1ubuntu1) saucy; urgency=low + + * Merge from Debian unstable. Remaining changes: + - d/control: + + Transition libservlet2.5-java -> libservlet3.0-java. + + BD on default-jdk instead of openjdk-7 as its the default in Ubuntu. + - d/p/use-system-servlet.jar.diff: Update to use servlet-api-3.0. + - d/control: Drop -gcj package; it only targets kfreebsd-* and confuses + the LP builders/sbuild. + + -- James Page Sun, 05 May 2013 08:38:19 -0700 + +hsqldb (1.8.0.10+dfsg-1) unstable; urgency=low + + * remove lib/servlet.jar and make the build actually use + /usr/share/java/servlet-api-2.5.jar... + + -- Rene Engelhard Mon, 18 Mar 2013 22:30:20 +0100 + +hsqldb (1.8.0.10-14ubuntu1) raring; urgency=low + + * Merge from Debian unstable. Remaining changes: + - d/control: + + Transition libservlet2.5-java -> libservlet3.0-java. + + BD on default-jdk instead of openjdk-7 as its the default in Ubuntu. + * d/control: Drop -gcj package; it only targets kfreebsd-* and confuses + the LP builders/sbuild. + + -- James Page Wed, 14 Nov 2012 12:02:47 +0000 + +hsqldb (1.8.0.10-14) unstable; urgency=low + + * revert -13 changes, apply fix from upstream to fix preprocessing, + thanks Lionel Elie Mamane + + -- Rene Engelhard Tue, 17 Jul 2012 21:21:27 +0200 + +hsqldb (1.8.0.10-13ubuntu1) quantal; urgency=low + + * Transition libservlet2.5-java -> libservlet3.0-java (LP: #1023405). + + -- James Page Thu, 12 Jul 2012 15:22:14 +0100 + +hsqldb (1.8.0.10-13) unstable; urgency=low + + * explicitly build with openjdk-7 as the Java7 patch doesn't + seem to be working with gcj (closes: #675834). Thus ... + * ... disable -gcj + + -- Rene Engelhard Wed, 20 Jun 2012 11:45:35 +0200 + +hsqldb (1.8.0.10-12) unstable; urgency=low + + * add patch to fix build with Java 7 + + -- Rene Engelhard Fri, 01 Jun 2012 19:41:24 +0200 + +hsqldb (1.8.0.10-11) unstable; urgency=low + + * add maven.publishedRules (patch by twerner, closes: #641691) + * stop building -gcj - except on kfreebsd-* + + -- Rene Engelhard Mon, 26 Sep 2011 16:14:57 +0000 + +hsqldb (1.8.0.10-10) unstable; urgency=low + + * fix builddep: s/default-jdk-builddep/default-jdk, gcj-native-helper/ + * libhsqldb-java-gcj: libs->java + * add missing run to mh_clean + * build-depend on javahelper and add Class-Path: to hsqldb-1.8.0.10.jar... + * stop depending on a jre on libhsqldb-java + + -- Rene Engelhard Fri, 19 Aug 2011 20:54:56 +0000 + +hsqldb (1.8.0.10-9) unstable; urgency=low + + * oops, readd lost changes of -6.1 and fix changelog snafu + + -- Rene Engelhard Mon, 21 Jun 2010 18:51:08 +0200 + +hsqldb (1.8.0.10-8) unstable; urgency=low + + * hardcode JAVA_EXECUTABLE to /usr/lib/jvm/java-gcj/bin/java + (closes: #579740) + * add $remote_fs to Required-Stop: + * build with libservlet2.5-java + + -- Rene Engelhard Mon, 21 Jun 2010 12:03:42 +0200 + +hsqldb (1.8.0.10-6.1) unstable; urgency=low + + * Non-maintainer upload. + * Install POM file for hsqldb.jar. (Closes: #581851) + + -- Torsten Werner Sun, 16 May 2010 23:08:11 +0200 + +hsqldb (1.8.0.10-6) unstable; urgency=low + + * split utilities (hsqldb-*) into hsqldb-utils to allow + co-installation of libraries of different versions + + -- Rene Engelhard Sun, 25 Oct 2009 02:19:13 +0200 + +hsqldb (1.8.1.1-1) experimental; urgency=low + + * New upstream release + + -- Rene Engelhard Sat, 24 Oct 2009 14:47:46 +0200 + +hsqldb (1.8.0.10-5) unstable; urgency=low + + * add i104901.patch from OOo to fix autoincrement behaviour which + otherwise can cause db corruption + * bin/hsqldb: Provides: hsqldb-server, thanks lintian + + -- Rene Engelhard Sat, 19 Sep 2009 00:56:41 +0200 + +hsqldb (1.8.0.10-4) unstable; urgency=low + + * fix hsqldb-init-tempfile to actually be applied + * readd WebServer support + * use template for hsqldb.conf which has more info + * add SERVER_JVMARGS=-Dhsqldb.method_class_names=\"\" to hsqldb.conf to + disallow execution of Java code inside SQL per default + * import default server.properties and webserver.properties and + default sqltool.rc from Fedora + + -- Rene Engelhard Mon, 17 Aug 2009 22:33:02 +0200 + +hsqldb (1.8.0.10-3) unstable; urgency=medium + + * add patch from http://www.openoffice.org/issues/show_bug.cgi?id=103528 + to fix BITXOR + * build with target/source for 1.5 as default-jdk is now OpenJDK 1.6 + * remove old hsqldb-server.init. Use bin/hsqldb. Add /etc/hsqldb.conf. + Make it work. Finetuning probably still needed but it at least now + has working (re)start/stop/status. + (closes: #466421) + * move libhsqldb-java to java and hsqldb-server to databases + * fix doc-base section + + -- Rene Engelhard Mon, 17 Aug 2009 21:05:08 +0200 + +hsqldb (1.8.0.10-2) unstable; urgency=low + + * fix creation of .lock file for OOo (from OOo svn) + + -- Rene Engelhard Wed, 25 Feb 2009 13:44:50 +0100 + +hsqldb (1.8.0.10-1) unstable; urgency=low + + * New upstream release + + -- Rene Engelhard Tue, 12 Aug 2008 10:49:33 -0300 + +hsqldb (1.8.0.9-3) unstable; urgency=low + + * make myself Maintainer: and remove Peter, by Peterss request + * use default-jdk-builddep (closes: #477862) + + -- Rene Engelhard Sun, 27 Apr 2008 00:17:18 +0200 + +hsqldb (1.8.0.9-2) unstable; urgency=low + + * upload to unstable + * mention CVE-2007-4575 in previous release + + -- Rene Engelhard Tue, 27 Nov 2007 11:37:11 +0100 + +hsqldb (1.8.0.9-1) experimental; urgency=high + + * New upstream release + - fixes CVE-2007-4575 + + -- Rene Engelhard Sun, 04 Nov 2007 19:20:16 +0100 + +hsqldb (1.8.0.8.dfsg-2) unstable; urgency=low + + * get regression fix from upstream + * merge from Ubuntu: + - build -gcj subpackage (closes: #437629) + + -- Rene Engelhard Sun, 04 Nov 2007 19:03:03 +0100 + +hsqldb (1.8.0.8.dfsg-1) unstable; urgency=high + + * oops, we need to remove servlet.jar from the .orig + + -- Rene Engelhard Mon, 24 Sep 2007 10:26:49 +0200 + +hsqldb (1.8.0.8-1) unstable; urgency=low + + * New upstream release + - includes all Ooo 2.3 patches (closes: #437630) + * switch to java-gcj-compat-dev as jikes can't build us anymore but + ecj can + * add myself to Uploaders + * make hsqldb-server depend on libhsqldb-java (= ${binary:Version}) + as $|Source-Version} is deprecated + * Apps/Databases -> Applications/Data Management for the new menu policy + + -- Rene Engelhard Fri, 31 Aug 2007 11:30:39 +0200 + +hsqldb (1.8.0.7-3) unstable; urgency=low + + * Changed dependencies to libservlet2.4-java (closes: #422555) + + -- Peter Eisentraut Mon, 07 May 2007 16:03:36 +0200 + +hsqldb (1.8.0.7-2) unstable; urgency=low + + * Corrected URL in hsqldb-sqltool man page + * Added sqltool.rc example to installation + * Improved start order dependencies of init script + + -- Peter Eisentraut Fri, 13 Apr 2007 01:54:00 +0200 + +hsqldb (1.8.0.7-1) unstable; urgency=low + + * New upstream release + * Updated watch file + * Removed hsqldb-nio.patch, which is no longer needed + + -- Peter Eisentraut Fri, 27 Oct 2006 09:59:02 +0200 + +hsqldb (1.8.0.5-2) unstable; urgency=low + + * Fixed dependency information in init script LSB header + + -- Peter Eisentraut Wed, 13 Sep 2006 19:18:37 +0200 + +hsqldb (1.8.0.5-1) experimental; urgency=low + + * New upstream release + * Fixed Build-Depends vs. Build-Depends-Indep + * Updated standards version + * debian/rules simplifications facilitated by newer cdbs + * Removed outdated OpenOffice patches + * Create /var/run/hsqldb in the init script rather than in the package + * Changed to Debhelper level 5 + * Fixed su invocation in init script + + -- Peter Eisentraut Thu, 31 Aug 2006 12:57:30 +0200 + +hsqldb (1.8.0.2-2) unstable; urgency=low + + * Added hsqldbutil.jar to re-add Transfer and QueryTool tools, which + were removed from the main jar (closes: #341427) + * Do not allow tools to create prefs file automatically + + -- Peter Eisentraut Sun, 11 Dec 2005 14:43:02 +0100 + +hsqldb (1.8.0.2-1) unstable; urgency=low + + * New upstream release + * Updated hsqldb-gcj-access-problems.patch for new release + * Changed watch file to version 3 format + * Added dependency on adduser + * Changed init script to LSB style + * Changed build dependency to ant + + -- Peter Eisentraut Sat, 24 Sep 2005 23:07:44 +0200 + +hsqldb (1.8.0.0-2) experimental; urgency=low + + * Moved java-virtual-machine to a suggestion (closes: #316986) + * Made hsqldb-server depend on the library of the same version + (closes: #316987) + * Applied bug fix patch from OOo2 (hsqldb-ooo2.patch) (closes: #316937) + * Applied patch by Rene Engelhard to work with GCJ in OOo2 + (hsqldb-gcj-access-problems.patch) (closes: #316937) + * Now using simple-patchsys.mk for patches + + -- Peter Eisentraut Mon, 11 Jul 2005 22:40:39 +0200 + +hsqldb (1.8.0.0-1) experimental; urgency=low + + * New upstream release + * Updated standards version + + -- Peter Eisentraut Mon, 4 Jul 2005 18:03:23 +0200 + +hsqldb (1.7.3.3-3) unstable; urgency=low + + * Changed maintainer address + * Added server mode + + -- Peter Eisentraut Thu, 9 Jun 2005 16:02:21 +0200 + +hsqldb (1.7.3.3-2) experimental; urgency=low + + * Disabled use of NIO locking (doesn't work with kaffe) + * Changed run-time dependencies to kaffe + * Moved to main + * Added PostgreSQL and MySQL JDBC drivers to classpath of GUI applications + + -- Peter Eisentraut Fri, 6 May 2005 13:22:03 +0200 + +hsqldb (1.7.3.3-1) experimental; urgency=low + + * New upstream release + + -- Peter Eisentraut Wed, 30 Mar 2005 10:39:03 +0200 + +hsqldb (1.7.3.2-1) experimental; urgency=low + + * Initial release (closes: #121613) + + -- Peter Eisentraut Sun, 6 Feb 2005 13:05:40 +0100 + --- hsqldb-2.2.9+dfsg.orig/debian/control +++ hsqldb-2.2.9+dfsg/debian/control @@ -0,0 +1,70 @@ +Source: hsqldb +Section: libs +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian QA Group +Build-Depends: cdbs (>= 0.4.39), debhelper (>= 5), default-jdk, ant (>= 1.7), libservlet3.0-java, maven-repo-helper, javahelper, dpkg-dev (>= 1.16.1) +Standards-Version: 3.7.2 + +Package: libhsqldb-java +Section: java +Architecture: all +Depends: libservlet3.0-java, ${misc:Depends} +Suggests: java-virtual-machine, libhsqldb-java-doc +Conflicts: openoffice.org-base, libreoffice-base (<< 1:4.0.2~rc2-2), libhsqldb2.2-java +Replaces: libhsqldb2.2-java +Provides: libhsqldb2.2-java +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 + SQL:2.29 and SQL:2.23 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. + . + Web site: http://hsqldb.org/ + +Package: libhsqldb-java-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Suggests: libhsqldb-java +Description: documentation for HSQLDB + 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:2.29 and SQL:2.23 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 documentation of HSQLDB. + . + Web site: http://hsqldb.org/ + +Package: hsqldb-utils +Section: database +Architecture: all +Depends: libhsqldb-java (= ${binary:Version}), + default-jre | java5-runtime | java6-runtime | java7-runtime, + ${misc:Depends} +Replaces: libhsqldb-java (<< 1.8.1.1~) +Conflicts: hsqldb-utils +Description: Java SQL database engine (utilities) + 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:2.29 and SQL:2.23 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 some scripts to invoke the Utilities of HSQLDB + (org.hsqldb.util.*): + - hsqldb-databasemanager: DatabaseManager + - hsqldb-databasemanagerswing: DatabaseManagerSwing + - hsqldb-transfer: Transfer + - hsqldb-querytool: QueryTool + - hsqldb-sqltool: SqlTool + --- hsqldb-2.2.9+dfsg.orig/debian/man/hsqldb-sqltool.1 +++ hsqldb-2.2.9+dfsg/debian/man/hsqldb-sqltool.1 @@ -0,0 +1,20 @@ +.TH HSQLDB-SQLTOOL "1" "April 2007" "HSQLDB 1.8.0.7" +.SH NAME +hsqldb-sqltool \- JDBC database console frontend +.SH SYNOPSIS +\fBhsqldb-sqltool\fR [\fIoptions\fR] +.SH DESCRIPTION +The main purpose of \fBhsqldb-sqltool\fR is to read your SQL text file +or stdin, and execute the SQL commands therein against a JDBC database. +There are also a great number of features to facilitate both interactive +use (such as command-line editing and aliases) and automation (such as +scripting variables and SQL transaction control and error handling). +.P +Please see the documentation at +.I /usr/share/doc/libhsqldb-java-doc/guide/ch08.html +for more information. +.SH OPTIONS +\fB\-\-help\fR +show a brief help +.SH AUTHOR +This manual page was written by Peter Eisentraut for the Debian project. --- hsqldb-2.2.9+dfsg.orig/debian/man/hsqldb-databasemanagerswing.1 +++ hsqldb-2.2.9+dfsg/debian/man/hsqldb-databasemanagerswing.1 @@ -0,0 +1,35 @@ +.TH HSQLDB-DATABASEMANAGERSWING "1" "March 2005" "HSQLDB 1.7.3.3" +.SH NAME +hsqldb-databasemanagerswing \- GUI database management tool +.SH SYNOPSIS +\fBhsqldb-databasemanagerswing\fR [\fIoptions\fR] +.SH DESCRIPTION +\fBhsqldb-databasemanagerswing\fR is a GUI tool to manage databases via +their JDBC interface. +.SH OPTIONS +.TP +\fB\-driver\fR \fIclassname\fR +JDBC driver class to use +.TP +\fB\-url\fR \fIurl\fR +JDBC URL to connect to +.TP +\fB\-user\fR \fIname\fR +user name used for connection +.TP +\fB\-password\fR \fIpassword\fR +password for this user +.TP +\fB\-dir\fR \fIpath\fR +default directory +.TP +\fB\-script\fR \fIfile\fR +reads from script file +.TP +\fB\-noexit\fR +do not call system.exit() +.TP +\fB\-?\fR +show a brief help +.SH AUTHOR +This manual page was written by Peter Eisentraut for the Debian project. --- hsqldb-2.2.9+dfsg.orig/debian/man/hsqldb-querytool.1 +++ hsqldb-2.2.9+dfsg/debian/man/hsqldb-querytool.1 @@ -0,0 +1,34 @@ +.TH HSQLDB-QUERYTOOL "1" "March 2005" "HSQLDB 1.7.3.3" +.SH NAME +hsqldb-querytool \- GUI database management tool +.SH SYNOPSIS +\fBhsqldb-querytool\fR [\fIoptions\fR] +.SH DESCRIPTION +\fBhsqldb-querytool\fR is a GUI tool to issue SQL statements via JDBC. +.SH OPTIONS +.TP +\fB\-driver\fR \fIclassname\fR +JDBC driver class to use +.TP +\fB\-url\fR \fIname\fR +first part of the JDBC URL to connect to +.TP +\fB\-database\fR \fIname\fR +second part of the JDBC URL to connect to +.TP +\fB\-user\fR \fIname\fR +user name used for connection +.TP +\fB\-password\fR \fIpassword\fR +password for this user +.TP +\fB\-test\fR [\fBtrue\fR|\fBfalse\fR] +insert test data +.TP +\fB\-log\fR [\fBtrue\fR|\fBfalse\fR] +write log to system out +.TP +\fB\-?\fR +show a brief help +.SH AUTHOR +This manual page was written by Peter Eisentraut for the Debian project. --- hsqldb-2.2.9+dfsg.orig/debian/man/hsqldb-databasemanager.1 +++ hsqldb-2.2.9+dfsg/debian/man/hsqldb-databasemanager.1 @@ -0,0 +1,35 @@ +.TH HSQLDB-DATABASEMANAGER "1" "March 2005" "HSQLDB 1.7.3.3" +.SH NAME +hsqldb-databasemanager \- GUI database management tool +.SH SYNOPSIS +\fBhsqldb-databasemanager\fR [\fIoptions\fR] +.SH DESCRIPTION +\fBhsqldb-databasemanager\fR is a GUI tool to manage databases via +their JDBC interface. +.SH OPTIONS +.TP +\fB\-driver\fR \fIclassname\fR +JDBC driver class to use +.TP +\fB\-url\fR \fIurl\fR +JDBC URL to connect to +.TP +\fB\-user\fR \fIname\fR +user name used for connection +.TP +\fB\-password\fR \fIpassword\fR +password for this user +.TP +\fB\-dir\fR \fIpath\fR +default directory +.TP +\fB\-script\fR \fIfile\fR +reads from script file +.TP +\fB\-noexit\fR +do not call system.exit() +.TP +\fB\-?\fR +show a brief help +.SH AUTHOR +This manual page was written by Peter Eisentraut for the Debian project. --- hsqldb-2.2.9+dfsg.orig/debian/man/hsqldb-transfer.1 +++ hsqldb-2.2.9+dfsg/debian/man/hsqldb-transfer.1 @@ -0,0 +1,10 @@ +.TH HSQLDB-TRANSFER "1" "March 2005" "HSQLDB 1.7.3.3" +.SH NAME +hsqldb-transfer \- transfers data from one JDBC database to another +.SH SYNOPSIS +\fBhsqldb-transfer\fR +.SH DESCRIPTION +\fBhsqldb-querytool\fR is a GUI tool to manage transferring data from +one JDBC database to another. +.SH AUTHOR +This manual page was written by Peter Eisentraut for the Debian project. --- hsqldb-2.2.9+dfsg.orig/debian/bin/Makefile +++ hsqldb-2.2.9+dfsg/debian/bin/Makefile @@ -0,0 +1,16 @@ +scripts = $(addprefix hsqldb-,databasemanager databasemanagerswing transfer querytool sqltool) + +all: $(scripts) + +hsqldb-databasemanager: class=DatabaseManager +hsqldb-databasemanagerswing: class=DatabaseManagerSwing +hsqldb-transfer: class=Transfer +hsqldb-querytool: class=QueryTool +hsqldb-sqltool: class=SqlTool + +$(scripts): hsqldb.in + sed "s/@CLASS@/$(class)/g" $< >$@ + chmod a+x $@ + +clean: + rm -f $(scripts) --- hsqldb-2.2.9+dfsg.orig/debian/bin/hsqldb.in +++ hsqldb-2.2.9+dfsg/debian/bin/hsqldb.in @@ -0,0 +1,5 @@ +#! /bin/sh + +set -e + +exec java -cp $CLASSPATH:/usr/share/java/hsqldbutil1.9.jar:/usr/share/java/hsqldb1.9.jar:/usr/share/java/postgresql.jar:/usr/share/java/mysql.jar "org.hsqldb.util.@CLASS@" "$@" --- hsqldb-2.2.9+dfsg.orig/debian/bin/hsqldb.xpm +++ hsqldb-2.2.9+dfsg/debian/bin/hsqldb.xpm @@ -0,0 +1,193 @@ +/* XPM */ +static char *dummy[]={ +"32 32 158 2", +"Qt c #000000", +".v c #000101", +".C c #010102", +".N c #1a3040", +".D c #1a313f", +".# c #1b3242", +".w c #1c3444", +".l c #1d3748", +".c c #1d3749", +".9 c #1e3749", +"aB c #2d536d", +".a c #3c7094", +"ab c #3d7296", +".b c #3d7297", +"#v c #3e7296", +"a. c #3f7397", +"#z c #437598", +"#D c #447699", +"#. c #4f91bd", +"#e c #4f91be", +".3 c #4f92bf", +".O c #4f93c1", +".m c #5091bd", +".d c #5092bf", +".W c #5093c1", +".E c #5094c1", +".x c #5193c0", +".k c #549dcf", +".0 c #559dcf", +"#Z c #559ecf", +".t c #569ecf", +"#8 c #579ecf", +"#q c #589ed0", +"aj c #589fcf", +"#4 c #589fd0", +".R c #599fd0", +"#H c #59a0d0", +"#r c #5a9fd0", +"#1 c #5aa0d1", +".B c #5ba0d1", +"#Q c #5ba1d1", +".u c #5ca1d1", +"aA c #5ea2d1", +"#0 c #5ea2d2", +"#l c #5fa2d2", +"ax c #60a3d1", +"#c c #60a3d2", +"#W c #60a4d2", +".j c #61a3d2", +".S c #61a4d2", +"ah c #61a4d3", +"#y c #62a4d2", +"#P c #63a5d3", +".7 c #64a5d3", +"#m c #64a6d3", +".M c #65a5d4", +"#O c #65a6d3", +"#g c #65a6d4", +"#C c #66a6d4", +"#S c #66a7d4", +"#Y c #67a7d4", +"aw c #67a7d5", +"aa c #68a7d4", +".6 c #68a8d4", +".i c #68a8d5", +"#b c #69a9d4", +"#N c #6aa8d5", +"#K c #6aa9d5", +"#I c #6ba9d5", +"at c #6ba9d6", +"aq c #6caad6", +"#w c #6da9d6", +".H c #6daad6", +".s c #6eaad6", +"ai c #6eabd6", +"#L c #6fabd6", +"#k c #70acd7", +".h c #71acd7", +"an c #72acd8", +"am c #72add7", +"#6 c #72add8", +"#o c #73add8", +"ao c #73aed8", +".Z c #74aed8", +".I c #74aed9", +"#f c #75aed8", +".e c #76afd9", +".X c #76b0d9", +".4 c #77afd8", +"## c #77b0d9", +"a# c #78b0d9", +".1 c #79b0da", +".T c #79b1da", +"#E c #7ab1da", +"ap c #7ab2da", +"#u c #7bb1db", +".P c #7bb2da", +".n c #7cb2da", +"ak c #7cb2db", +"ae c #7cb3db", +"#9 c #7db3da", +".V c #7db3db", +".A c #7eb3db", +"#B c #7fb4db", +".2 c #7fb4dc", +"#U c #80b4db", +"#s c #80b4dc", +"af c #82b5dc", +"az c #82b6dd", +".g c #83b6dd", +"#j c #83b7dc", +"#h c #84b7dd", +".G c #85b7dd", +"ar c #86b7dd", +"#7 c #86b8dd", +".L c #87b8de", +"#x c #87b9de", +".f c #88b9de", +"#T c #89b9df", +"#i c #89badf", +"#G c #8abadf", +"#5 c #8bbadf", +"ac c #8bbbdf", +"#p c #8cbbdf", +"#X c #8cbbe0", +".Q c #8dbbe0", +".J c #8dbce0", +"#d c #8ebce0", +"ag c #8fbde0", +"#M c #8fbde1", +"#J c #90bde0", +"#R c #90bde1", +"au c #90bee1", +".r c #91bde1", +"av c #91bee1", +"#A c #92bee1", +".8 c #93bee1", +"#n c #93bfe1", +".F c #93bfe2", +".5 c #94bfe2", +"#2 c #94c0e2", +"ay c #95bfe2", +".U c #95c0e2", +"#V c #95c0e3", +"as c #96c0e3", +".K c #96c1e3", +"#a c #97c1e3", +".Y c #98c1e3", +"#3 c #98c2e3", +"#t c #98c2e4", +"al c #99c2e3", +".z c #99c2e4", +".o c #9ac2e4", +".y c #9ac3e4", +".q c #9bc3e4", +"#F c #9cc3e4", +"ad c #9cc4e4", +".p c #9cc4e5", +"QtQtQtQtQtQtQtQtQt.#.a.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b", +"QtQtQtQtQtQtQtQt.c.d.e.f.f.f.f.f.f.f.f.f.f.f.f.f.f.g.h.i.i.i.j.k", +"QtQtQtQtQtQtQt.l.m.n.o.p.p.p.p.p.p.p.p.p.p.p.p.p.p.q.r.s.t.k.u.k", +"QtQtQtQtQt.v.w.x.n.y.p.p.p.p.p.p.p.p.p.p.p.p.p.p.p.p.p.z.A.B.u.k", +"QtQtQtQt.C.D.E.n.y.p.p.p.y.F.G.e.h.H.I.A.J.K.q.p.p.p.p.p.q.L.M.k", +"QtQtQt.v.N.O.P.q.p.p.q.Q.s.R.k.k.k.k.k.k.k.S.T.U.q.p.p.p.p.p.V.k", +"QtQtQt.w.W.X.p.p.p.Y.Z.0.k.k.k.k.k.k.k.k.k.k.k.R.1.o.p.p.p.p.2.k", +"QtQt.l.3.4.y.p.p.5.6.k.k.k.k.k.k.k.k.k.k.k.k.k.k.0.7.8.p.p.p.2.k", +"Qt.9#.##.z.p.p#a#b.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k#c#d.p.p.2.k", +".##e##.z.p.p.q#f.0.k.k.k.k.t#g.T#h#i#j#k#l.0.k.k.k.k.k#m#n.p.2.k", +".a#o.z.p.p.p#p#q.k.k.k.k#r#s#t.p.p.p.p.p.F#u.u.k.k.k.k.k#k.z.2.k", +"#v.5.p.p.p.q#w.k.k.k.k#r#x.p.p.p.p.p.p.p.p.p.Q#y.k.k.k.k#q.L.2.k", +"#z#a.p.p.p#A.0.k.k.k.t#B.p.p.p.p.p.p.p.p.p.p.p#A.S.k.k.k.k#C.A.k", +"#D#a.p.p.p#E.k.k.k.k.6.y.p.p.p.p.p.p.p.p.p.p.p#F#G.0.k.k.k#H#k.k", +"#D#a.p.p.o#I.k.k.k.0.g.p.p.p.p#J#K.u#L#M.q.p.p.p.o#N.k.k.k.k#O.k", +"#D#a.p.p#a#P.k.k.k#Q#R.p.p.p.Y#S.k.k.k.B#T.q.p.p.p#U.k.k.k.k.S.k", +"#D#a.p.p#V.B.k.k.k#W.K.p.p.p#X.R.k.k.k.k#Y.Y.p.p.p#d#Z.k.k.k#c.k", +"#D#a.p.p.K#0.k.k.k#0.F.p.p.p#a#Y.k.k.k.k#1.F.p.p.p#2.t.k.k.k#c.k", +"#D#a.p.p#3#C.k.k.k#4#5.p.p.p.p#2#N.k.k.k#Q.5.p.p.p.F.t.k.k.k#c.k", +"#D#a.p.p.q.h.k.k.k.k#6.p.p.p.p.p.z#f.0.k#I.z.p.p.p.f.0.k.k.k#c.k", +"#D#a.p.p.p#7.k.k.k.k#8#B.p.p.p.p.p.z#9#1#5#F.p.p.q##.k.k.k.k#y.k", +"a..K.p.p.p#t.j.k.k.k.k.Ra##a.p.p.p.p#3#o.5.p.p.p#3.S.k.k.k.taa.k", +"abac.p.p.pad.g.t.k.k.k.k.k#Pae#G#Xaf.i.k#Yag.q.q#h.k.k.k.k.u.e.k", +"ab#L.y.p.p.p.q#o.0.k.k.k.k.k.k.k.k.k.k.k.k.Sac.Fah.k.k.k.kai.2.k", +"abajac.p.p.p.p.z.h.0.k.k.k.k.k.k.k.k.k.k.k.k#c.h.k.k.k.k#4#G.2.k", +"ab.k#Y#a.p.p.p.p.zak#4.k.k.k.k.k.k.k.k.k.k#4afalam.k.k.kan.q.2.k", +"ab.k.kao.z.p.p.p.p.q#R#k#H.k.k.k.k.k.k.t.Hag.q.p.y.P.t.j.5.p.2.k", +"ab.k.k.tap.z.p.p.p.p.p.y#2af#oaqaqai.Pag.o.p.p.p.p.qapar.q.p.2.k", +"ab.k.k.k#8#o#t.p.p.p.p.p.p.p.p.p.p.p.p.p.p.p.p.p.pas#Iaa.r.p.2.k", +"ab.k.k.k.k.katau.q.p.p.p.p.p.p.p.p.p.p.p.p.p.p.qavaw.k.k#P#p.A.k", +"abax.S.S.Sax.k.u.P.5asasasasasasasasasasasasayaz#0.k.k.k.kaA.s.k", +"aBababababababababababababababababababababababababababababababab"}; --- hsqldb-2.2.9+dfsg.orig/debian/etc/sqltool.rc +++ hsqldb-2.2.9+dfsg/debian/etc/sqltool.rc @@ -0,0 +1,97 @@ +# $Id: hsqldb-1.73.0-standard-sqltool.rc,v 1.1 2004/12/23 22:21:08 fnasser Exp $ +# This is a sample SqlTool configuration file, a.k.a. rc file. + +# You can run SqlTool right now by copying this file to your home directory +# and running +# java -jar /path/to/hsqldb.jar mem +# This will access the first urlid definition below in order to use a +# personal Memory-Only database. + +# If you have the least concerns about security, then secure access to +# your sqltool.rc file. +# See the documentation for SqlTool for various ways to use this file. + +# A personal Memory-Only database. +urlid mem +url jdbc:hsqldb:mem:memdbid +username sa +password + +# This is for a hsqldb Server running with default settings on your local +# computer (and for which you have not changed the password for "sa"). +urlid db0-url +url jdbc:hsqldb:hsql://localhost/firstdb +username sa +password + + +########################################################################### +# Template for a urlid for an Oracle database. +# You will need to put the oracle.jdbc.OracleDriver class into your +# classpath. +# In the great majority of cases, you want to use the file classes12.zip +# (which you can get from the directory $ORACLE_HOME/jdbc/lib of any +# Oracle installation compatible with your server). +# Since you need to add to the classpath, you can't invoke SqlTool with +# the jar switch, like "java -jar .../hsqldb.jar..." or +# "java -jar .../hsqlsqltool.jar...". +# Put both the HSQLDB jar and classes12.zip in your classpath (and export!) +# and run something like "java org.hsqldb.util.SqlTool...". + +#urlid cardiff2 +#url jdbc:oracle:thin:@aegir.admc.com:1522:TRAFFIC_SID +#username blaine +#password secretpassword +#driver oracle.jdbc.OracleDriver +########################################################################### + + +########################################################################### +# Template for a urlid for a Postgresql database. +# You will need to put the org.postgresql.Driver class into your +# classpath. +# The postgresql jar will be named postgresql.jar (if you built Postgresql +# from source), or something like pg73b1jdbc3.jar or jdbc7.2x-1.2.jar. +# You can obtain it from a client or server Postgresql installation, or +# download it from http://jdbc.postgresql.org/download.html. +# Notice that the jar file names (other than "postgresql.jar") contain both +# the target Postgresql server version and the client-side JDBC level (which +# is determined by your client-side Java version, as explained at +# http://jdbc.postgresql.org/download.html). +# I recommend the latest production version for your JDBC version. The +# later JDBC drivers work better even with older Postgresql servers. +# (E.g. \dt won't list owners with an older driver). +# N.b.: Suse Linux 9.1 users should download a new driver from the PG site, +# since Suse distributes the 7.3 drivers with Postgresql 7.4 (why???). +# Since you need to add to the classpath, you can't invoke SqlTool with +# the jar switch, like "java -jar .../hsqldb.jar..." or +# "java -jar .../hsqlsqltool.jar...". +# Put both the HSQLDB jar and the Postgresql jar in your classpath (and +# export!) and run something like "java org.hsqldb.util.SqlTool...". +# N.b.: I notice that Postgresql is unusual in that it does not do an +# implicit commit before DDL commands. If you get an error message +# "... cannot run inside a transaction block", just run "commit;" and retry. + +#urlid commerce +#url jdbc:postgresql://dbsvr2/commercedb +#username blaine +#password obscured +#driver org.postgresql.Driver +########################################################################### + + +########################################################################### +# Template for a TLS-encrypted HSQLDB Server. +# Remember that the hostname in hsqls (and https) JDBC URLs must match the +# CN of the server certificate (the port and instance alias that follows +# are not part of the certificate at all). +# You only need to set "truststore" if the server cert is not approved by +# your system default truststore (which a commercial certificate probably +# would be). + +#urlid tls +#url jdbc:hsqldb:hsqls://db.admc.com:9001/lm2 +#username blaine +#password asecret +#truststore /home/blaine/ca/db/db-trust.store +########################################################################### --- hsqldb-2.2.9+dfsg.orig/debian/etc/server.properties +++ hsqldb-2.2.9+dfsg/debian/etc/server.properties @@ -0,0 +1,21 @@ +# Hsqldb Server cfg file. +# See the Advanced Topics chapter of the Hsqldb User Guide. + +server.database.0 file:data/db0 +server.dbname.0 firstdb +server.urlid.0 db0-url +server.silent true +server.trace false + +server.port 9001 +server.no_system_exit true + +# Until the following setting is changed, the HSQLDB service will not accept +# remote connections. Failing to set a value for server.address at all will +# result in the service binding itself to 0.0.0.0 and accepting remote +# connections. +# +# IT IS STRONGLY ADVISED that before doing this you alter the password of +# the default account (username "sa"). By default, no password is required +# to connect to HSQLDB with the "sa" account. +server.address localhost --- hsqldb-2.2.9+dfsg.orig/debian/etc/webserver.properties +++ hsqldb-2.2.9+dfsg/debian/etc/webserver.properties @@ -0,0 +1,13 @@ +# Hsqldb Server cfg file. +# See the Advanced Topics chapter of the Hsqldb User Guide. + +server.database.0 file:data/db0 +server.dbname.0 firstdb +server.urlid.0 db0-url +server.silent true +server.trace false + +server.port 80 +server.default_page index.html +server.root ./ +.html=text/html --- hsqldb-2.2.9+dfsg.orig/debian/patches/use-system-servlet.jar.diff +++ hsqldb-2.2.9+dfsg/debian/patches/use-system-servlet.jar.diff @@ -0,0 +1,11 @@ +--- hsqldb/build/build.xml-old 2013-03-18 22:36:36.349496090 +0100 ++++ hsqldb/build/build.xml 2013-03-18 22:37:35.149494353 +0100 +@@ -57,7 +57,7 @@ + + + +- ++ + + +