[pkg-java] r12885 - in trunk: . hsqldb2.0 hsqldb2.0/debian hsqldb2.0/debian/bin hsqldb2.0/debian/etc hsqldb2.0/debian/man

Rene Engelhard rene at alioth.debian.org
Fri Aug 6 15:08:41 UTC 2010


Author: rene
Date: 2010-08-06 15:08:40 +0000 (Fri, 06 Aug 2010)
New Revision: 12885

Added:
   trunk/hsqldb2.0/
   trunk/hsqldb2.0/debian/
   trunk/hsqldb2.0/debian/README.maintainer
   trunk/hsqldb2.0/debian/bin/
   trunk/hsqldb2.0/debian/bin/Makefile
   trunk/hsqldb2.0/debian/bin/hsqldb.in
   trunk/hsqldb2.0/debian/bin/hsqldb.xpm
   trunk/hsqldb2.0/debian/changelog
   trunk/hsqldb2.0/debian/compat
   trunk/hsqldb2.0/debian/control
   trunk/hsqldb2.0/debian/copyright
   trunk/hsqldb2.0/debian/etc/
   trunk/hsqldb2.0/debian/etc/server.properties
   trunk/hsqldb2.0/debian/etc/sqltool.rc
   trunk/hsqldb2.0/debian/etc/webserver.properties
   trunk/hsqldb2.0/debian/hsqldb2.0-utils.manpages
   trunk/hsqldb2.0/debian/hsqldb2.0-utils.menu
   trunk/hsqldb2.0/debian/libhsqldb2.0-java-doc.doc-base
   trunk/hsqldb2.0/debian/libhsqldb2.0-java-doc.docs
   trunk/hsqldb2.0/debian/libhsqldb2.0-java-doc.examples
   trunk/hsqldb2.0/debian/libhsqldb2.0-java-doc.links
   trunk/hsqldb2.0/debian/libhsqldb2.0-java.examples
   trunk/hsqldb2.0/debian/man/
   trunk/hsqldb2.0/debian/man/hsqldb-databasemanager.1
   trunk/hsqldb2.0/debian/man/hsqldb-databasemanagerswing.1
   trunk/hsqldb2.0/debian/man/hsqldb-querytool.1
   trunk/hsqldb2.0/debian/man/hsqldb-sqltool.1
   trunk/hsqldb2.0/debian/man/hsqldb-transfer.1
   trunk/hsqldb2.0/debian/pom.xml
   trunk/hsqldb2.0/debian/rules
   trunk/hsqldb2.0/debian/watch
Log:
also add hsqldb2.0 source package


Added: trunk/hsqldb2.0/debian/README.maintainer
===================================================================
--- trunk/hsqldb2.0/debian/README.maintainer	                        (rev 0)
+++ trunk/hsqldb2.0/debian/README.maintainer	2010-08-06 15:08:40 UTC (rev 12885)
@@ -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

Added: trunk/hsqldb2.0/debian/bin/Makefile
===================================================================
--- trunk/hsqldb2.0/debian/bin/Makefile	                        (rev 0)
+++ trunk/hsqldb2.0/debian/bin/Makefile	2010-08-06 15:08:40 UTC (rev 12885)
@@ -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)

Added: trunk/hsqldb2.0/debian/bin/hsqldb.in
===================================================================
--- trunk/hsqldb2.0/debian/bin/hsqldb.in	                        (rev 0)
+++ trunk/hsqldb2.0/debian/bin/hsqldb.in	2010-08-06 15:08:40 UTC (rev 12885)
@@ -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. at CLASS@" "$@"

Added: trunk/hsqldb2.0/debian/bin/hsqldb.xpm
===================================================================
--- trunk/hsqldb2.0/debian/bin/hsqldb.xpm	                        (rev 0)
+++ trunk/hsqldb2.0/debian/bin/hsqldb.xpm	2010-08-06 15:08:40 UTC (rev 12885)
@@ -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"};

