[pkg-java] r11418 - in trunk/libsqljet-java: . debian
Morten Sørensen
starswifter-guest at alioth.debian.org
Mon Jan 25 19:05:00 UTC 2010
Author: starswifter-guest
Date: 2010-01-25 19:04:52 +0000 (Mon, 25 Jan 2010)
New Revision: 11418
Added:
trunk/libsqljet-java/debian/
trunk/libsqljet-java/debian/changelog
trunk/libsqljet-java/debian/compat
trunk/libsqljet-java/debian/control
trunk/libsqljet-java/debian/copyright
trunk/libsqljet-java/debian/rules
trunk/libsqljet-java/debian/watch
Log:
Initial upload of the debian directory
Added: trunk/libsqljet-java/debian/changelog
===================================================================
--- trunk/libsqljet-java/debian/changelog (rev 0)
+++ trunk/libsqljet-java/debian/changelog 2010-01-25 19:04:52 UTC (rev 11418)
@@ -0,0 +1,5 @@
+libsqljet-java (1.0.2) unstable; urgency=low
+
+ * Initial release. (Closes: #563123)
+
+ -- Morten Sørensen <starswifter at gmail.com> Wed, 30 Dec 2009 14:29:37 +0100
Added: trunk/libsqljet-java/debian/compat
===================================================================
--- trunk/libsqljet-java/debian/compat (rev 0)
+++ trunk/libsqljet-java/debian/compat 2010-01-25 19:04:52 UTC (rev 11418)
@@ -0,0 +1 @@
+7
Added: trunk/libsqljet-java/debian/control
===================================================================
--- trunk/libsqljet-java/debian/control (rev 0)
+++ trunk/libsqljet-java/debian/control 2010-01-25 19:04:52 UTC (rev 11418)
@@ -0,0 +1,29 @@
+Source: libsqljet-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Morten Sørensen <starswifter at gmail.com>
+Build-Depends: ant, debhelper (>= 7.0.50), default-jdk, javahelper (>= 0.27)
+Standards-Version: 3.8.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libsqljet-java
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/libsqljet-java
+Homepage: http://sqljet.com/
+
+Package: libsqljet-java
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}
+Description: Java implementation for using SQLite databases
+ SQLJet is a pure java implementation for using SQLite databases without the
+ need of any native libraries. SQLJet provites API for Java applications to
+ create, read and modify SQLite databases and is currently fully compatible
+ with SQLite 3.6.
+
+Package: libsqljet-java-doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: classpath-doc, www-browser, libsqljet-java
+Section: doc
+Description: Javadoc generated API for libsqljet-java
+ The javadoc utility was used to generate this documentation. It can be
+ found in /usr/share/doc/libsqljet-java/api and is easily view with a
+ regular web browser.
Added: trunk/libsqljet-java/debian/copyright
===================================================================
--- trunk/libsqljet-java/debian/copyright (rev 0)
+++ trunk/libsqljet-java/debian/copyright 2010-01-25 19:04:52 UTC (rev 11418)
@@ -0,0 +1,28 @@
+This package was debianized by Morten Sørensen <starswifter at gmail.com> on
+Mon, 25 Jan 2010 19:59:25 +0100.
+
+It was downloaded from http://sqljet.com/
+
+Upstram Author: Sergey Scherbina <sergey.scherbina at gmail.com>
+
+Copyright (C) 2009-2010 TMate Software Ltd
+
+License:
+
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 2 of the License.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ For information on how to redistribute this software under
+ the terms of a license other than GNU General Public License
+ contact TMate Software at support at sqljet.com
+
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in the file `/usr/share/common-licenses/GPL-2'.
Added: trunk/libsqljet-java/debian/rules
===================================================================
--- trunk/libsqljet-java/debian/rules (rev 0)
+++ trunk/libsqljet-java/debian/rules 2010-01-25 19:04:52 UTC (rev 11418)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh --with javahelper $@
Property changes on: trunk/libsqljet-java/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/libsqljet-java/debian/watch
===================================================================
--- trunk/libsqljet-java/debian/watch (rev 0)
+++ trunk/libsqljet-java/debian/watch 2010-01-25 19:04:52 UTC (rev 11418)
@@ -0,0 +1,2 @@
+version=3
+http://sqljet.com/sqljet.(.*)\.tar.gz debian jh_repack
More information about the pkg-java-commits
mailing list