Added: trunk/hsqldb2.0/debian/changelog
===================================================================
--- trunk/hsqldb2.0/debian/changelog	                        (rev 0)
+++ trunk/hsqldb2.0/debian/changelog	2010-08-06 15:08:40 UTC (rev 12885)
@@ -0,0 +1,253 @@
+hsqldb2.0 (2.0.0-3) experimental; urgency=low
+
+  * gah, I forgot the maven-repo-helper builddep 
+
+ -- Rene Engelhard <rene at debian.org>  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 <rene at debian.org>  Mon, 21 Jun 2010 19:12:14 +0200
+
+hsqldb2.0 (2.0.0-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Rene Engelhard <rene at debian.org>  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 <rene at debian.org>  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 <rene at debian.org>  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 <rene at debian.org>  Sun, 25 Oct 2009 02:19:34 +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 <rene at debian.org>  Sun, 25 Oct 2009 02:19:13 +0200
+
+hsqldb (1.8.1.1-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Rene Engelhard <rene at debian.org>  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 <rene at debian.org>  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 <rene at debian.org>  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 <rene at debian.org>  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 <rene at debian.org>  Wed, 25 Feb 2009 13:44:50 +0100
+
+hsqldb (1.8.0.10-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Rene Engelhard <rene at debian.org>  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 <rene at debian.org>  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 <rene at debian.org>  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 <rene at debian.org>  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 <rene at debian.org>  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 <rene at debian.org>  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 <rene at debian.org>  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 <petere at debian.org>  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 <petere at debian.org>  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 <petere at debian.org>  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 <petere at debian.org>  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 <petere at debian.org>  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 <petere at debian.org>  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 <petere at debian.org>  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 <petere at debian.org>  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 <petere at debian.org>  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 <petere at debian.org>  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 <peter_e at gmx.net>  Fri,  6 May 2005 13:22:03 +0200
+
+hsqldb (1.7.3.3-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Peter Eisentraut <peter_e at gmx.net>  Wed, 30 Mar 2005 10:39:03 +0200
+
+hsqldb (1.7.3.2-1) experimental; urgency=low
+
+  * Initial release (closes: #121613)
+
+ -- Peter Eisentraut <peter_e at gmx.net>  Sun,  6 Feb 2005 13:05:40 +0100

Added: trunk/hsqldb2.0/debian/compat
===================================================================
--- trunk/hsqldb2.0/debian/compat	                        (rev 0)
+++ trunk/hsqldb2.0/debian/compat	2010-08-06 15:08:40 UTC (rev 12885)
@@ -0,0 +1 @@
+5

Added: trunk/hsqldb2.0/debian/control
===================================================================
--- trunk/hsqldb2.0/debian/control	                        (rev 0)
+++ trunk/hsqldb2.0/debian/control	2010-08-06 15:08:40 UTC (rev 12885)
@@ -0,0 +1,82 @@
+Source: hsqldb2.0
+Section: libs
+Priority: optional
+Maintainer: Rene Engelhard <rene at debian.org>
+Build-Depends: cdbs (>= 0.4.39), debhelper (>= 5), default-jdk-builddep, ant (>= 1.7), libservlet2.5-java, maven-repo-helper
+Standards-Version: 3.7.2
+
+Package: libhsqldb2.0-java
+Section: java
+Architecture: all
+Depends: gij | java-gcj-compat | java2-runtime, libservlet2.4-java, ${misc:Depends}
+Suggests: java-virtual-machine, libhsqldb2.0-java-doc, libhsqldb2.0-java-gcj
+Conflicts: openoffice.org-base (<< 1:2.3.1~m8)
+#Breaks: openoffice.org-base (<< 1:3.3~)
+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.09 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.
+ .
+ Web site: http://hsqldb.org/
+
+Package: libhsqldb2.0-java-gcj
+Section: libs
+Architecture: any
+Depends: libhsqldb2.0-java (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
+Suggests: java-virtual-machine, libhsqldb2.0-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:2.09 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: libhsqldb2.0-java-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: libhsqldb2.0-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.09 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 documentation of HSQLDB.
+ .
+ Web site: http://hsqldb.org/
+
+Package: hsqldb2.0-utils
+Section: database
+Architecture: all
+Depends: libhsqldb2.0-java (= ${binary:Version}), gij | java-gcj-compat | java2-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.09 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 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
+

Added: trunk/hsqldb2.0/debian/copyright
===================================================================
--- trunk/hsqldb2.0/debian/copyright	                        (rev 0)
+++ trunk/hsqldb2.0/debian/copyright	2010-08-06 15:08:40 UTC (rev 12885)
@@ -0,0 +1,72 @@
+This Debian package was created by Peter Eisentraut <peter_e at gmx.net>
+on 5 Feb 2005.
+
+The source was downloaded from <http://hsqldb.sourceforge.net/>.  The
+hsqldb.xpm icon was created by Peter Eisentraut from the file logo.gif
+available in the HSQLDB CVS repository.
+
+Upstream authors: Fred Toussi <fredt at users.sourceforge.net> 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.

Added: trunk/hsqldb2.0/debian/etc/server.properties
===================================================================
--- trunk/hsqldb2.0/debian/etc/server.properties	                        (rev 0)
+++ trunk/hsqldb2.0/debian/etc/server.properties	2010-08-06 15:08:40 UTC (rev 12885)
@@ -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

Added: trunk/hsqldb2.0/debian/etc/sqltool.rc
===================================================================
--- trunk/hsqldb2.0/debian/etc/sqltool.rc	                        (rev 0)
+++ trunk/hsqldb2.0/debian/etc/sqltool.rc	2010-08-06 15:08:40 UTC (rev 12885)
@@ -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
+###########################################################################

Added: trunk/hsqldb2.0/debian/etc/webserver.properties
===================================================================
--- trunk/hsqldb2.0/debian/etc/webserver.properties	                        (rev 0)
+++ trunk/hsqldb2.0/debian/etc/webserver.properties	2010-08-06 15:08:40 UTC (rev 12885)
@@ -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

Added: trunk/hsqldb2.0/debian/hsqldb2.0-utils.manpages
===================================================================
--- trunk/hsqldb2.0/debian/hsqldb2.0-utils.manpages	                        (rev 0)
+++ trunk/hsqldb2.0/debian/hsqldb2.0-utils.manpages	2010-08-06 15:08:40 UTC (rev 12885)
@@ -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

Added: trunk/hsqldb2.0/debian/hsqldb2.0-utils.menu
===================================================================
--- trunk/hsqldb2.0/debian/hsqldb2.0-utils.menu	                        (rev 0)
+++ trunk/hsqldb2.0/debian/hsqldb2.0-utils.menu	2010-08-06 15:08:40 UTC (rev 12885)
@@ -0,0 +1,31 @@
+?package(hsqldb2.0-utils):\
+	needs="X11"\
+	section="Applications/Data Management"\
+	title="HSQLDB 2.0 Database Manager"\
+	command="/usr/bin/hsqldb-databasemanager"\
+	icon="/usr/share/pixmaps/hsqldb.xpm"\
+	hints="HSQLDB"
+
+?package(hsqldb2.0-utils):\
+	needs="X11"\
+	section="Applications/Data Management"\
+	title="HSQLDB 2.0 Database Manager (Swing)"\
+	command="/usr/bin/hsqldb-databasemanagerswing"\
+	icon="/usr/share/pixmaps/hsqldb.xpm"\
+	hints="HSQLDB"
+
+?package(hsqldb2.0-utils):\
+	needs="X11"\
+	section="Applications/Data Management"\
+	title="HSQLDB 2.0 Query Tool"\
+	command="/usr/bin/hsqldb-querytool"\
+	icon="/usr/share/pixmaps/hsqldb.xpm"\
+	hints="HSQLDB"
+
+?package(hsqldb2.0-utils):\
+	needs="X11"\
+	section="Applications/Data Management"\
+	title="HSQLDB 2.0 Transfer Tool"\
+	command="/usr/bin/hsqldb-transfer"\
+	icon="/usr/share/pixmaps/hsqldb.xpm"\
+	hints="HSQLDB"

Added: trunk/hsqldb2.0/debian/libhsqldb2.0-java-doc.doc-base
===================================================================
--- trunk/hsqldb2.0/debian/libhsqldb2.0-java-doc.doc-base	                        (rev 0)
+++ trunk/hsqldb2.0/debian/libhsqldb2.0-java-doc.doc-base	2010-08-06 15:08:40 UTC (rev 12885)
@@ -0,0 +1,15 @@
+Document: hsqldb2.0-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.09 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.
+Section: Data Management
+
+Format: HTML
+Index: /usr/share/doc/libhsqldb2.0-java-doc/guide/index.html
+Files: /usr/share/doc/libhsqldb2.0-java-doc/guide/*.html

Added: trunk/hsqldb2.0/debian/libhsqldb2.0-java-doc.docs
===================================================================
--- trunk/hsqldb2.0/debian/libhsqldb2.0-java-doc.docs	                        (rev 0)
+++ trunk/hsqldb2.0/debian/libhsqldb2.0-java-doc.docs	2010-08-06 15:08:40 UTC (rev 12885)
@@ -0,0 +1 @@
+hsqldb/doc/guide

Added: trunk/hsqldb2.0/debian/libhsqldb2.0-java-doc.examples
===================================================================
--- trunk/hsqldb2.0/debian/libhsqldb2.0-java-doc.examples	                        (rev 0)
+++ trunk/hsqldb2.0/debian/libhsqldb2.0-java-doc.examples	2010-08-06 15:08:40 UTC (rev 12885)
@@ -0,0 +1,4 @@
+hsqldb/bin/localhost_clientserver.html
+hsqldb/bin/memorydbmanager.html
+hsqldb/bin/memoryquery.html
+hsqldb/bin/servletdemo.html

Added: trunk/hsqldb2.0/debian/libhsqldb2.0-java-doc.links
===================================================================
--- trunk/hsqldb2.0/debian/libhsqldb2.0-java-doc.links	                        (rev 0)
+++ trunk/hsqldb2.0/debian/libhsqldb2.0-java-doc.links	2010-08-06 15:08:40 UTC (rev 12885)
@@ -0,0 +1 @@
+usr/share/java/hsqldb.jar usr/share/doc/libhsqldb1.9-java-doc/examples/hsqldb.jar

Added: trunk/hsqldb2.0/debian/libhsqldb2.0-java.examples
===================================================================
--- trunk/hsqldb2.0/debian/libhsqldb2.0-java.examples	                        (rev 0)
+++ trunk/hsqldb2.0/debian/libhsqldb2.0-java.examples	2010-08-06 15:08:40 UTC (rev 12885)
@@ -0,0 +1 @@
+hsqldb/sample/sqltool.rc

Added: trunk/hsqldb2.0/debian/man/hsqldb-databasemanager.1
===================================================================
--- trunk/hsqldb2.0/debian/man/hsqldb-databasemanager.1	                        (rev 0)
+++ trunk/hsqldb2.0/debian/man/hsqldb-databasemanager.1	2010-08-06 15:08:40 UTC (rev 12885)
@@ -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.

Added: trunk/hsqldb2.0/debian/man/hsqldb-databasemanagerswing.1
===================================================================
--- trunk/hsqldb2.0/debian/man/hsqldb-databasemanagerswing.1	                        (rev 0)
+++ trunk/hsqldb2.0/debian/man/hsqldb-databasemanagerswing.1	2010-08-06 15:08:40 UTC (rev 12885)
@@ -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.

Added: trunk/hsqldb2.0/debian/man/hsqldb-querytool.1
===================================================================
--- trunk/hsqldb2.0/debian/man/hsqldb-querytool.1	                        (rev 0)
+++ trunk/hsqldb2.0/debian/man/hsqldb-querytool.1	2010-08-06 15:08:40 UTC (rev 12885)
@@ -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.

Added: trunk/hsqldb2.0/debian/man/hsqldb-sqltool.1
===================================================================
--- trunk/hsqldb2.0/debian/man/hsqldb-sqltool.1	                        (rev 0)
+++ trunk/hsqldb2.0/debian/man/hsqldb-sqltool.1	2010-08-06 15:08:40 UTC (rev 12885)
@@ -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.

Added: trunk/hsqldb2.0/debian/man/hsqldb-transfer.1
===================================================================
--- trunk/hsqldb2.0/debian/man/hsqldb-transfer.1	                        (rev 0)
+++ trunk/hsqldb2.0/debian/man/hsqldb-transfer.1	2010-08-06 15:08:40 UTC (rev 12885)
@@ -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.

Added: trunk/hsqldb2.0/debian/pom.xml
===================================================================
--- trunk/hsqldb2.0/debian/pom.xml	                        (rev 0)
+++ trunk/hsqldb2.0/debian/pom.xml	2010-08-06 15:08:40 UTC (rev 12885)
@@ -0,0 +1,29 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0                              http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.hsqldb</groupId>
+  <artifactId>hsqldb</artifactId>
+  <packaging>jar</packaging>
+  <name>HSQLDB Database</name>
+  <version>2.0.0</version>
+  <url>http://hsqldb.org/</url>
+  <description>Lightweight 100% Java SQL Database Engine</description>
+  <licenses>
+    <license>
+      <name>HSQLDB License, a BSD open source license</name>
+      <url>http://hsqldb.org/web/hsqlLicense.html</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <organization>
+      <name>The HSQL Development Group</name>
+      <url>http://hsqldb.org</url>
+  </organization>
+  <inceptionYear>2001</inceptionYear>
+  <scm>
+    <url>http://hsqldb.svn.sourceforge.net/viewvc/hsqldb/base-one/tags/hsqldb_1_8_0_10</url>
+    <connection>scm:svn:http://hsqldb.svn.sourceforge.net/svnroot/hsqldb/base-one</connection>
+    <developerConnection>scm:svn:https://unsaved@hsqldb.svn.sourceforge.net/svnroot/hsqldb/base-one/trunk</developerConnection>
+    <tag>hsqldb_1_8_0_10</tag>
+  </scm>
+</project>

Added: trunk/hsqldb2.0/debian/rules
===================================================================
--- trunk/hsqldb2.0/debian/rules	                        (rev 0)
+++ trunk/hsqldb2.0/debian/rules	2010-08-06 15:08:40 UTC (rev 12885)
@@ -0,0 +1,44 @@
+#!/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
+
+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/hsqldb2.0-utils::
+	$(MAKE) -C debian/bin all
+
+define install-jar
+install -m 644 -D hsqldb/lib/$(1).jar $(DEB_FINALDIR)/usr/share/java/$(1)2.0-$(DEB_UPSTREAM_VERSION).jar
+dh_link /usr/share/java/$(1)2.0-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/$(1)2.0.jar
+endef
+
+install/libhsqldb2.0-java:: DEB_FINALDIR=$(CURDIR)/debian/libhsqldb2.0-java/
+install/libhsqldb2.0-java::
+	mh_installpom -plibhsqldb2.0-java -e$(DEB_UPSTREAM_VERSION) debian/pom.xml
+	mh_installjar -plibhsqldb2.0-java -e$(DEB_UPSTREAM_VERSION) -l debian/pom.xml hsqldb/lib/hsqldb.jar
+	cd $(CURDIR)/debian/libhsqldb2.0-java/usr/share/java && \
+		mv hsqldb.jar hsqldb2.0.jar && \
+		mv hsqldb-$(DEB_UPSTREAM_VERSION).jar hsqldb2.0-$(DEB_UPSTREAM_VERSION).jar
+	# there is no POM file for hsqldbutil
+	$(call install-jar,hsqldbutil)
+
+install/hsqldb2.0-utils:: DEB_FINALDIR=$(CURDIR)/debian/hsqldb2.0-utils/
+install/hsqldb2.0-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
+
+install/libhsqldb2.0-java-gcj:: install-indep
+	dh_nativejava -plibhsqldb2.0-java-gcj


Property changes on: trunk/hsqldb2.0/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/hsqldb2.0/debian/watch
===================================================================
--- trunk/hsqldb2.0/debian/watch	                        (rev 0)
+++ trunk/hsqldb2.0/debian/watch	2010-08-06 15:08:40 UTC (rev 12885)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/hsqldb/hsqldb_([0-9])_([0-9])_([0-9])_([0-9]).zip




More information about the pkg-java-commits mailing list